@charset "utf-8";
/* CSS Document */

body {
	background-image: url(Images/background-image-full.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	background-color: e9dfd6;
}
a:link {
	text-decoration: none;
	color: #039;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none;
	color: #039;
}
a:hover {
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #737B32;
}
a:active {
	text-decoration: none;
	color: #600;
}

#container {
	width: 800px;
	overflow: hidden;
	background-color: e9dfd6;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(Images/background-solid.jpg);
	background-repeat: no-repeat;
	height: auto;
}


#banner {
	height: 68px;
	width: 800px;
	margin-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: e9dfd6;
	padding: 0px;
}
#menubar {
	background-color: e9dfd6;
	height: 30px;
	width: 775px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: pre;
	border: thin solid #003;
	background-image: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
}
#mainContent {
	width: 800px;
	white-space: pre;
	padding: 0px;
	background-color: e9dfd6;
	margin: 0px;
}
#secondaryContent {
	width: 780px;
	padding-top: 10px;
	padding-left: 10px;
	height: auto;
	background-color: e9dfd6;
}

#column_1 {
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 360px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: e9dfd6;
	margin: 0px;
	padding-top: 0px;
	background-image: none;
}
#column_2 {
	width: 400px;
	float: right;
	padding-right: 10px;
	text-align: left;
	overflow: hidden;
	background-color: e9dfd6;
	background-image: none;
}

#left_column {
	float: left;
	width: 250px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
	background-color: e9dfd6;
}

#column_container {
	float: left;
	width: 780px;
	overflow: hidden;
	background-color: e9dfd6;
	padding-top: 10px;
	padding-left: 10px;
}
#right_column {
	float: right;
	width: 255px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: e9dfd6;
}
#center_column {
	width: 250px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
	background-color: e9dfd6;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer {
	width: 775px;
	padding-left: 0px;
	clear: both;
	border-top-style: solid;
	border-top-width: thin;
	background-color: e9dfd6;
	margin-left: 10px;
}
#container #footer p img {
	float: right;
	padding-right: 5px;
	padding-bottom: 10px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

h2 {
	color: #033;
}

