/* CSS Document */
body{
	background-color:#5383c3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#000033;
}
	
div#headerbox{
	width: 700px;
	height: 120px;
	margin-left:15em;
	margin-right:15em;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	border-bottom:thin #0066CC solid;
}
div#menubar{
	width: 700px;
	height: 20px;
	border-bottom:thin #0066CC solid;
	background-color:#000066;
}
div#buttonbox{
	width: 160px;
	height: 20px;
	border-right:thin white solid;
	float:left;
}
div#main{
	width: 700px;
	height: 600px;
	margin-left:15em;
	margin-right:15em;
	background-color: #f5f5e6;
	border-bottom:thin #0066CC solid;
}
div#maincontent{
	width: 6800px;
	padding: 10px;
	height: auto;
}
div#content{
	width: 695px;
	padding: 5px;
	height: auto;
}
div#images{
	width: 680px;
	height: 300px;
	padding: 15px;
}
div#imagebox{
	width: 200px;
	height: 150px;
	border:thin #0066CC solid;
	float:left;
}

div#footer{
	width: 700px;
	height: 15px;
	margin-left:15em;
	margin-right:15em;
	text-align:center;
	background-color:#FFFFFF;
	color:#0066CC;
}

h1{
	text-align:center;
	font-size:200%;
	color:#0066CC;
	margin:1px;
}
h2{
	text-align:center;
	font-size:120%;
	color:#0066CC;
}
h3{
	text-align:center;
	font-size:100%;
	color:#0066CC;
	margin: 0px;
	padding:0px;
}
