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: 10px 0;
	padding: 0 16px;
	width: 518px;
}

.title
{
  	color:#579;
   	font-size: 13px;
   	font-weight: bold;
	margin: 4px;
}

.date
{
    font-size: 9px;
    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;
    padding: 5px 6px 0px 6px;
    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: left;
	text-align:left;
	width: 180px;
	background-color:#f7f7f7;
	border:1px solid #efefef;
	color:#666666;
	font-size: 0.9em;
	margin-top:18px;
	margin-left:10px;
}
.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;
    color: #555A60;
    font-size:10px;
    background: #f4f4f4;
    border:1px solid #DDDDDD;
    text-align: center;
    height: auto;
}