@charset "utf-8";
body {
	font-family: Courier;
	text-decoration: none;
	background-color: #09F;
	background-image: url(Images/background.jpg);
}
#headerbox {
	font-family: Courier;
	text-decoration: none;
	background-image: url(Images/header.jpg);
	height: 100px;
	width: 900px;col
	position: absolute;
	left: 0px;
	top: 0px;
}
#menubar {
	font-family: Courier;
	color: #0237A9;
	text-decoration: none;
	background-color: #9E4E97;
	height: 480px;
	width: 100px;
	position: absolute;
	left: 800px;
	top: 100px;
}

#menubar a:link {
	color: #003CA3;
	text-decoration: none;
}

#menubar a:hover {
	color: #0099cc;
	text-decoration: none;
}
#menubar a:visited {
	color: #053AA4;
	text-decoration: none;
}
#menubar a:active {
	color: #0038A6;
	text-decoration: none;
}




#contentbox {
	font-family: Courier;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	height: 445px;
	width: 780px;
	position: absolute;
	top: 100px;
	left: 0px;
	padding-left: 20px;
	padding-top: 15px;
}
#containerbox {
	font-family: Courier;
	color: #000;
	text-decoration: none;
	background-color: #000;
	position: absolute;
	margin-left: 50%;
	top: 0px;
	height: 600px;
	width: 900px;
	left: -450px;
}

#footerbox {
	font-family: Courier;
	color: #003AB2;
	text-decoration: none;
	background-color: #9E4E97;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 550px;
	height: 50px;
}
#footerbox a:link {
	color: #0034AA;
	text-decoration: none;
}
#footerbox a:hover {
	color: #0099cc;
	text-decoration: none;
}
#footerbox a:visited {
	color: #0099CC;
	text-decoration: none;
}
#footerbox a:active {
	color: #0339A5;
	text-decoration: none;
}
#imagebox {
	color: #FFF;
	text-decoration: none;
	position: absolute;
	top: 300px;
	height: 82px;
	width: 83px;
	left: 350px;
}
