@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #fff;
}
h1, h2, h3, h4, p, ul, ol, input, textarea, blockquote, small {
	margin-bottom: 14px;
}
ul {
	margin-left: 30px;
}
ol {
	margin-left: 25px;
}
img[align=right] {
	margin-left: 10px;
}
img[align=left] {
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.sidead {
	background: #fff;
	text-align: center;
	padding-bottom: 14px;
}

#container {
	width: 955px;
	margin: 10px auto;
	background: #fff;
}
#header {
	background: #fff;
	padding: 5px;
	margin-bottom: 15px;
	overflow: auto;
}
#header .image {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
#header .logo {
	background: #fff;
	overflow: hidden;
	margin-bottom: 5px;
}
#header .banner {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#search-box {
	float: right;
	text-align: right;
}
#searchform {
	background: #ececec;
	border: 1px solid #cccccc;
	padding: 5px 3px 5px 5px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}
#s {
	width: 200px;
	margin: 0;
}
#searchsubmit {
	background: #0000ff;
	color: #fff;
	font-weight: bold;
	border: 1px solid #0000ff;
	margin: 0;
}
#menu {
	clear: both;
	background: #e6e6e6;
	text-align: center;
	padding: 3px;
}
#wrapper {
	overflow: hidden;
	width: 752px;
	float: right;
	margin-right: 10px;
}
#content {
	width: 570px;
	padding-bottom: 10px;
	float: left;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content .bodyad {
	width: 336px;
	float: right;
	margin-left: 10px;
}
#content h1 {
	color: #00f;
	border-bottom: 2px solid #00f;
}
#content h2 {
	color: #b10a02;
}
#content h3 {
	color: #900;
}
#content ul, ol {
	margin-bottom: 14px;
}
#content table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 14px;
}
#content td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px;
}
#rightside {
	width: 170px;
	float: right;
	margin-bottom: 10px;
}
#rightside img[align=left] {
	margin-right: 3px;
}
#rightside h4 {
	background: #b10a02;
	color: #fff;
	padding: 3px 3px 3px 6px;
}
#rightside ul {
	list-style: none;
	margin-left: 0;
}
#rightside li {
	font-size: 13px;
	margin-bottom: 5px;
}
#sidebar {
	width: 170px;
	float: left;
	margin-left: 11px;
	background: #e6e6e6;
	margin-bottom: 10px;
}
#sidebar h4 {
	background: #b10a02;
	color: #fff;
	padding: 3px 3px 3px 6px;
}
#sidebar ul {
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
}
#sidebar li {
	margin-bottom: 7px;
	font-size: 14px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #999;
}
#bottom {
	clear: both;
	font-size: 13px;
	padding: 15px 10px 10px 10px;
	background: #000;
	color: #fff;
}
#bottom a {
	color: #fff;
}
#bottom p {
	margin: 0;
}