body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E1EEF6;
}
#nav {
	background: url(images/nav.png) no-repeat;
	margin: auto;
	height: 153px;
	width: 965px;
}
#nav li {
	list-style: none;
	float: left;
	color: #FFF;
	padding-right: 10px;
	font: normal 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 10px;
	border-right: 1px dotted #5A92CA;
}
#nav ul {
	margin: 0px;
	padding-left: 38px;
}
#nav li a:hover {
	background: url(images/nav-hover.png) repeat-x;
}
#nav li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 15px 5px;
	text-shadow: 0 1px 1px #666;
}
.active {
	background: url(images/nav-hover.png) repeat-x;
}






#wrapper {
	text-align: left;
	margin: auto;
	width: 905px;
	background: url(images/main-bg.png) repeat-y;
	padding-left: 35px;
	padding-right: 25px;
	font: 13px Verdana, Geneva, sans-serif;
	color: #333;
}

#header {
	background: url(images/splash-bg.jpg) no-repeat;
	color: #333;
	padding-top: 105px;
	padding-left: 25px;
	padding-right: 290px;
	height: 180px;
}
#header-pages {
	height: 0px;
}
#content {
	float: left;
	width: 570px;
	padding-left: 10px;
	border-right: 1px solid #CCC;
	margin-right: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#content h1 {
	font: bold 18px Verdana, Geneva, sans-serif;
	color: #666;
}
#side-div {
	float: left;
	width: 0px;

	padding-bottom: 10px;
	margin-bottom: 10px;
}

#side {
	float: right;
	width: 260px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#col1 {
	float: left;
	width: 255px;
	height: 600px;
	padding-left: 10px;
	border-right: 1px solid #CCC;
	margin-right: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#col2 {
	float: left;
	width: 255px;
	height: 600px;
	border-right: 1px solid #CCC;
	margin-right: 10px;
	padding-right: 20px;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#col3 {
	float: right;
	width: 285px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
h1, h2, h1 a, h2 a {
	color: #004bad;
	margin-top: 0px;
	font: normal 22px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #CCC;
	font-size: 10px;
}
#divider {
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
#header p {
	margin: 0px;
}
a {
	color: #004bad;
	text-decoration: none;
}
a:hover {
	color: #5A91C6;
	text-decoration: none;
}
#bottom {
	margin: auto;
	width: 965px;
	height: 10px;
	background: url(images/bottom.png) no-repeat;
}