body {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #D8D5B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.main {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #247790;
	border-left-color: #247790;
}
.constantcontact {
	border-right-width: 0px;
	border-left-width: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2A5780;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #001A35;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #001A35;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #001A35;
	text-decoration: none;
}
.right_image {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.left_image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #00448C;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-right: 20px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	padding-left: 35px;
}
.header {
	background-image: url(images/header.jpg);
	background-position: top;
}
.content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #006486;
	font-weight: normal;
	letter-spacing: -.09em;
	line-height: 1em;
}

.nav {
	list-style: none;
	color: #CCCCCC;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

.nav ul {
	list-style: none;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

.nav ul li {
	position: relative;
	}
	
.nav li ul {
	position: absolute;
	left: 169px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
.nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "century gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #1A7997;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.nav ul li a:hover {
	color: #FFFFFF;
	background-color: #006587;
	background-image: url(images/nav_roll_bg.jpg);
	background-repeat: no repeat;
	background-position: top;
} /* Hover Styles */
		
.nav li ul li a {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
} /* Sub Menu Styles */
		
.nav li:hover ul, li.over ul {
	display: block;
} /* The magic */
