/* CSS Document */

body {
padding: 0 0 0 0;
background:#ffffff;
font-family:trebuchet ms, Arial, Helvetica, sans-serif;
font-size:small;
color:#000000;
background-image:url(images/top_bg.jpg);
background-repeat:repeat-x;
margin:0 0 0 0;
}

#nav{
width: 200px;
padding: 1em 0 0 0;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
text-align:left;
}

* html #nav{ /*IE 6 only */
w\idth: 167px; /*Box model bug: 180px minus all left and right paddings for #nav */
}

#nav ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#nav li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#nav li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #nav li a{ /*Non IE6 width*/
width: auto;
}

#nav li a:hover{
border-left: 10px solid #dc566f;
border-right: 10px solid #f7aab4;
background-color: #e07a87;
color: #ffffff;
}

#footer_nav {
	background-color:#abd0e9;
	text-align:center;
	font-family:trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#000000;
	padding:0px 0px 0px 0px;
	}
	
#footer_copy {
	background-color:#dceefc;
	text-align:center;
	font-family:trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#000000;
	padding:0px 0px 0px 0px;
	}
	
#content {
	padding:5px 15px 5px 15px;
	font-family:trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
	}
	
td.sidebar {
	background-color:#90bade;
	}


