body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#006666;
}

a:active {
	text-decoration: none;
	color:#000066;
}


a:hover {
	text-decoration: underline;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

.hidden2 a:link
{
color:#F5F5F5;
}


.hidden2 a:hover
{
color:#999999;
}


.hidden2 a:visited
{
color:#CCCCCC;
}







h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 150%;
	color: #006699;
	vertical-align: middle;
}

h2{
 font-size: 150%;
 color: #006699;
}

h3{
 font-size: 130%;
 color: #334d55;
 margin:0px;
}

h4{
 font-size: 150%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #334d55;
}



label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 5px 0px;
	width: 100%;
	background-image: url(Images/topback.gif);
	background-repeat: repeat;
	height:80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#navBar{
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-right: 80%;
	margin-bottom: 0;
	margin-left: 0;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding-top: 0;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 1%;
}






#leftadbar
{
width:180px;
text-align:center;

background-color:#ffffff;

padding:1px;

}

#leftadbar img
{
border:1px #CCCCCC solid;
padding:2px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 2px 2px;
	vertical-align: middle;
	white-space: nowrap;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 75%;
	text-align: justify;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	color:#666666;
	line-height:18px;
}

.feature h3{
	padding: 0px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

	
.feature iframe{
	float:left;
	margin: 20px;
	padding:0px;
}

.feature div{
	float:none;
	width:728px;
	margin-left:5px;
	margin-right:5px;
	padding: 0px 0px 0px 0px;
}



.feature table{
	
	margin-left:5px;
	margin-right:5px;
	padding: 0px 0px 0px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px;
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

.story div{
	float: left;
	margin-left:0px;
	margin-right:2px;
	padding: 3px;
	height: auto;
	width: auto;
	}

.story p{
	padding: 0px 0px 10px 0px;
}

.siteinfo img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo2{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 55%;
	color: #cccccc;
	padding: 0px;
	margin-top: 0px;
	float: left;
	height: 120px;
	width: 150px;
}

.states{
	
	font-size: 85%;
	color: #006699;
	margin-top: 1px;
	text-align:justify;
		
}



/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; list-style: square;  margin:0px;}
#navBar ul {list-style: square;  margin:0px; }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	list-style-type: square;
}

#sectionLinks h3{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
  color:#006699;
	
}


#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	color:#0066CC;
	}


#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	color:#003366;
}
#sectionlist {
	list-style-position: outside;
	list-style-type: square;
	font-size: 90%;
}
#sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	width: 100%;
}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color:#006699;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.relatedLinks bold{
font-size:90%;
}



/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}




.txttop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #006699;
	vertical-align: top;
	text-align: right;
	padding-right: 20px;
}

/************** .hr1 **************/

.hr1
{
clear:both;
color:#006699;
background-color:#006699;
size:1px;
}


/*.states {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #006699;
	text-decoration: none;
	text-align:center;
	font-weight:700;
}
*/

.input_box

{
width:180px;
height:20px;
border:1px solid #999999;
}

.bot_txt
{
color:#FFFFFF;
font-size:10px;
text-align:center;
}

.form_txt_top
{
font-size:11px;
line-height:20px;
text-align:justify;
padding:10px;

}

.form_txt
{
font-size:12px;
border:1px #333333 solid;

}
