body{
	font-family: Arial,sans-serif;
	color: #;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	
	background-repeat: repeat;
	background-position: center;
	background-color: #fff666;
	height:100%;
}
a:link {
	color: #334d55;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
	
}
a:hover {
	color:#999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/* 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: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #334d55;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{S
 font-size: 100%;
 color: #334d55;
}
h6{
	font-size:9px;
	position:absolute;
	left: 549px;
	top: 3352px;
	}

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                                 */
/***********************************************/
#container{
   width: 938px;
   border: 5px solid #fff666;
   margin: 0px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   position: relative;
   min-height:100%;
   height:100%;

}
#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 0px;
	width: 100%;
	background-color: #fff666;
}

#navBar{
	margin: 0 81% 0 0;
	padding: 0px;
	background-color: #9d1532;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	width: auto;
	
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0;
	
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 0px;
}


/************* #globalNav styles **************/

#globalNav{
color: #fff666;
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: 0px 0px 0px 0px; 
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: LEFT;
}
	

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}
div.desc{
  float:right;
  text-align: center;
   font-weight: normal;
  width: 179px;
  margin: 2px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%; 

	
	
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story img {
	float:right;
	padding: 0px 0px 10px 0px;
	margin: 0px 5px 5px 0px;
	
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #20437f;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	
}
#container #navBar #headlines form {
}

/* 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;
	float:left;
	
	
}


/************* #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 {color: #ffff00;
}
	 
	 #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{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-color: #9d1532;
	left: 0;
	width: 180;
	
}

#sectionLinks h3{
	display: block;
	padding: 10px 0px 2px 10px;
	color: #ff0000;
}

#sectionLinks a:link{
	display: block;
	padding: 2px 4px 2px 10px;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #FFFF00;
}

#sectionLinks a:visited{
	display: block;
	padding: 2px 4px 2px 10px;
	color:#ffff00;

}

#sectionLinks a:hover{
	display: block;
	background-color: #092f2f;
	padding: 2px 4px 2px 10px;	
	
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	display:block;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	color: #9d1532;
	border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
	
}
.relatedLinks ul{
	list-style:none;
	margin:0;
	padding:0
	}

.relatedLinks h3{
	display:block;
	
}
.relatedLinks  a{
 	display:block;
	
	background: #9d1532}

.relatedLinks a:links {
	display:block;
	background: #20437f;
}
.relatedLinks a:hover {
display:block;
background-color: #20437f;
}

.relatedLinks a:visited {
	color:#ffff00;}
	
.relatedLinks li {
	position: relative;
	left: 0;
	width: 175;
}

.relatedLinks ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}
.relatedLinks ul ul li:hover ul 
{display: block; 
}
.relatedLinks ul ul ul,
.relatedLinks ul ul li:hover ul ul
{display: none;
}

.relatedLinks ul ul li:hover ul 
{display: block;
}
.relatedLinks ul ul ul,
.relatedLinks ul ul li:hover ul ul
{display: none;
}

.relatedLinks ul ul li:hover ul,
.relatedLinks ul ul ul li:hover ul
{display: block;}{display: block;}





/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 70%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
