/***********************************************/
/* 1col_center_black.css                       */
/* Use with 1col_topnav.html                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 1.166;
	background-color: #000000;
	font-size: medium;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #C60000;
	font-weight: bolder;
}

h2{
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 12px;
	padding-top: 16px;
	text-align: center;
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 12px;
}

h4{
	font-size: larger;
	font-weight: bold;
	color: #330000;
	font-family: "Times New Roman", Times, serif;
}

h5{
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	background-color: #000000;
	color: #C60000;
	text-align: center;
	padding-top: 10px;
}

#content{
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFFF;
	width: 99%;
	height: 80%;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#header{
	margin: 0px;
}

/************** .feature styles ***************/

.feature{
	font-size: 90%;
	width: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding: 0px;
	font-size: medium;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 5px;
	font-size: 80%;
}

.relatedLinks a:link {
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
}

.relatedLinks a:hover {
	font-weight: bold;
	color: #660000;
	font-size: 80%;
}

.relatedLinks a:visited {
	font-size: 80%;
	color: #BBBBBB;
	font-weight: bold;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: x-small;
	text-align: left;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	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;
	text-align: center;	
}
.P1 {
	font-size: xx-small;
}
