/* CSS Document */

body {
	background-color:#0A0E5E;
	font-family:Kristen ITC,Arial,Verdana;
	color:#0A0E5E;
	font-size:0.80em;
	padding:0px;
	margin:0px;
}
h3 {
	font-size:medium;
	margin:0px;
	color:#B00000;
}
strong {
	color:#B00000;
}
p{
	/*margin-top:0px;*/
}
a{
	color:#B00000;
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;
}

#title{
	margin:-15px auto -25px auto;
}
#title div{
	position:absolute;
	top:0px;
}
#title a{
	color:#FFFFFF;
}
#title h1 {
	margin:0px;
	text-align:center;
	font-size:5em;
	font-weight:bold;
	color:#F0F0F0;	
}
#mainbodycontainer{
	width:759px;
	height:517px;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	margin:0px auto;
	padding:35px 40px 50px 50px;
}
#mainbody{
	height:100%;
	overflow-y:auto;
	/*overflow:auto;*/
}
.clear{
	clear:both;
	height:1px;
}
#menu{
	margin:auto;
	padding:0px;
	text-align:center;
}
