.page_header {
	font-family: Garamond;
	font-size: 28px;
	color: #FFFFFF;
}
.page_title {
	font-family: Garamond;
	font-size: 18px;
	color: #0080C4;
	font-weight: bold;
	text-decoration: underline;
}
.footer_text {
	font-family: Garamond;
	font-size: 12px;
	color: #000000;
}
.body_text {
	font-family: Garamond;
	font-size: 14px;
	color: #333333;
}
/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 800px;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(glbnav_background.gif);
	font-size: 13px;
	left: 0;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	font-size: 13px;
}


a.glink, a.glink:visited{
  	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	background-image: url(../glblnav_selected.gif);
	font-size: 13px;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 140px;
	/*width: 100%;*/
	min-width: 700px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	left: 10px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 11px;
	color: #FFFFFF;
}

.subglobalNav a:hover{
	color: #EEEEEE;
}
#sectionLinks{
	text-align: left;


}

#sectionLinks h3{
	padding: 10px 2px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-image: url(../bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	font-size: 11px;
}

#sectionLinks a:hover{
	background-color: #0093C4;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
body {
	background-color: #EEEEEE;
}
a:link {
	text-decoration: none;
	color: #0080C4;
}
a:visited {
	color: #0080C4;
	text-decoration: none;
}
a:hover {
	color: #0080C4;
	text-decoration: underline;
}
a:active {
	color: #0080C4;
	text-decoration: none;
}
.style2 {	color: #FFFFFF;
}.style3 {
	font-size: 14px;
	font-weight: bold;
	color: #0080C4;
}

