html {
	height: 100%;
}
	
body {
	margin:0px;
	background-color:#FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	height: 100%;
	margin-left: 1px;
}


td,input,div,span,p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

img {
	border-width: 0px;
}

#mainContainer {
	position: relative;
	height:100%;
	background-color: #ffffff;
	/*border:1px solid green;*/
}

#contentContainer {
	position: relative;
	height:100%;
	width:769px;
	background-color: #000000;
	height: 100%;
	/*border:1px solid blue;*/
}

#masthead {
	position: relative;
	width: 100%;
	height: 129px;
	background-image: url("../images/bkgd_masthead.jpg");
	background-repeat: no-repeat;
}

#content {
	background-color: #ffffff;
	border-top:1px solid #ffffff; 
	border-bottom:1px solid #ffffff;
	/*height: 100%;*/
}

#footer {
	position: relative;
	width:769px;
	background-color:#000000;
	
	padding-bottom:8px;
	/*border:1px solid red;*/
	/*height: 100%;*/
}

img.centeredAd {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.landingPagePict {
	float: left;
	border: 3px solid #575757;
	margin-right: 18px;
	margin-bottom: 18px;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #990000; 
	line-height: 20px; 
	font-weight: 800;
} 

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #333333; 
	line-height: 18px; 
	font-weight: bold;
}

a:link {  font-size: 11px; color: #BE0000; text-decoration: underline; } 
a:visited {  font-size: 11px; color: #BE0000; text-decoration: underline; } 
a:hover {  font-size: 11px; color: #BE0000; text-decoration: none; } 
a:active { font-size: 11px; color: #BE0000; text-decoration: underline; } 

a.smallWhite:link { font-size: 10px; color: #FFFFFF; text-decoration: underline; } 
a.smallWhite:visited {  font-size: 10px; color: #FFFFFF; text-decoration: underline; } 
a.smallWhite:hover {  font-size: 10px; color: #FFFFFF; text-decoration: underline; } 
a.smallWhite:active {  font-size: 10px; color: #FFFFFF; text-decoration: underline; } 

a.small:link { font-size: 10px; color: #BE0000; text-decoration: none; } 
a.small:visited {  font-size: 10px; color: #BE0000; text-decoration: none; } 
a.small:hover {  font-size: 10px; color: #BE0000; text-decoration: none; } 
a.small:active {  font-size: 10px; color: #BE0000; text-decoration: none; } 



	

