@charset "utf-8";
/* CSS Document */

#bannercontainer {
	height: 200px;
	width: 900px;
}
#logobox {
	float: left;
	height: 200px;
	width: 450px;
}
#addressbox {
	float: right;
	height: 200px;
	width: 350px;
}
#divider {
	background-color: #013334;
	height: 5px;
	width: 900px;
	clear: both;
}
#maincontainer {
	width: 900px;
}
#overallcontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CDFFFF;
}

#menubar {
	width: 225px;
	float: left;
}
#content {
	float: right;
	width: 650px;
}
#textcontent {
	width: 600px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer {
	height: 25px;
	width: 900px;
	clear: both;
}
#buttonbox {
	height: 39px;
	width: 225px;
}
body {
	background-color: #FFFFCD;
}
body,td,th {
	color: #023234;
}
a:link {
	color: #003334;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003334;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #023536;
}
h1 {
	font-size: xx-large;
	color: #023435;
}
h2 {
	font-size: x-large;
	color: #023435;
}
h3 {
	font-size: large;
	color: #000000;
}
h4 {
	font-size: medium;
	color: #000000;
}
h5 {
	font-size: small;
	color: #000000;
}
h6 {
	font-size: x-small;
	color: #000000;
}

