@charset "windows-1252";


html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}








body {
	background: #D8D3DC url(img/background2.jpg) repeat-x left bottom;
	color: #333;
	font: normal 62.5% Tahoma,sans-serif;	<!--- this is full page background color--->
}

p,ul {padding-bottom: 1.2em;}

li {list-style: none;}



<!---this is the font size, type and color for Header 1--->
h1 {
	font: normal 2.8em Tahoma,sans-serif; 
	margin-bottom: 4px;
	color: #000000;
	margin: 0 0 7px 0;
}

h2 {
	font-size: 22px; 
	font-family: Arial;
	margin-bottom: 4px;
	color: #000000;
	margin: 0 0 7px 0; 
	
	
}


.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 8px 8px;
	width: 780px;
}


.top {
	padding: 8px 8px 0;
}


.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 8px 8px 5px;
	width: 780px;
}



.navigation {	
	background: #000000 url(img/nav.jpg);
	border: 1px solid #7795BD;
	height: 23px; 
}
.navigation a {
	background: transparent url(img/nav.jpg) left top repeat-x;
	border-right: 1px solid #7795BD;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	padding: 0 18px;
}
.navigation a:hover {
background: transparent url(img/nav.jpg) left bottom; 
color: #FF0000;
}

.main {
	border-top: 8px solid #FFF;
	background: url(img/bgmain.jpg) repeat-y;
}


.sidenav {
	float: left;
	width: 225px;
}

.sidenav2 {
	float: right;
	width: 225px;
}
.sidenav h2 {
	color: #333300;
	font-size: 10pt;
	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.5em;
	color: #333300;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {							    
	background-color: #ffffcc;
	color: #654;	
}

/* content */
.content {
	float: right; 
	background: #FFFFFF;
	margin: 10px 0;
	padding: 0 16px;
	width: 720px;
}
.content {
	color: #000000;
	font-size: 1.8em;
	margin-bottom: 6px;
}


.content .imgright {
padding: 5px;
border: 1px solid #666;
margin-left: 4px;
float: right;
}



.footer {
	background: url(img/bluefooter.jpg) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}  


