body {
	margin-top: 0px;
	padding-top: 0px;
	font-family: arial, helvetica, sans-serif;
	background: #D5D6D7;
}

img.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.center { text-align: center; }

.float_left { float: left; }
.float_right { float: right; }
.clearer { clear: both; font-size: 0px; }

#container {
	width: 710px;
	background: white;
	margin: 0 auto;
}

#dropshadow_main {
	width: 728px;
	background: url(images/drop_main.gif) repeat-y;
	margin: 0 auto;
}

#dropshadow_bottom {
	width: 728px;
	height: 11px;
	font-size: 0px;
	margin: 0 auto;
	background: url(images/drop_bottom.gif) no-repeat;
}

#header {
	background: #4F585F;
	height: 87px;
	border-bottom: 1px solid white;
	color: white;
	font-size: 25px;
}

/* Top Nav */
#nav_top {
	background: url(images/nav_top_bg.jpg) no-repeat #295853;
	width: 710px;
	height: 172px;
	padding-top: 10px;
	border-bottom: 1px solid white;
}

#nav_top ul {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

#nav_top li.seperator {
	border-bottom: 1px solid white;
	background: none;
	width: 105px;
	margin-left: 15px;
	font-size: 0px;
}

#nav_top li {
	list-style: none;
	background: url(images/nav_top_bullet.gif) no-repeat 0 12px;
	padding-left: 15px;
	padding-top: 5px;
	width: 130px;
}

#nav_top li a {
	color: white;
	text-decoration: none;
	font-family: "Arial Narrow", arial, helvetica, sans-serif;
	font-size: 17px;
	border-bottom: 1px solid white;
	display: block;
	width: 120px;
	padding-bottom: 5px;
}

#nav_top li.last a {
	border: none !important;
}

#gray_spacer { background: #4F585F; height: 3px; width: 710px; font-size: 0px; }

/* Left Nav */

#nav_left {
	width: 165px;
	float: left;
	margin-top: 9px;
}

#nav_left ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#nav_left li {
	margin: 0;
	background: url(images/nav_left_bullet.gif) no-repeat 0 8px;
	line-height: 18px;
	list-style: none;
	padding-left: 20px;
}

#nav_left li a {
	font-size: 12px;
	color: black;
	text-decoration: none;
}
	
#nav_left h3 {
	color: #004040;
	width: 157px;
	font-size: 16px;
	margin: 9px 0px 9px 12px;
}

.gray_spacer_small { 
	border-bottom: 1px solid #CCCCCC;
	width: 140px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 0px;
}

/* Content */
#content {
	padding-top: 18px;
	float: right;
	width: 500px;
	margin-right: 20px;
	display: inline;
}

#content p {
	font-size: 14px;
}

#content h2 {
	margin-top: 0px;
	color: #004040;
	font-size: 25px;
}

#content h3 {
	margin-top: 0px;
	color: #004040;
	font-size: 18px;
}

#content h4 {
	margin-top: 0px;
	color: #004040;
	font-size: 22px;
}

#content h5 {
	margin: 0px;
	color: #004040;
	font-size: 15px;
}

.approach_table .col1 { width: 140px; }
.approach_table {
	font-size: 14px;
}

.sitemap a {
	font-size: 14px;
	display: block;
	width: 200px;
}

/* Footer */
#footer a { 
	color: white;
	font-family: "Arial Narrow", arial, helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
}

#footer { 
	height: 108px;
	width: 710px;
	background: #4F585F;
	color: white;
	margin-top: 20px;
}

#footer p.links { margin-top: 5px; text-align: center; }
#footer p.address { padding-top: 5px; font-size: 12px; text-align: center; display: block;}

.copyright {
	width: 720px;
	font-size: 12px;
	color: #4F585F;
	display: block;
	margin-top: 0px;
	text-align: center;
	margin: 0 auto;
}

.generic_list {
	width: 450px;
	margin-left: 20px;
}

.generic_list ul {
	margin: 0px;
	padding: 0px;
}

.generic_list li {
	list-style: none;
	background: url(images/check.gif) no-repeat 0 3px;
	padding-left: 25px;
	font-size: 14px;
	margin-bottom: 9px;
}

/* Other Styles */
.size23 { font-size: 23px !important; }
.nomargin { margin: 0px !important; }