﻿body {
	/*background-position-y: top;
	background-position-x: left;
	background-repeat: no-repeat;
	background-image: url(images/background.jpg);*/
	background-color: #8e1200;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
h2{ font-size: 15px; padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; }
h3{ font-size: 12px; padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; }
hr{	height: 0;	border-style: dashed;	border-width: 1px 0 0 0;	border-color: #8e1200;}

ul{	margin-top: 0px;	margin-bottom: 10px;}
/*img, div { behavior: url(iepngfix.htc) }*/
a{color: #8e0b02;}
p{margin: 5px 0 5px 0; padding: 5px 0 5px 0;}
.title {font-size: 2em;}
#wrapper 
{
	width: 813px;	
	margin: auto;
}

#masthead {
	font-size: 80%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(images/masthead.jpg);
	height: 322px;
	text-align: center;
	color: #8e0b02;
}
#SubMasthead {
	font-size: 80%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(images/subcontentheader.jpg);
	height: 258px;
	text-align: center;
	color: #8e0b02;
	
}

#bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 30px;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 60px;
	
}
#SubBottom 
{ 
	width: 813px;
}

#ContentHeader {
	background-image: url('images/subcontentbg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
	width: 813px !important;
}
	
#SubBottomContent 
{
	font-size: 80%;
	background-image: url(images/subpagecontentbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#masthead a:link {
	color: black;
	text-decoration: none;
}
#masthead a:hover {
	color: #CA0000;
	text-decoration: underline;
}
#masthead a:hover, #SubMasthead a:hover {
	color: #CA0000;
	text-decoration: underline;
}

#footer{vertical-align: text-bottom; text-align: center; color: #5e5e5e; font-size: 11px; padding-top: 30px; padding-bottom: 30px; }

.Heading{	color: #8e0b02; font-weight: bold;}
.Highlight { background-color: #FFFF99;}
.defaultText{font-size: 0.75em;}

.navigationMenu {margin-left: 0; padding-left: 0; white-space: nowrap;}
.navigationMenu li{list-style-type:none; display: inline; margin-left: 20px;}
