body{
	font-family: Arial,sans-serif;
	font-size: 80%;
	background: #10032E;
	line-height: 1.05;
}

a:link, a:visited{
	text-decoration: none;

}

a:hover{
	text-decoration: none;

}
/************** header tag styles **************/

h1{
	font: bold 115% Arial,sans-serif;
	color: red;
	line-height: .65em;
}

/************** layout divs **************/


#pagecell1{
	position:absolute;
	top: 115px;
	left:75px;
	min-width:830px;
	width:834px;
	background-color: #ffffff;
	min-height:455;
	height:455;

}

#masthead{
	position: absolute;
	top: 0px;
	left:75px;
	min-width:800px;
	width:834px;
	height: 115px;
	background-color: #ffffff;
}


#bottom{
	position:absolute;
	top: 600px;
	left: 250px;
	background-color:10032E;
	color:white;
}