@charset "UTF-8";
#wrapper {
	height: 500px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: auto;
	right: auto;
}
#topbar {
	background-image: url(support/top_bar.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 858px;
	position: relative;
	top: 0px;
}
#footer {
	background-image: url(support/footer_bar.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 51px;
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	padding-top: 20px;
}
#nav {
	width: 196px;
	position: relative;
	top: 0px;
	float: left;
}
#mainimage {
	height: 289px;
	width: 595px;
	position: relative;
	left: 65px;
	top: 0px;
	float: left;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	height: 300px;
	width: 595px;
	position: relative;
	left: 65px;
	top: 10px;
	float: left;
	line-height: 1.5em;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
}