/* generic styles */
body {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	background: #2a597d;
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
p {
	line-height: 1.7em;
	color: #0d1c3d;
	margin-top: 0px;
}
a:link {
	color: #0078ad;
}
a:visited {
	color: #d77429;
}
a:hover {
	color: #0078ad;
	text-decoration: none;
}
h1 {
	color: #0e1b3d;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #D77429;
	margin-bottom: 0.5em;
}
/* global styles */
#maintable {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #fcedb7;
}
#coordinatedby {
	background: #FDDD66 url(img/coordinatedby.jpg) no-repeat;
	width: 335px;
}
#coordinatedby ul {
	list-style: none;
	margin: 0px;
	padding: 60px 5px 0px 0px;
	text-align: right;
}
#coordinatedby a:link, #coordinatedby a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-align: right;
}
#topnav {
	background: url(img/navbkgd.jpg);
	height: 20px;
	vertical-align: middle;
	border-top: 1px solid #95b0bb;
	border-bottom: 1px solid #6b90a0;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}
#topnav a:link, #topnav a:visited {
	color: #000000;
	text-decoration: none;
	padding: 3px 5px;
}
#topnav a:hover {
	background: url(img/navbkgd_on.jpg) repeat-x top;
}
#topnav #topnavdiv {
	float: right;
	border: 1px solid #00FF00;
}

#footerleft {
	padding: 10px 10px 2em 5px;
}
#footerleft a:link, #footerleft a:visited {
	color: #d77429;
	font-weight: bold;
	text-decoration: none;
}
#footerleft a:hover {
	color: #0078ad;
	text-decoration: underline;
}
#footerright {
	text-align: right;
	padding-right: 5px;
	padding-top: 10px;
}
#footerright a:link, #footerright a:visited {
	color: #D77429;
	text-decoration: none;
}
#footerright a:hover {
	color: #0078AD;
	text-decoration: underline;
}
/* home styles */
.homeleftcol {
	padding-left: 20px;
	width: 330px;
}
.homerightcol {
	padding-right: 13px;
}

.homemiddlecol #highlightbox {
	width: 296px;
	background: #FFFFFF url(img/centergradient.jpg) repeat-x;
	padding: 10px;
}
.homeleftcol img, .homerightcol img, .homemiddlecol img,
.rightcol img, .leftcol img {
	margin-top: 25px;
}
.homeleftcol h1, .homerightcol h1,
.leftcol h1, .rightcol h1 {
	margin-top: 2em;
}
.homeleftcol p   {
	padding-right: 10px;
}

/* interior styles */
.leftcol {
	padding-left: 20px;
	vertical-align: top;
}
.leftnav {
	width: 240px;
	margin-left:0;
	margin-right: 40px;
}

.leftcontent {
	float: right;
	width: 380px;
}
.leftcontent {
	padding-right: 20px;
}

.leftcontent h1{
	margin-top:20px;
}

.rightcol {
	padding-right: 0px;
	width:340px;
}
.rightcontent {
	width: 225px;
	background: #FFFFFF url(img/centergradient.jpg) repeat-x;
	padding: 10px;
 	margin-left: 40px; 
	margin-top: 25px;
}

.rightcontent h1{
	margin-top:0;
	color:#DE8D4C;
}

.rightcontent img, .leftcontent img {
	margin-top: 0;
}
img.imgright {
	margin-bottom:5px;
	margin-left:5px;
}

img.imgleft {
	margin-bottom:5px;
	margin-right:5px;
}

/* interior navigation */
ul.sitemap_nav {
	margin: 0;
	padding:0;
	list-style-type:none;
}
ul.leftnavigation {
	margin: 20px 0 0 20px;
	padding:0;
	list-style-type:none;
}
ul.leftnavigation a:link, ul.leftnavigation a:visited {
	color:black;
	text-decoration:none;
}
ul.leftnavigation a:hover, ul.leftnavigation a:active {
	color:#DC853F;
}
ul.leftnavigation li {
	margin-bottom:5px;
	font-size:120%;
}
.navON {
	font-weight:bold;
	color:#DC853F;
}
.navsecondary .navON a {
	font-weight:normal;
	color:#DC853F;
}
.navOFF {
	font-weight:bold;
	color:#fcedb7;
}
.navsecondary {
	margin-left:20px;
}


/* Other Styles */

.rightLinks {
	text-align: right;
	padding-right:20px;
}

