html {
}
body{
	margin:0;
	padding:0;
	color:#000;
	text-align:center;
	font:100% Papyrus, Times New Roman, Sans-serif;
	background:url(/images/bg.gif) repeat-y fixed center; 
}
#container{
	width:765px;
	margin: 0 auto;
	top:0px;
	position:relative;
}
#header{
	height:66px;
	width:765px;
	text-align:center;
}
#maingraphic{
	height:394px;
	width:765px;
	text-align:center;
}
#menu, .menu{
	margin-top:38px;
	float:left;
	z-index:400;
	top:0px;
	width:201px;
	left:0px;
	font:bold 100% Papyrus, Times New Roman;
}
#content{
	padding-left:8px;
	float:left;
	width:500px;
	text-align:left;
}
#sidebar{
	padding-right:8px;
	float:right;
	width:225px;
	text-align:left;
}
#rightcontent ul{
	padding:0;
	margin:0;
	padding-top:0px;
	list-style:none;
	font:bold 90% Papyrus, Times New Roman;
}
#rightcontent li{
	padding-bottom:5px;
	padding-left:5px;
	font:100% Papyrus, Times New Roman;
}
#rightcontent .children{
	padding:0;
	margin:0;
	padding-left:15px;
	font:100% Papyrus, Times New Roman;
}
#footer{
	padding-left:8px;
	height:77px;
	width:750px;
	text-align:center;
	font:bold 125% Papyrus, Times New Roman;
	clear:both;
	position:relative;
}
.clear{
	clear:both;
}
.box{
	border:2px solid #cbcbcb;
	margin-bottom:15px;
	padding:5px;
}
input, text {
	width:100px;
}
hr{
	width:95%;
	height:2px;
	background-color:#D5D7D7;
	text-align:center;
}
h1,h2,h3,h4,h5,h6{
	font-family:Papyrus, Times New Roman, Sans-serif;
	color:#b5452d;
	padding-left:10px;
	font-weight:bold;
}
h1{
	font-size:170%;
}
h2{
	font-size:140%;
}
h3{
	font-size:110%;
}
h4,h5,h6{
	font-family:Papyrus, Times New Roman, Sans-serif;
	font-size:90%;
}
p{
	padding-left:10px;
	padding-right:10px;
}
.box li{
	padding-top:6px;
	padding-bottom:6px;
}
ul.small {
	font-size:70%;
}
.small {
	font-size:70%;
	margin-left:10px;
}
table.results {
	font-size:90%;
}
table.results th,table.results strong{
	font-weight:bold;
	font-size:110%;
}
a:link, a:visited, a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#000055;
}
a.footer:link, a.footer:visited, a.footer:hover{
	color:#017DE4;
	font-weight:bold;
}