body {
	background: #f4f4f4;
	color: #444;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
}

a {color: #005784;}
a:hover {color: #28E;}

.top {
	background-color:#EEE;
	width:auto;
	height:15px;
}

.topb {
	background-color:#EEE;
	width:auto;
	height:5px;
}


.main {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	width: 780px;
	border: 1px solid #DFEEF7;
}

.content {
	float: right;
	margin-top:18px;
	margin-right:10px;
	width: 540px;

}

.title
{
 	text-align:center;
	color:#579;
   	font-size: 14px;
   	font-weight: bold;
	margin: 4px;
}

.date
{
    text-align:center;
	font-size: 12px;
    margin:3px;
}



h1 {
	font: 17px verdana;
	color: #B0B0B0;
	margin: 5px;
}

h2 {
	font-size:11px;
	color:#787878;
	margin:9px;
}

h3 {
	color:#579;
   	font-size: 14px;
	margin-bottom: 4px;
}

.insidebox {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size:12px;
    background-color:#f9f9f9;
    border:1px solid #efefef;
    text-align: justify;
    height: auto;

}


.archive
{
    width:100px;
    line-height: 20px;
    font-size:10px;
    background-color: #f4f1f1;
    border:1px solid #DDDDDD;
    float:left;
    text-align:center;
}



li {list-style: none;}


.navigation {
	float: right;
	text-align:right;
	width: 180px;
	background-color:#f7f7f7;
	border:1px solid #efefef;
	color:#666666;
	font-size: 1.3em;
	padding: 0px 0px 0px 0px;
	margin-top:18px;
	margin-left:10px;
	margin-right:15px;
}
.navigation h2 {
	color:#5A5A43;
	font-size: 1.1em;
	line-height: 12px;
	padding-left:8px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #DDDDDD;
	margin: 0;
}

.navigation li {border-bottom: 1px solid #EAEADA;}


.navigation li a {
	color: #005784;
	background: #f7f7f7;
	font-size: 1.1em;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 170px;
}

.navigation li a:hover {
	background: #f1f1f1;
	color: #28E;
}

/* no floating allowed on right or left side - leave this */
.clearer {clear: both;}

.footer {
    width: auto;
    line-height: 20px;
    background: #f4f4f4;
    border:1px solid #DDDDDD;
    text-align: center;
    height: auto;
}
.footer link{   color: #005784;
    			font-size:15px;}

.footer rest{    color: #555A60;
    			 font-size:12px;}
.link {
font-size:16px;
background-color:#ececec;
border:1px solid #efefef;
}

.pub {
	float: right;
	text-align:left;
	width: 180px;
	background-color:#f7f7f7;
	border:1px solid #efefef;
	color:#666666;
	font-size: 1.3em;
	position:relative;
	top:20px;
	right:0px;
}