@charset "UTF-8";
body {
	background-image: url(images/background-horizontal.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
p {
	margin: 0px;
	padding: 0px 0px 10px;
}
h1 {
	margin: 0px;
	padding: 0px 0px 10px;
	text-transform: uppercase;
	font-size: 20px;
	color: #051EAA;
}
h2 {
	margin: 0px;
	padding: 0px 0px 10px;
	text-transform: uppercase;
	font-size: 16px;
	color: #0497B7;
}
ul {
	margin: 0px;
	padding: 0px 0px 10px 20px;
}
a {
	color: #0497B7;
}
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 110px;
	background-image: url(images/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
#message {
	height: 80px;
	width: 510px;
	font-size: 20px;
	color: #FFFFFF;
	padding: 10px 0px;
}
#wrapper #header ul {
	list-style-type: none;
	margin: 0px;
	padding: 60px 0 0;
	float: right;
}
#wrapper #header li {
	float: left;
	text-align: center;
}
#header li a {
	height: 40px;
	width: 130px;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	padding: 10px 0px 0px;
	background-image: url(images/button-up.png);
}
#header li a.selected {
	background-image: url(images/button.png);
	color: #FFFFFF;
}
#header li a:hover.selected {
	background-image: url(images/button.png);
	color: #FFFFFF;
}
#header li a:hover {
	background-image: url(images/button-over.png);
}
a img {
	border-style: none;
}
#page-top {
	background-image: url(images/page-top.png);
	height: 20px;
	margin: 0px;
}
#page {
	background-image: url(images/page-center.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 10px;
}
#page-bottom {
	background-image: url(images/page-bottom.png);
	background-position: bottom;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 20px;
}
#col1 {
	float: left;
	width: 490px;
}
.intro {
	font-size: 18px;
}
#col2 {
	float: right;
	width: 240px;
}
.left-box {
	font-size: 14px;
	width: 230px;
	float: left;
	padding-bottom: 20px;
}
.right-box {
	width: 230px;
	float: right;
	padding-bottom: 20px;
}

