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

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
	
body{
	background-color:#666666;
	font-family:"Gill Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* for IE to center align page */
}

#wrapper{
width: 800px;
background-image:url(../images/backimage.png);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:top center;
margin:0px auto;
text-align:left;
}

#banner{
	height: 131px;
	background-image: url(../images/topbannerlogo.png);
	background-repeat: no-repeat;
}

#topnav {
	height: 32px;
	background-image:url(../images/topbannerlinks.png);
	background-repeat:no-repeat;
}

	.topnav {
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;}
	.topnav a:link {text-decoration:none; color:#FFFFFF;}
	.topnav a:visited {text-decoration:none; color:#FFFFFF;}
	.topnav a:active {text-decoration:none; color:#FFFFFF;}
	.topnav a:hover {text-decoration:underline; color:#FFFFFF;}

#topnav ul{
padding-top: 3px;
margin: 0;
text-align:left;
padding-left: 55px;
}

#topnav ul li{
display: inline;
padding-right: 40px;
margin: 0;
}

#sidenav{
width:207px;
float:left;
}

    .sidenav {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;}
	.sidenav a:link {text-decoration:none; color:#FFFFFF;}
	.sidenav a:visited {text-decoration:none; color:#FFFFFF;}
	.sidenav a:active {text-decoration:none; color:#FFFFFF;}
	.sidenav a:hover {color:#FFFF00;}


#content {margin-left:207px;}

.container {
width: 99%;
float: right;
}

#footer{
clear: both;
background-image:url(../images/bottombanner.png);
background-repeat:no-repeat;
background-position:bottom;
}
		
    .sidenav {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;}
	.sidenav a:link {text-decoration:none; color:#FFFFFF;}
	.sidenav a:visited {text-decoration:none; color:#FFFFFF;}
	.sidenav a:active {text-decoration:none; color:#FFFFFF;}
	.sidenav a:hover {color:#FFFF00;}
	
	.textback {
	background-image: url(images/dropshadow.png);
	background-repeat:repeat-y;
}

	.footer {
	font-size:14px;
	color:#FFFFFF;
	text-align:center;}
	.footer a:link {color:#FFFFFF;}
	.footer a:visited {color:#FFFFFF}
	.footer a:active {color:#FFFFFF;}
	.footer a:hover {color:#FFFF00;}
	
	.bluetitle {
	font-size:30px;
	color:#0071BC;
	text-align:center;
	line-height: 100%;
}

	.blueheading {
	font-size:24px;
	color:#0071BC;
	text-align:center;
	line-height: 100%;
}

	.orangeheading {
	font-size:24px;
	color:#F3300F;
	font-weight:bold;
	text-align:center;
}
	.blackheading {
	font-size:18px;
	color:#000000;
	text-align:center;
}
	.maintext {
	font-size:16px;
	color:#000000;}
	.maintext a:link {color:#000000;}
	.maintext a:visited {color:#000000;}
	.maintext a:active {color:#000000;}
	.maintext a:hover {color:#F3300F;}
	
	.blue {color:#0071BC}

#content ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#content ul a:link {color:#000000;}
#content ul a:visited {color:#000000;}
#content ul a:active {color:#000000;}
#content ul a:hover {color:#F3300F;}

#content li {
	background-image: url(../images/bullet2.png);
	background-position: left 5px;
	background-repeat:no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}
	
#content ul li ul li{
	background-image: url(../images/bullet2.png);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left: 12px;
	margin-bottom: 7px;
}

.rightimage {
margin-left: 15px;
margin-bottom: 5px;
float: right;
}

.leftimage {
margin-left: -35px;
margin-bottom: 5px;
float: left;
}
