body {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	background-color: #2A8EB0;
}

img {
	display: block;
}

#page {
	background-color: #FFFFFF;
	width: 750px;
}

/* MAIN/SECONDARY NAV */

#main_nav {
	background-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#main_nav_secondary_page {
	background-color: #000000;
}

#secondary_nav {
	background-color: #EBEBEB;
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav {
	height: 40px;
}

.active_nav {
	background-color: #EBEBEB;
}

.active_nav_link {
	color: #0089BF;
	text-decoration: none;
	font-family: tahoma;
	font-size: 12px;
}

.active_nav_link:hover {
	text-decoration: underline;
}


.nav_link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: tahoma;
	font-size: 12px;
}

.nav_link:hover {
	text-decoration: underline;
}

.secondary_nav_link {
	color: #7F7F7F;
	text-decoration: none;
	font-family: tahoma;
	font-size: 12px;
}

.secondary_nav_link:hover {
	text-decoration: underline;
}

/* MAIN CONTENT */

#page_header {
	padding-top: 15px;
	padding-bottom: 10px;
}

.header {
	font-family: tahoma, sans-serif;
	font-size: 18px;
	color: #008ABB;
	padding-top: 10px;
	padding-bottom: 3px;
}

.horizontal_divider {
	padding-bottom: 10px;
}

#main_content {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#left_box {
	padding-right: 20px;
}

#right_box {
	background-color: #EBEBEB;
	width: 200px;
}

.copy {
	font-family: tahoma;
	font-size: 12px;
	color: #808080;
}

.copylink {
	font-family: tahoma;
	font-size: 12px;
	color: #008ABB;
	text-decoration: none;
}

.copylink:hover {
	text-decoration: underline;
}

/* FOOTER */

#footer {
	background-image: url(images/footer_background.jpg);
	background-repeat: no-repeat;
	height: 27px;
	padding-left: 10px;
	padding-right: 10px;
}

.footer_copy {
	font-family: helvetica;
	font-size: 11px;
	color: #FFFFFF;
}

.footer_link {
	font-family: helvetica;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer_link:hover {
	text-decoration: underline;
}