

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
color: #005B9C;
}

a:hover {
color: #0B2444
}

img {
border: 0;
}

body {
	background: #456E8E url(img/background.jpg) repeat-x left bottom; 
	color: #333;
	font: Normal 62.5% Tahoma,sans-serif;
	
}

p,ul {padding-bottom: 1.2em;}

li {list-style: none;}

.navigation {	
	background: #D9E1E5 url(img/navbg.gif);
	height: 30px;
}
.navigation a {
	background: transparent url(img/navbg.gif) left top repeat-x;
	border-right: 1px solid white;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	padding: 0 18px;
	padding-left: 50px;
	padding-right: 50px;

}
.navigation a:hover {
background: transparent url(img/navbg.gif) left bottom; 
color: #000;
}


.main {
	border-top: 5px solid #FFF;
	background: url(img/bgmain.jpg) repeat-y;
}



h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: black;
	margin: 0 0 7px 0;
}

h2 {
	font: normal 1.3em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #000000;
	margin: 0 0 7px 0;
}
h3{
background:url(img/leftcolumnheader.gif) center no-repeat;
font-weight:bold;
text-align:center;
font-size:11px;
color:#fff;
margin:0;
padding-top:14px;
padding-bottom:14px;
}

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 5px 5px;
	width: 900px;
}


.top {
	padding: 5px 5px 0;
}


.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 5px 5px 5px;
	width: 900px;
}



.header .left {
	background-color: #000033;
	color: #fff;
	color: #FFF;
	height: 105px;	

}
.header .left {
	background: transparent url(img/banner2.jpg) top left repeat-x;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 105px;
	width: 900px;
	text-align: left;	


}



.sidenav {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 205px;
	
}
.sidenav h2 {
	color: #333300;
	font-size: 1em;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #e4e4e4;
}
.sidenav li {border-bottom: 1px solid #e4e4e4;}
.sidenav li a {
	font-size: 1.1em;
	color: Black;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #f4f4f4;
	color: #654;	
}




/* content */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 625px;
}
.content {
	color: #666;
	margin-bottom: 6px;
}

.content p {
	color: coal;
	font: Normal 14pt Times New Roman;
	margin-bottom: 6px;
}
.content td {
	color: coal;
	font: Normal 14pt Times New Roman;
	margin-bottom: 6px;
}

.content .imgright {
padding: 5px;
margin-left: 4px;
float: right;
}



.footer {
	background: url(img/footer.jpg) repeat-x;
	border-top: 5px solid white;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}