/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial;
	color: #ffffff;
	line-height: 1.166;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #9F0000;
}

a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

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

h5{
 font-size: 100%;
}

.leftlink {
	FONT-SIZE: 9pt; COLOR: white; FONT-STYLE: normal; FONT-FAMILY: Arial, Arial, Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: underline
}
.leftlink:link {
	FONT-SIZE: 9pt; COLOR: white; FONT-STYLE: normal; FONT-FAMILY: Arial, Arial, Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: underline
}
.leftlink:visited {
	FONT-SIZE: 9pt; COLOR: white; FONT-STYLE: normal; FONT-FAMILY: Arial, Arial, Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: underline
}
.leftlink:hover {
	FONT-SIZE: 9pt; COLOR: white; FONT-STYLE: normal; FONT-FAMILY: Arial, Arial, Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none
}

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	background-color: #880000;
	height: 108px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px none #cccccc;
	border-left: 1px solid #cccccc;
}

#all {
border: 1px solid #cccccc;
background-color: #880000;
}
#masthead img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
}

/* adjust margins to change separation between the feature image and text flowing around it */

#navBar{
	margin: 0px 79% 0 0;
	padding: 0px;
	background-color: #880000;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/*********** #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;}


#content{
	float:right;
	width: 72%;
	margin: 0;
	padding: 0 3%;
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}

#content a:link, #content a:visited {
	color: #880000;
}

#content a:hover {
	color: #0000FF;
}

.highlight {
	color: #FF0000;
	font-weight: bold;
}

.heading {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

.heading1 {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.heading1Highlight {
	font-size: 120%;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.bodytext {
	font-size: 100%;
	color: #000000; 
}

.bodytext1 {
	font-size: 90%;
	color: #000000;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 10px 0px 0px;
	text-align: center;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 120%;
}

#sitePhone {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

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

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


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

#globalNav{
	padding: 0px;
	white-space: nowrap;
	text-align: center;
	margin: 15px 0px 0px;
}
/* '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; 
}

/*********** #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: 0px 0px 10px 10px;
	font-size: 90%;
}

.sectionLinks h3{
	background-color: #ff0000;
	margin: 15px 0px 5px;
}

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

#siteInfo{
	clear: both;
	font-size: 75%;
	background-color: #880000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-right: 1px none #cccccc;
	border-bottom: 1px none #cccccc;
	border-left: 1px none #cccccc;
}
/* 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;
}
.fieldsetlegend {

	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

/* class added for the "setext" added within a H1 tag at the top of every page */
.setext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	margin: 1px;
	padding: 1px;
}

