body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996600;
}
body {
	background-color: #FFFFFF;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	color: #993300;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 10px 0;
}
}
h2 {
	font-size: 12px;
	color: #33CCCC;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 10px 0;
}
}
h3 {
	font-size: 12px;
	color: #FF3333;
	text-align: left;
	margin: 0 0 10px 0;
}
form {
	margin: 0;
}
.main {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	background-color: #FAFAE8;
	border: 0;
	border-top: 10px solid #F5F5C8;
	background-image: url(body-bg.png);
	background-repeat: repeat-y;
}

.header {
	height: 150px;
	margin: 0;
	padding: 0;
	background-image: url(menu-bg.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}
.menu {
	width: 600px;
	height: 30px;
	float: left;
	margin: 12px 0 0 5px;
}
.logo {
	float: right;
	margin: 0;
	margin-top: 25px;
	margin-right: 10px;
}
.logo img {
	border: 0;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu li {
	float: left;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	float: left;
	padding: 10px 6px 0px 6px;
	text-transform: lowercase;
	color: #000000;
}
.menu a:hover {
	text-decoration: underline;
}
.menu_active a:link, .menu_active a:visited, .menu_active a:active, .menu_active a:hover {
	color: #FF0000;
	text-decoration: none;
}
.menu_main a:hover {
	border-bottom: 1px dashed #333333;
}
.content {
	width: 780px;
	padding: 25px 0px;
	line-height: 1.5em;
}
.content-left {
	width: 340px;
	text-align: center;
	vertical-align: top;
}
.content-right {
	padding: 0px 20px;
	text-align: left;
	vertical-align: top;
}
.content-left img, .content-right img {
	border: 3px #FFFFFF;
}
.footer {
	background-color: #F5F5C8;
	clear: both;
	height: 20px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
