body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/bodybg.gif);
	background-repeat: repeat-y;
}

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: 30px;
 color: #FFFFCC;
}

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

h3{
 font-size: 14px;
 color: #FFFFCC;
}

h4{
 font-size: 18px;
 font-weight: bold;
 color: #000099;
}

h5{
	color: #FFFF00;
	font-size: 18px;
	font-weight: bold;
}
h6 {
	font-size: 20px;
	color: #CCCCCC;
	text-align: center;
	margin: 20px 10px 0px 100px;

} 
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 100%;
	background-image: url(graphics/foibahaie.jpg);
	height: 92px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
}

#navBar{
	padding: 0px;
	background-color: #6699ff;
	float: left;
	width: 149px;
}

#content{
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 160px;
}
#content a {
	text-decoration: underline;
}
#content a:hover {
	color: #CC0000;
}

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

#siteName{
	margin: 0px;
	padding: 0;
	text-align: center;
	width: 780px;
}


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

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


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

#globalNav{
color: #cccccc;
padding: 0px;
margin: 0px;}

#globalNav img{
 display: block;
}



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

.feature{
	padding: 14px 4% 10px 0px;
}

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

.feature img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

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

#siteInfo{
	clear: both;
	border: 1px solid #FFCC99;
	font-size: 75%;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #cc9900;
	font-weight: bold;
}
/* 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;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a{
	background-color: #cc9900;
	width: 136px;
	margin: 2px;
	padding: 4px 3px 4px 6px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
}

#sectionLinks a:visited{
	color: #FFFFCC;
}

#sectionLinks a:hover{
	text-decoration: underline;
	color: #FFFFCC;
}
