/* base styles
   =========== */
body {
  padding: 0;
  margin: 0;
  font: 0.7em Arial, sans-serif; 
  line-height: 1.5em; 
  background: #F0F0F0; 
  color: #454545; 
  }
a { color: #0E4D8B; background: inherit; }
a:hover { color: #000; background: inherit;}
a.title { color: #B41A1A; background: #FFF; }

h1 { font: bold 2em Arial, Sans-Serif; letter-spacing: -1px; padding: 16px 0px 0px 8px; margin: 0; }
h1.plain {padding: 0px 0px 0px 0px;}
h2 { margin: 0; padding: 0; font: normal 1.6em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a { color: #FFF; background: inherit; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #BFE1ED; background: inherit; }
h3 { font: 90% Arial, Sans-Serif; margin: 0 0 10px 0; padding: 0; color: #5f5f5f; background: #FFF; }
h3.plain {font: bold 1.2em Arial, Sans-serif; margin: 0;}
/* Form layout controls */
form { 
	margin: 0;
}
input, select 
{
	margin-bottom: 3px;
}
.hidden 
{
  display: none;
}

.error 
{
  display: inline;
  color: #ff0000;
}
.urgent {
	font-weight: bold;
	color: red;
}
.button 
{
  font-size: 2em;
}
 
.txtFormLegend 
{
  color: #777777;
  font-weight: bold;
  font-size: large;
}

.txtSmall 
{
  color: #999999;
  font-size: smaller;
}



/* layout
   ------ */
.space {
	line-height: 0.3em;
}
.content { 
	margin: 10px auto;
	width: 768px;
	background: #FFF url(images/big_middle.gif) repeat-y;
	color: #454545;
	
}

.logo {	padding: 18px 0 0 3px; }

/* header */
.header_top { 
background: #FEFEFE url(images/big_top.gif) no-repeat; 
color: #FFF; 
height: 15px; 
}
.header { 
padding: 0px 8px 0 8px; 
}
.header_bottom { 
clear: both; 
background: #FEFEFE url(images/big_bottom.gif) no-repeat; 
color: #FFF; 
height: 15px; 
}
.sf_right {
	width: 500px;
	float: right;
}
.sf_left {
	float: left;
	width: 250px;
	height: 77px;
	padding: 10px 0 0px 0px;
}
.sf_search {
	clear: both;
	background: #353895 url(images/searchbg.gif) repeat-x bottom left; 
	color: #FFFFFF;
	border-top: 1px solid #353895;
	border-bottom: 1px solid #353895;
	padding: 1em 1em 1em 1em;
	margin: -2em 0em 0em 0em;
}
    
/* navigation */
#nav { width:100%; float:left; }
#nav ul { margin:0; list-style:none; padding: 0; }
#nav a, #nav strong, #nav span { 
float:left; 
display:block; 
color:#fff; 
padding: 4px 10px 4px 10px; 
background: #353895; 
text-decoration:none; 
font-weight: bold; 
}
#nav a { float:none; }
#nav li { 
float:left; 
color: #FFF; 
background: #006F3A; 
margin:0; 
padding: 0 0 0 3px; 
}
#nav #current { 
background: #A9C0CE; 
color: #FFF; 
}
#nav #current a { 
background: #A9C0CE;
padding: 4px 10px 4px 10px; 
color:#FFF; }
#nav a:hover { 
color:#BFE1ED; 
background: #006F3A; 
}   

.subheader {
	padding: 4px;
	background: #f0f0f0;
	color: #808080;
}

/* left side
   --------- */
.left {	float: left;	width: 595px;	margin: 0 0 10px 0; }
.left_single { float: left; width: 760px; margin: 0 0 10px 0; }
#main { width: 758px;  padding: 0px 0px 3px 5px; font: 1em Arial, sans-serif;  }
/* boxes */
	.box_top {
		height: 40px;
		width: 159px;
	}
	
	.box_top h2 {
		color: #FFFFFF;
		background-color:#353895;
		padding: 5px 0px 5px 5px;
		margin: 0;
	}
	
	.box {
		padding: 0px 2px 0px 2px;
		margin: 0px 0px 0px 0px;
		width: 153px;
		color: #595959;
		background: #FFFFFF;
	}
	
	.box p {
		padding: 0px 0px 10px 5px;
		margin: -1px 0px 5px 0px;
	}
	
	.box ul { margin:0; list-style:square inside; padding: 0; }
	
	.box_bottom {
		color: #000000;
		height: 15px;
		width: 159px;
		margin: 0 0 5px 0;
	}
	
/* left and central column */

		.left_side { float: left; width: 159px; padding: 0px 5px 5px 5px; }
		.right_side { float: right; width: 405px; margin: 0 5px 0 0; text-align: justify; }
		.right_side h2 { border-bottom: 1px double;border-bottom-color: #009e68;padding: 2px 0px 0px 0px; }
		.right_side ul {
			list-style: square;
		}
		.right_side ul li {
			list-style: square;
		}
		.single_middle {
			margin: 0 10px 0 10px;
			text-align: justify;
		}
.middleP {
	margin: 5px 5px 5px 30px;
}
.middleH2 { margin: 5px 5px 5px 30px; padding: 0; font: bold 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif; letter-spacing: -1px; color:#006F3A;}
		
		.article { padding: 0 5px 0 0px; margin-bottom: 20px; }
div#article_centered
{
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
	font: 1em Arial, sans-serif;
}
		.article h2 {
	border-bottom: 1px double;
	border-bottom-color: #009e68;
}
		.article_middle {
			padding: 0 5px 0 5px;
			margin: 0 0 20px 0;
		}
		single_middle p {
			margin: 0  0 20px 0;
		}

		
	.grey_top { clear: both; width: 382px; background: #EDEDED url(images/grey_top.gif) no-repeat; color: #000; height: 5px; padding: 0; margin: 0px 0 0 6px; }
	.grey { width: 362px; margin: 0 0 0 6px; padding: 10px; background: #EDEDED url(images/grey_bottom.gif) no-repeat bottom left; color: #808080;	}
		
	.grey a {
		color: #C83C3C;
		background: inherit;
		font-weight: bold;
	}
	
	.grey a:hover {
		color: #000;
		background: #EDEDED;
	}
	
	.highlight {
		padding: 5px 3px 5px 3px;
		margin: 0 0 3px 0;
	}
	
		
/* right side
   ---------- */
		
.right { float: right; width: 170px; margin: 0 0 10px 0;}
		

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	color: #808080;
	background: #f0f0f0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eee;
}
.footer p {	line-height: 2em; }
.footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 
.footer img {
	border: 0px;
	
	
}
.footer img a {
	text-decoration: none;
}
/* site seal */
#siteSealFauxBadge {
	border-bottom: none;

}
#siteSealFauxBadge img {
	border: 0px;
	height: 24px;
	width: 15px;
	vertical-align: middle;
	float: none;
} 
