﻿a {
	color: #000000;
}
a:visited {
	color: #FFFF00;
}
a:active {
	color: #008000;
}
a:hover {
	color: #FF00FF;
}
#container {
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	font-family: "trebuchet MS", Verdana, Arial;
	font-size: small;
	color: #030E49;
	background-color: #FFFFFF;
}
#navigation_top {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #006454;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #006454;
	margin-bottom: 10px;
	height: 20px;
}
#navigation_top a {
	padding-bottom: 5px;
	padding-top: 10px;
	text-decoration: none;
}
#navigation {
	padding-bottom: 5px;
	padding-top: 10px;
	width: 200px;
	float: left;
	clear: left;
}
#navigation a {
	text-decoration: none;
}
#nav_buttonbox {
	width: 118px;
	float: left;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}
#logo {
	width: 275px;
	float: left;
	height: 335px;
	padding-top: 15px;
}
#title {
	width: 650px;
	float: right;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 30px;
	font-size: large;
	color: #006454;
	font-weight: bold;
}
#top_right {
	width: 650px;
	float: right;
	text-align: center;
}
#spacer {
	clear: both;
}
#footer {
	text-align: center;
	font-size: xx-small;
	clear: both;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #006454;
	padding-top: 10px;
	margin-top: 15px;
}
