body {
	margin: 0px;
	background-color: #3265B0;
}

#maincontain {
	margin: 0px auto 0px auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;	
	width: 850px;
}

#header {
	margin-right: 50px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 200px;
	width: 800px;
}

#header a {
	float: left;
	height: 200px;
	width: 425px;
}

#themainstuff {
	margin-top: 20px;
	min-height: 480px;
	width: 850px;
}

h1 {
	margin: 0px;
	color: #3265B0;
}

h2 {
	margin: 0px;
	color: #3265B0;
}

h3 {
	margin: 0px;
	color: #3265B0;
}

#menubox {
	float: right;
	width: 250px;
	background-color: #FBE106;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#menucontent {
	text-align: center;
	margin: 12px;
	width: 226px;
	background-color: #3265B0;
	padding: 2px 0px 2px 0px;
}

#menulink {
	width: 226px;
	margin: 5px 0px;
}

#menulink a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
}

#menulink a:hover {
	display: block;
	background-color: #FBE106;
	color: #3265B0;
}

#maininfo {
	text-align: left;
	margin: 8px 78px 8px 28px;
}

.maininfotext {
	color: #3265B0;
}

.tabletitle {
	font-weight: bold;
	color: white;
	margin: 0px;
}

.tableinfo {
	margin-left: 15px;
	color: white;
	margin: 0px;
}

#maininfo table {
	background-color: #3265B0;
	margin-top: 8px;
	margin-bottom: 30px;
}

#maininfo td a {
	color: white;
}

#maininfo h3 {
	color: #3265B0;
}

#maininfo td h3 {
	color: white;
}

#maininfo table .maininfotext {
	color: white;
}

.tablefull {
	width: 500px;
}

.tableright {
	width: 150px;
	text-align: right;
	vertical-align: top;
}

.tableleft {
	width: 350px;
	text-align: left;
}
	
#copyright {
	margin-top: 0px;
	margin-right: 50px;
	height: 36px;
	width: 800px;
	text-align: center;
	background-image: url(../images/bottombackground.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.copyrighttext {
	padding-top: 16px;
	padding-bottom: 6px;
	color: white;
	font-size: 12px;
}