/* html tag styles */
body {
	background-color: #03055f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	text-align: center;
}
code, pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330;
	text-align:left;
}


h1  {
	font-weight: bold;
	color: #666600;  
	font: normal 1.8em/1.4em Georgia, "Times New Roman", "Times serif" !important;
}      

h2 {
        font-weight: bold;
	font-size: 42px; 
	text-align: center;
}

h3 {
        font-weight: bold;
	font-size: 32px; 
	text-align: center;
}

/* link tags */

a:link, a:active {
	color: #023294;
	text-decoration: none;

}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	background-color: #CCCCCC;
}

/* custom classes */


.articlesection {
	background-color: #FFFFFF;
	padding: 8px;
	font: normal 1.2em/1.4em Georgia, "Times New Roman", "Times serif" !important;
	color:#363636;

}  

.bighead {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333300;
	line-height: 32px;
} 







.masthead {
	background-color: #888870;
	width: 974px;
	text-align: center;
	margin: 0 auto; 
	text-align: left;
} 


#footertable p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCCCCC;
}
#footertable li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCCCCC;
}

#footertable a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCCCCC;
}

#footertable a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCCCCC;
}

#footertable a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}    

#footertable h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}   

/* ######### Style for Drop Down Menu Bar ######### */
.chromestyle{
width: 100%;
font-weight: bold;


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/ 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:14px; 
color: #ffffff; 
font-weight: bold;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 0px 22px;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
font-weight: bold;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{
font-family: Arial, Helvetica, sans-serif;
background-color: #919179;
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/  
margin: 0;
color: #ffffff;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
color: #ffffff;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #bbb; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
line-height:12px;
z-index:100;
background-color: #919179;
width: 200px;
color: #ffffff;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;   
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%; 
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
} 

.dropmenudiv a:hover{
color: #ffffff;
}

.dropmenudiv a:visited{
color: #ffffff;
}



.tabcontent{
display:none;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}    