/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0px;
	padding: 0px;
	background-color: #003200;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, h7{
	font-family: Garamond;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 24px;
 color: #988541;
}

h2{
 font-size: 22px;
 color: #988541;
}

h3{
 font-size: 15px;
 color: #CC9900;
}

h4{
 font-size: 18px;
 font-weight: normal;
 color: #988541;
}

h5{
	font-size: 16px;
	font-weight: bold;
	color: #001B59;
	line-height: 19px;
}

h6{
 font-style: italic;
	font-size: 17px;
	font-weight: normal;
	color: #8A0000;
	line-height: 19px;
}

ul{
	list-style-type: square;
	margin-left: 25px;
}

ul ul{
 list-style-type: disc;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px 20px;
	border-bottom: 1px solid #988541;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

.smallitalics{
	font-size:11px; font-family:Arial; 
	color:#000000; line-height:12px;
	font-style:italic; text-align:center;
}	
	
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 14px;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 15px 10px 5px;
	font-family: Georgia;
	font-size: 11px;
	line-height: 13px;
	color: #004F00;
	
}

.feature1{
	font-family: Georgia;
	font-size: 10px;
	line-height: 12px;
	color: #004F00;
	
}
.feature2{
	font-family: Georgia;
	font-size: 11px;
	line-height: 12px;
	color: #004F00;
	
}
}
.feature3{
	font-family: Georgia;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	background-color: #CC9900;
}

.feature4{
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	color: #003200;
}

.feature h3{
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

.feature img{
	padding: 5px;
	margin: 0 0px 0px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .disclaimer styles *****************/

.disclaimer{
	clear: none;
	padding: 10px 60px 5px;
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	text-align: justify;
	vertical-align: middle;
	line-height: 11px;
	background-position: center;
	float: none;
}

.disclaimerheader{
	clear: both;
	padding: 0px 0px 0px;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	line-height: 11px;
}

/************** .main styles *****************/

.main{
	clear: both;
	padding: 2px 4px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #002B00;
	line-height: 14px;
}

.mainred{
	clear: both;
	padding: 2px 4px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FF0000;
	line-height: 14px;	
}

.main p{
	padding: 0px 0px 10px 0px;
}

.highlight{
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #C19200; font-weight:bold;
	line-height: 14px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #988541;
	color: #cccccc;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color: #FFFFFF;
}
/* 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;
}

/*********** .divider styles ***********/

.divider{
	margin: 0px;
	padding: 0px 0px 5px 5px;
	text-align: center;
	vertical-align: middle;
	}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	border-top: 1px solid #988541;
}

#advert img{
	display: block;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	}
.popup {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	padding: 0px 30px;
	vertical-align: middle;
	height: auto;
	width: auto;
	float: none;
	margin: 0px;
}
b {
	font-weight: bold;
}
