@charset "utf-8";
/* CSS Document */


body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002b5c;
}


#divMain {
	width: 1000px;
	position:absolute;
	left:50%;
	top: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -500px;
	bottom: 0px;
}
#divLogo {
	height: 160px;
	width: 1000px;
	margin-top: -50px;
	z-index: 100;
	float: left;
}
#divLinks {
	float: left;
	margin-left: 300px;
	margin-top: -90px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	width: 600px;
}
#divLinks ul {
	list-style: none;
	display: block;
}
#divLinks ul li {
	display: inline;
	margin-right: 40px;
}


#divLinks ul li a:link, #divLinks ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/dots.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left:5px;
	padding-right:5px;
	
}

#divLinks ul li a:hover {
text-decoration:underline;
color: #FFFFFF;
	
	
	
}

#divLinks ul li a.current {
text-decoration:underline;
color: #FFFFFF;	

	}




#divNav {
	background-image: url(images/nav-bar.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 59px;
	float: left;
}

#divHeader {
	width: 1000px;
	float: left;
}
#divContent {
	float: left;
	width: 1000px;

}
#divContent li {
	padding-bottom: 10px;
}

#ContentLeft {
	float: left;
	width: 450px;
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
#ContentRight {
	float: left;
	width: 450px;
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
#divFooter {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 1000px;
	float: left;
	clear: both;
	font-size: 10px;
	text-align: center;
	padding-top: 40px;
}

.title {
	font-size: 24px;
	font-weight: bold;
	background-color: #E5E5E5;
	padding-left: 5px;
}

