/* General */

body {		
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-top:20px;
	background-color: #000000;
	color:#FFFFFF;
}
a:link {
	color:#51B3E0;
}
a:visited {
	color:#F7901C;
}

h1, h2, h3, h4, h5, h6 {
	color:#F7901C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal
}
h1, h2, h3 {font-size:25px;	}
h4, h5, h6, h7, h8, h9 {font-size:18px;}

.goal {
	font-weight:bold;
	color:#429538;
	}

.green_highlight {color:#009933}
.orange {color:#F7901C}


/* Master Container */
.header, .nav, .BodyTable  {width:745px;}

/* Main Navigation */

.navRow1, .navRow1 a:link, .navRow1 a:visited {	
	background-color:#F7A11A;
	color:#FFF;
	padding:2px 4px 2px 4px;
	text-decoration:none; }

			
/* Breadcrumbs */
.breadcrumbs {	
	width:745px;
	background-color:#429538;
	padding:2px 10px 2px 10px;
	border:0;
	border-top:3px;
	border-style:solid;
	border-color:#FFF;
}

/* Menu Links */
.nav a:link, .nav a:visited { color:#FFFFFF; text-decoration:none;}

/* Menu Links Hover */
.breadcrumbs a:hover,.navRow1 a:hover, .inlineFeatureText a:hover
	{ color:#000; }
	
.inlineFeatureText a:link, .inlineFeatureText a:visited  
	{ color:#FFFFFF; text-decoration:none; }

/* Site Map & Search Area On Black */
.sitemap_search {width:100%; text-align:right;}

.sitemap_search a:link, .sitemap_search a:visited {
			font-size:12px;	text-decoration:none; color:#F7901C; }
			
.sitemap_search a:hover { color:#777;	}



/* Left Sub-Nav Area */

.contentLeft { width:200px; padding:5px; vertical-align:top; font-size:14px;}
	.contentLeft a:link, .contentLeft a:visited {color:#777; border:0; text-decoration:none;}
	.contentLeft a:hover {color:#FFF;}
	.contentLeft ul {padding-left:5px; margin-top:-10px;text-align: left; list-style:none;}
	.contentLeft li {margin-top:1px;}
	
	.leftSubNav p, .leftSubNav div p { color:#F7901C;text-align:left;font-weight:bold;}

/* Content Body Cell */ 

.contentCell {	padding:20px; vertical-align:top; }


/* Sitewide Footer */
						
.footerImage {	background-image:url(../images/bottomBar.gif);
				background-repeat:repeat-x;
				height:18px; }

.footerText, .footerText a:link, .footerText a:visited {
	font-size:14px;
	color:#F7901C;
	text-decoration:none; }
.footerText a:hover {text-decoration:underline;}

.footerText2, .footerText2 a:link, .footerText2 a:visited{	
				color:#FFF;
				font-size:12px; }
.further_action {
	background-color:#FF0000;
}

/* Splash Page Styles */

.splashContent img {
	border-color:#000;
	border-width:thin;
	}
