body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../Images/backgrounds/bodyback.gif);
}

h1,h2,h3,h4,h5,p {
	padding: 5px;
}

h1 {
	font-size: 18px;
	color: #003399;
}

h2 {
	font-size: 14px;
	color: #0066CC;
}


#top {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100px;
	background: url(../Images/backgrounds/topback.gif);
	text-align: center;
	z-index: 2;
}

#menu {
	width: 100%;
	float: none;
	height: 30px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#menu a {
	color: #000099;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
} 

#content_wrapper {
	position: relative; 
	margin-top: -43px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	min-width: 750px;
	max-width: 980px;
	min-height: 300px;
	background: url(../Images/backgrounds/wrapperback.jpg);
	border-top: #0099FF 1px solid;
	z-index: 1;
}

#content {
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#rightbox {
	margin-left:10px;
	margin-right: 10px;
	width: 310px;
	float: right;
	vertical-align: top;
	text-align: center;
	font-size: 10px;
}

#footer {
	position: relative;
	height: 75px;
	background: url(../Images/backgrounds/bottomback.gif);
	padding-left: 5px;
	padding-right: 5px;
	z-index: 1;
}

#footer_center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	color: #FFFFFF;
	width: 647px;
	height:75px;
	background: url(../Images/backgrounds/bottomcenter.gif);
	background-repeat: no-repeat;
	z-index: 2;
}

#footer_center p {
	width: 600px;
	padding-top: 10px;
	padding-left: 20px;
	text-align: center;
}
