@charset "utf-8";
/* CSS Document */

body {
	color: #FFFFFF;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 80%;
	max-width: 900px;
	min-width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 3px solid #000;
	background-color: #FFF;
	color: #FFF;
}
#header {
	height: 10%;
	background-color: #000000;
	padding-bottom: 0.5%;
	background-repeat: repeat-x;
}
#header h1 {
	padding-left: 250px;
	margin: 0px;
	padding-top: 71px;
	font-weight: bolder;
	font-size: 30pt;
}
#navbox {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#primarynav {
	background-color: #000;
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-color: #000;
	border-top-style: solid;
}
#secondarynav {
	background-color: #666;
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
}
#secondarynavholder {
	height: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#maincontent {
	color: #000;
	padding-top: 2%;
	padding-right: 15%;
	padding-bottom: 2%;
	padding-left: 15%;
	margin: 0px;
}
#maincontent a {
	color: #000;
	text-decoration: underline;
}
#footer {
	color: #FFF;
	background-color: #000;
	background-repeat: repeat-x;
}
#footercontent {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#footer a {
	color: #FFF;
}
.floatleft {
	float: left;
	margin-left: 8px;
}
.floatright {
	float: right;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0
	font-size: 1px;
	line-height: 0px;
}
.center {
	text-align: center;
}
