@charset "UTF-8";
/* GLOBAL STYLES */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color:#EFEFEF;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
}
a:link {
	color: #57A2D5;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #57A2D5;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

a:active {
	text-decoration: none;
	color: #0b1721;
}

hr {
	color: #fff;
	background-color: #fff;
 	height: 10px;
	border: none;
	border-top: 1px #999999 solid;
}

p {
	margin: 0 0 18px 0;
}

.SMALLCAPS
{
font-size: 11px;
text-transform: uppercase;
font-weight:bold;
}


/*  headlines */
h1 {
	color: #006837; /* green */
	font-size: 24px;
	line-height: 30px;
	margin-top: 0;
}

h2 {
	color: #666666; /*#0F304F - blue*/
	font-size: 18px;
	line-height: 22px;
}

h3 {
	font-size: 12px;
	line-height: 14px;
}

#c2 h1 {
	color: #006837; /* green */
	font-size: 24px;
	line-height: 30px;
	margin-top: 0;
}

#c2 h2 {
	color: #666666; /*#0F304F - blue*/
	font-size: 18px;
	line-height: 22px;
}

.topZero {
	margin-top: 0;
}

/* basic layout */
#pagewrapper {width:1010px; background-image: url(../images/bkg.gif); background-repeat: repeat-y; margin: 0 auto;}

#contentwrapper {width:1000px; background-color:#FFF; margin: 0 auto;}


/*Default Links - Applies to the Main Content Column*/

.content a:link {
	color: #57A2D5;
}
.content a:visited {
	color: #57A2D5;
}
.content a:hover, .content a:focus, .content a:active {
	color: #ccc;
}

/* global footer */
#footer {
	margin: 0px auto;
	font-size: 11px;
	line-height: 14px;
	width: 982px;
}
#footercontent {
	padding: 14px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #57A2D5;
}
#c1 .content a:visited {
	color: #57A2D5;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #999999;
}

/* center col */
#c2 .content {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	padding-top: 16px;
	padding-right: 32px;
	padding-bottom: 16px;
	padding-left: 32px;
}

/*Right Sidebar Links*/
#c3 a:link {
	color: #57A2D5;
}
#c3 a:visited {
	color: #57A2D5;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #999999;
}

/*Footer Links*/
#footer a:link {
	color: #57A2D5;
}
#footer a:visited {
	color: #57A2D5;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #999999;
}

.breadcrumbs {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	font-style: italic;
}

/* home page */

#contentleft {
	 float:left; 
	 width:420px; 
	 
	 margin:20px 0 0 0;
}

#contentright {
	float:left; 
	margin:20px 0 0 20px;
	padding-left:20px; 
	border-left: 1px solid #CCC;
}
 
.featuredStories {
	color: #666666;
	font-size: 11px;
	line-height: 13px;
}

.featuredStories p {
	margin: 0;
}

/* */
h2#bkgBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0f304f;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 3px 12px;
	margin: 12px 0;	
}

h3#bkgBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #C0BA98;
	background-color: #4A4A4A;
	font-size: 14em;
	font-weight: bold;
	padding: 3px 0px 3px 12px;
	margin: 0 0 10px 0;
	width: 100%;
	line-height: 24px;
}

