body {
	font-family: Verdana, "Trebuchet MS", Sans-Serif;
	font-size: 62.5%;  /* 16px × 62.5% = 10px -- use .em for font sizes */
	color: #000066;
	background-color: #fff6f0;
	text-align: center;
	}
h1, h2 {
	font-family: Verdana, "Trebuchet MS", Sans-Serif;
	font-weight: normal;
	}
h1, h2, a.nodec {
	color: #000066;
	}
h1, h2 {
	font-size: 1em;
	text-transform: uppercase;
	}
h1.bigtitle, .bigtitle {
	font-size: 1.4em;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
	}
a.nodec {
	text-decoration: none;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.clearer{
	height:1px; 
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}
#page {
	background-color: #f0f8ff;
	margin: 5px auto;
	padding: 0;
	width: 760px;
	border: black 1px solid;
	text-align: left;
	}
.content{
	margin: 20px 10% 20px 10%;
}
#headertxt {
	text-align: center;
}
/* Begin Images */
img.alignright {
	padding: 4px;
	margin: 0px 2px 2px 20px;
	border: 1px solid #8E925F;
}
.alignright {
	float: right;
}
/* End Images */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}