H1 {font-family: Georgia, Times New Roman, Times, serif; color: Navy; font-weight: bold; font-size: xx-large;}

H2 {font-family: Georgia, Times New Roman, Times, serif; color: Navy; font-weight: bold; font-size: x-large;}

H3 {font-family: Georgia, Times New Roman, Times, serif; color: Navy; font-size: large; text-align: left;}

H4 {font-family: Georgia, Times New Roman, Times, serif; color: Black; font-size: small; text-align: left;}

H5 {font-family: Georgia, Times New Roman, Times, serif; color: Black; font-size: small; text-align: left; text-decoration: underline;}

BODY, P, TR, TD {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: Black;
	font-size: 12pt;
	text-align: left;
	font-weight: normal;
}

a:link, a:visited, a:hover {
	color: Navy;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	background-color: #CCCCCC;

}
/* overrides decoration from previous rule for hovered links */


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead
{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
} 

#content
{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
} 

/***********************************************/
/* Classes                                     */
/***********************************************/

.menubar {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000033;
}
.headings {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #000033;
}
.feature {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 15px;
	padding-right: 30px;
	/*padding-left: 30px;*/
	padding-bottom: 400px;
	color: #000033;
}

