
body {

	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#headercontent {
	width: 100%;
	text-align: center;
}

#header {
	width: 900px;
	background: #FFFFFF;
	height: 100px;
	margin: auto;
		
}

#fullcontent {
	width: 100%;
	margin: auto;
	text-align: center;
}

#bodycontent {
	width: 960px;
	display: block;
	margin: auto;
	text-align: center;
}

#menubar {
	display: block;
	float: left;
	margin: 0px;
	height: 35px;
	background: #405C94;
	width: 100%;
	text-align: center;
}

#submenubar {
	border: 1px solid #405C94;
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
	width: 960px;
	text-align: left;
}

#submenubar a {
	margin-left: 20px;
	margin-top: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#sidemenu {

	width: 150px;
	margin-right: 20px;
	float: left;
	padding: 10px;
	border: 1px solid #FF0000;
}

#sidemenu a {

	display: block;
	margin-bottom: 10px;
	border: 1px solid #C0C0C0;
	width: 130px;
	height: 20px;
	text-decoration: none;
	padding: 5px;
	background: url('menu-background.jpg') top right no-repeat;
	color: 0000FF;

}

#content {
	width: 950px;
	display: block;
	float: left;
	min-height: 500px;
}

#footer {

	display: block;
	float: left;
	background: #3E518D;
	width: 100%;
	height: 100px;
	color: #FFFFFF;
	
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#homepagebox {

	padding: 10px;
	border-color: #3E518D;
	width: 250px;
	height: 175px;

}

#homepagebox legend {

	font-weight: bold;
	color: #000000;

}

a {
	text-decoration: none;
}
