@charset "UTF-8";
#top {
	background-image: url(graphics/2/topback.jpg);
	background-repeat: repeat-x;
	height: 234px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#main {
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #182F4B;
	right: 0px;
	bottom: 0px;
}
#content {
	padding: 20px;
	width: 720px;
	background-image: url(graphics/2/mainback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #1B5280;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
h2 {
	font-family: "Geneva";
	font-size: 20px;
	color: #212121;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Geneva";
	font-size: 16px;
	background-color: #182F4B;
}
#main #content a {
	font-family: "Geneva";
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#main #content img {
	padding-top: 5px;
	padding-right: 5px;
}
#right {
	width: 100%;
	float: right;
	background-color: #0C273E;
}
#nav {
	height: 63px;
	background-image: url(graphics/2/nav/navback.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	width: 755px;
}
h1 {
	font-family: "Geneva";
	font-size: 30px;
	color: #181818;
}
#copyright {
	width: 400px;
	font-family: Geneva;
	font-size: 10px;
	color: #CCCCCC;
	float: right;
	font-weight: bold;
}
#main #content #contact {
	font-family: "Geneva";
	font-size: 16px;
	color: #CCCCCC;
}

