body {
	margin: 0;
	padding: 0;
	background: url(/static/i/backtile.gif);
}

body, p, td, th, div {
	color: #000;
	font: normal 11px Verdana, Helvetica, sans-serif;
}

body {
	text-align: center;
}

#body {
	border-top: 3px solid #A36153;
	border-bottom: 3px solid #A36153;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 780px;
	background: #FBF7E2;
	-moz-box-shadow: 0 4px 20px #888;
	-webkit-box-shadow: 0 4px 20px #888;
}

#content {
	width: 680px;
	min-height: 400px;
	margin: 0 auto;
	overflow: hidden;
	margin: 0 auto;
}

#content dt {
	font-weight: bold;
}

#header {
}

#ad {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	height: 90px;
}

#footer {
	font-size: 9px;
	height: 40px;
	padding: 5px;
	margin-top: 15px;
	text-align: center;
	vertical-align: bottom;
	text-align: center;
}

#logo {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
}

a, a.light {
	color: #0955AA;
	text-decoration: underline;
}

a.ablack {
	color: #365198;
	text-decoration: none;
}

a:hover {
	color: blue;
}

a.download {
	font-size: 150%;
	font-weight: bold;
}

h1 {
	font-family: Verdana;
	font-size: 140%;
	font-weight: 700;
}

h2 {
	font-family: Verdana;
	font-size: 120%;
	font-weight: 700;
}

h3 {
	font-family: Verdana;
	font-size: 110%;
	font-weight: 700;
}

hr {
	border-collapse: collapse;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

th {
	background: #EEE1B8;
	font-weight: 700;
}

div#menu {
	background: url(/static/i/menutop.gif) top center no-repeat;
	padding-top: 11px;
	text-align: center;
	margin-bottom: 15px;
}

div#menuborderbottom {
	background: url(/static/i/menubottom.gif) top center no-repeat;
	height: 24px;
}

.navigation {
	height: 24px;
	line-height: 24px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 670px;
	background: #F3E9C8;
	width: 670px;
}

.navigation li {
	float: left;
	white-space: nowrap;
	padding-left: 5px;
}

.navigation a {
	color: #000;
	margin-left: 3px;
	margin-right: 3px;
	padding: 3px;
	text-decoration: none;
}

.navigation .active a {
	background: #EACC97;
	color: #9B170A;
	text-decoration: none
}

.navigation a:hover {
	background: #EACC97;
}

.navigation .hi a:hover {
	color: red
}

br.clear {
	clear: both;
}

.center {
	text-align: center;
}

.dl {
	background: #fff;
	padding: 20px;
	text-align: center;
	border:1px solid brown;
}
