@charset "UTF-8";
/* CSS Document */

html { 
	margin: 0; 
	padding: 0; 
	}
	
body {
	margin: 0;
	padding: 0;
	background: #fff url(../gifs/main-bg.gif) top left repeat-x;
	font: 12px/1.45 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	}

a {
	text-decoration: none;
	color: #005e8d; 
	}

a:link, a:visited {
	color: #005e8d;
	text-decoration: none;
	}
	
html body a:hover {
	color: #005e8d; 
	text-decoration: underline;	}
	
.testBorder { 
	border: 1px dashed #900; 
	}

.red { 
	color:#900
	}
	
.small {
	font-size: .85em;
}
	
#wrapper {
	width: 800px;
	margin: auto;
	padding: 0;
	}
	
#header {
	height: 165px;
	width: 800px;
	padding: 0;
	margin: 0 0 30px 0;
	color: #4095be;
	font-size: 14px;
	}

#header ul {
	padding: 0 0 30px 0;
	margin: 0;
	list-style: none;
	}
	
#header li {
	float: left;
	position: relative;
	padding-right: 10px;
	}

#header a {
	text-decoration: none;
	color: #eee; 
	}

#header a:link, #header a:visited {
	color: #eee;
	text-decoration: none;
	}
	
#header a:hover {
	color: #fff; 
	text-decoration: underline;
	}

#sidenav ul {
	padding: 0;
	margin: 0;
	font-size: 14px;
	background-image:url(../gifs/sidenav-bg-05.gif)
	}
	
#sidenav li {
	padding: 0;
	width: 143px;
	height: 31px;
	list-style: none;
	display:block;
	line-height: 30px;
	
	}
	
#sidenav li:hover {
	display: block;
	color: #fff ;
	}
	
#sidenav a {
	text-decoration: none;
	color: #eee;
	padding-left: 5px;
	display:block;
	width: 143px;
	height: 32px;
	}

#sidenav a:link, #sidenav a:visited {
	color: #eee;
	text-decoration: none;
	display:block;
	width: 143px;
	height: 32px;
	}
	
#sidenav a:hover {
	color: #fff; 
	text-decoration: underline;
	display:block;
	width: 143px;
	height: 32px;
	}
	
.sidenav-header {
	font-size:14px;
	color:#900;
	display:block;
	padding-bottom: 5px;
	}
	
#body {
	text-align:left;
	}
	
	
#footer {
	margin-top: 50px;
	color: #666;
	}
	
#footer a {
	text-decoration: none;
	color: #666; 
	}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #005e8d;; 
	text-decoration: underline;
	}