
body{
	font-family: Arial,sans-serif;
	color: #000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #E5E0CC;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

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;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #144077;
 margin-bottom: 20px;
}

.subPage h2{
 font-size: 124%;
 color: #708090;
 margin-bottom: 10px;
}

h3{
 font-size: 115%;
 color: #000;
 margin-bottom: -10px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#Wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #949494;
	background: #fff url('images/pagebg.gif') repeat-y top left;
}

#header1 {
	line-height: 116px;
	height:116px;
	background: #fff url('images/index_01.gif') no-repeat top left;
	float:left;
	margin:0;
  	padding:0;
}
#header1 h2 a {
	text-indent: -20000px;
	display:block;
	width: 702px;
}
#header2{
	height:116px;
	background: #fff url('images/index_02.gif') no-repeat top right;
	float:right;
	margin:0;
  	padding:0;
	width: 208px;
	text-align:center;
	color: white;
}

#header2 a {
	color: #fff;
	font-size: 10px;
}

#masthead{
	margin: 0;
	padding: 0;
	border:0px none;
	width: 100%;
	background: #143E75 url('images/index_03.gif') no-repeat top left;
	height: 33px;
	line-height: 33px;
	clear: both;
	text-align:center
}

#navBar{
	padding: 0px;
	background: #708090 url('images/navbg.gif') repeat-y top left;
	border: 0px none;; margin-left:0; margin-right:745px; margin-top:0; margin-bottom:0
}

#navBar p {
padding-left: 8px;
text-align:center;
}

#content{
  float:right;
	width: 78.65%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 0px;
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: 7px 40px 7px 40px; 
	color: #fff;
}

#globalNav a:hover {
background: #708090;
text-decoration:none;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align:center;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}


/* adjust margins to change separation between the feature image and text flowing around it */


.subPage{
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	text-align:left;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px none;
	font-size: 75%;
	color: #cccccc;
	padding: 0;
	margin-top: 0px;
	background: #fff url('images/index_06.gif') no-repeat top left;
	text-align: center
}
/* 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;
}




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* 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{
	margin: 0px;
	padding-left: 8px;
	font-size: 110%;

	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
color: #fff;
}

#sectionLinks .last {
border-bottom: 1px solid #E9E0CE;
}

#sectionLinks a:link{
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #E9E0CE;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	}

#sectionLinks a:visited{
	border-top: 1px solid #E9E0CE;
	padding: 5px 0px 5px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #E9E0CE;
	background-color: #A6B1BC;
	padding: 5px 0px 5px 10px;
	text-decoration:none;
	color: black;
}


#marquee {
background-color: #A6B1BC;
float: right;
width: 737px;
height: 25px;
line-height:25px;
margin-right:-11px;
}

.location {
background-color: #1b467e;
color: #fff;
font-weight: bold;
}