@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F0F0E9;
	margin: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	margin: auto;
	padding: 15px;
	width: 750px;
	border: 2px solid #656565;
}
#banner {
	height: 139px;
	background-image: url(../images/banner_new.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
}
#banner_buttons {
	height: 25px;
	width: 350px;
	margin-left: 400px;
}
#banner_title {
	height: 45px;
	width: 300px;
	margin-top: 30px;
	margin-left: 160px;
}
#navigation {
	float: left;
	width: 150px;
	font-size: 11px;
	padding-top: 15px;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navigation a:hover {
	color: #9999CC;
	text-decoration: none;
}
#content {
	font-size: 12px;
	padding: 10px;
	width: 570px;
	margin-left: 10px;
	float: right;
}
#clear {
	clear: both;
}
#td_buttons {
	height: 25px;
}
h1 {
	font-size: 18px;
	color: 660066;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	color: #660066;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.nav_title {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-weight: bold;
}
.nav_title_link {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-weight: bold;
}
#banner_buttons a {
	color: #FFFFFF;
	text-decoration: none;
}
#banner_buttons a:hover {
	color: #66CCFF;
	text-decoration: none;
}
#footer {
	background-image: url(../images/footer_new.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px;
	clear: both;
	height: 70px;
	width: 730px;
	color: #FFFFFF;
}
#footer a {
	color: #66CCFF;
	text-decoration: none;
}
#content a {
	color: #530258;
	text-decoration: none;
}
