body {
	font: 80%/1.5 Geneva, Arial, Helvetica, sans-serif;
	background: #ddd;
	color: #345F8C;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, div, p, ol, ul, li {
	padding: 0px;
	margin: 0px;
}

#wrap {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(images/headerBg.gif) no-repeat left top;
}

#head {
	height: 117px;
	width: 770px;
	overflow: visible;
}

#head span {
	text-indent: -2000px;
}
#wrap #topNav {
	position: absolute;
	top: 93px;
	margin-left: 29px;
}

#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	font-weight: bold;
}

#topNav a.current {
	color: #7BBD35;
}
#topNav a:hover {
	color: #7BBD35;
}


#main {
	border-right: 5px solid #8CA3CC;
	border-left: 5px solid #8CA3CC;
}
#main #leftCol {
	float: left;
	width: 200px;
}
#main #mainCopy {
	margin-left: 25px;
	padding-top: 20px;
	font-size: 110%;
	margin-right: 20px;
}
#mainCopy p {
	padding-top: 20px;
	padding-bottom: 10px;
}

#mainCopy ul {
	list-style: none;
	margin-bottom: 10px;
}
#mainCopy li {
	background: url(images/bullet.gif) no-repeat left center;
	padding-left: 18px;
}





#footer {
	background: #8CA3CC;
	clear: both;
}
#footer p {
	margin-left: 29px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}

.hidden {
	display: none;
}
