*{
	margin: 0 ;
}
body {
	background: #CCE6FF;
	color: #444;
	font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
	font-size: 10px;
}

a {
 color: #005784; 
 text-decoration: none;
}
a:hover {
 color: #28E; 
 text-decoration:underline;
}
a:visited {
	color: #DB8371;
}
a:active {
	color: #F080B8;
}

.top {
	background-color:#EEE;
	width:auto;
	height:15px;
	color: #003399;
	font-weight: bold;
	padding: 1 2 5 2;
	text-align: center;
}
.topb {
	background-color:#EEE;
	width:auto;
	height:20px;
}
#leftcolumn {
	float: left;
	margin: 10px 0 0 5px;
	width: 210px;
}
.logo {
	text-align: center;
	float: left;
	width: 180px;
	margin: 10px 0 0 10px;
}
.main {
	background: #FFF;
	font-size: 1.2em;
	margin: 0px auto;
	width: 1000px;
	border: 2px solid #DFEEF7;
}

#content {
	float: right;
	margin: 10px 0 0;
	padding: 0 16px;
	width: 736px;
}

.title {
	color: #579;
	margin: 4px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
.title h1{
	color: #579;
	font-size: 40px;
	font-weight: bold;
	margin: 4px 0px 20px 0px;
}
.title h2{
	color: #483d8b;
	font-size: 20px;
	font-weight: bold;
	margin: 4px 0px 20px 0px;
}
.title h3{
	color: #483D8B;
	font: trebuchet ms;
	font-size: 19px;
	font-weight: bold;
	margin: 4px 0px 10px 0px;
}

.date
{
    font-size: 9px;
    margin:3px;
}



h1 {
	font: 19px;
	color: #464AB5;
	margin: 5px;
}

h2 {
	font-size: 17px;
	color: #464AB5;
	margin: 5px;
}

h3 {
	font-size: 13px;
	color: #464AB5;	
	margin: 5px;
}

.insidebox {
	width: auto;
	line-height: 30px;
	color: #000000;
	font-size: 15px;
	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;
}
ol {
	list-style: decimal inside;
}
ull {
	list-style:url(images/arrow.gif) inside;
}

.indented {padding: 4px 4px 4px 4px;
           margin: 4px 4px 4px 40px;
           text-align: justify;
			 }
.navigation {
	float: left;
	text-align:left;
	width: 190px;
	background-color:#f7f7f7;
	border:1px solid #efefef;
	color:#666666;
	font-size: 0.9em;
	margin-top:10px;
	margin-left:10px;
}
.navigation h2 {
	color:#5A5A43;
	font-size: 1.1em;
	line-height: 12px;
	padding-left:40px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #DDDDDD;
	margin: 0;
}

.navigation li {border-bottom: 1px solid #EAEADA;list-style:none;}


.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;
}
