body
{
	font-size: 80%;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;	
	background: #000000 url(images/bg2.gif) center repeat-y;
	text-align: center;
}

a {text-decoration: none; color: #041CB4;}
a:hover {text-decoration: underline; color: #041CB4;}

#container
{
	width: 700px;
	text-align: left;
	margin: 0px auto;
}

#topheader
{
	background-color: #041CB4;
	background: #000000 url(images/title3.gif) left no-repeat;
	height: 90px;
	width: 700px;
}

#footer
{
	background-color: #041CB4;
	height: 16px;
	font-size: 80%;
	width: 700px;
	color: #FFFFFF;
	text-align:center;
	padding-top:5px;
	clear:both;	
}

#footer a { color: white; }


.navitem
{
	background-color: #041CB4;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	height: 26px;
	width: 700px;
	}
	
.navitem a { margin: 10px 20px 10px 30px; color: white;}
.pad { padding: 4px; }

p
{
	padding:5px;
	text-align:justify;
	color: #333333;
	line-height: 1.6em;
	padding-left: 5px;
}


h1
{
	font-size:20px;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 5px;
	color:#041CB4;
	text-align:left;
}

img
{
	border: 0px solid #fff;
}

.rightPanel { float: right; border: 1px solid #041CB4; width: 250px; text-align: center; margin: 5px;}