body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #336699;
	text-align:center;
	margin-top:0;
	margin-left:0;
}
#header {
	background-color: #FFE9B7;
	width: 700px;
	border: thin none #000000;
}
#leftnav {
	float:left;
	width: 150px;
	height: 100%;
	text-align:left;
	padding:5px;
	background-color:#e10916;
	border: thin none #000000;
}
#topnav {
	width: 750px;
	padding:5px;
	background-color:#e10916;
	border: thin none #000000;
}
#content {
	background-color: #FFF2CF;
	width: 750px;
	float:none;
	border: thin none #000000;
	text-align:left;
	color:#000000;
	padding:5px;
}
#placeholder {
	width: 700px;
	height: 400px;
	border: thin none #000000;
	margin:0 auto;
}
.nav1{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: .1em;
}
.nav1 A{
	color:#FFFFFF;
	text-decoration:none;
}
.nav2{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.nav2 A{
	color:#FFFFFF;
	text-decoration:none;
}
.head1 {
	font-size: 18px;
	font-weight: bold;
	color: #E10916;
}
.head2 {
	font-size: 14px;
	font-weight: bold;
	color: #E10916;
}
