/* reset.css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
table {
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	width:100%;
}
table img, table img a {
	padding-top:3px;
	padding-bottom:3px;
}
table a, table a:hover, table a:visited {
	color:#915B5B;
}
h1, h2, h3, h4, h5, h6, p, span, a, ul, li, blockquote, table, td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
caption {
	padding: 0 0 5px 0;
	font-size:  11px;
	font-style:italic;
	text-align: right;
}
th {
	font-size:  13px;
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #ffd6d6;
	border-right: 1px solid #ffd6d6;
	border-bottom: 1px solid #ffd6d6;
	border-top: 1px solid #ffd6d6;
	letter-spacing: 1px;
	text-align: left;
	padding: 3px 3px 3px 12px;
	background-color: #C10000;
	vertical-align:top;
}
td {
	border-left: 1px solid #ffd6d6;
	border-right: 1px solid #ffd6d6;
	border-bottom: 1px solid #ffd6d6;
	border-top: 1px solid #ffd6d6;
	background: #fff;
	padding: 3px 3px 3px 12px;
	vertical-align:top;
	color: #9B1818;
	font-size: 13px;
}
a img {
	border:none;
}
body {
	background:#fff;
}

a, a:visited {
	text-decoration:none;
	color:#003366;
}
a:hover {
	color:#F00;
}
h1 {
	font-size:20px;
	color:#FFFFFF;
	padding-top: 35px;
	padding-left: 135px;
}
h2 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px;
	font-style:normal;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:13px;
	padding-bottom:15px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:11px;
}
p {
	font-size:12px;
	padding-bottom:15px;
	padding-right:5px;
}
li {
	text-indent:3em;
	font-size:12px;
	line-height:1em;
	list-style-position:inside;
}
ul, ol {
	padding-top:15px;
	padding-bottom:15px;
}
blockquote {
	padding:2px;
	padding-bottom:5px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#666;
	background-color: #eee;
	width:75%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
img, img a {
	display:block;
	border:none;
}
.header {
	display:block;
	width:100%;
	height:105px;
	background:#c10000;
}
.container {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	background:#fff;
	border-top: #990033 solid 2px;
}
ul#navlist, ul#navlist li ul {
	width: 180px;
	background: #fff;
	margin:0;
	padding:0;
	border:0;
}
ul#navlist li, ul#navlist li ul li {
	list-style: none;
	list-style-position:outside;
	border-bottom: 1px solid #eee;
}
ul#navlist li a {
	display:block;
	padding:5px;
	border-right: 10px solid #F3F3F3;
	background-color:#fff;
	text-decoration: none;
	text-align: left;
	background-image:url(img/navi_btn.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-size: 12px;
	text-indent:15px;
}
ul#navlist li ul li a {
	display:block;
	padding:4px;
	border-right: 10px solid #F3F3F3;
	background-color:#fff;
	text-decoration: none;
	text-align: left;
	background-image:url(img/navi_btn_2.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-size: 11px;
	text-indent:25px;
}
ul#navlist li a:link {
	color : #284757;
}
ul#navlist li a:hover {
	border-right: 10px solid #C10000;
	color:#000;
	font-weight:bold;
	background-color: #fff;
	background-image:url(img/navi_btn_over.png);
	background-position:left top;
	background-repeat:no-repeat;
}
ul#navlist li ul li a:hover {
	border-right: 10px solid #C10000;
	color:#000;
	font-weight:bold;
	background-color: #fff;
	background-image:url(img/navi_btn_over_2.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.sidebar {
	display:block;
	float:left;
	width:180px;
	margin-right:10px;
}
.maindisplay_mid {
	display: block;
	width:50%;
	float:left;
	border-left: 2px dotted #CCC;
	border-right: 2px dotted #CCC;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	min-height:500px;
}
.maindisplay_mid.wide {
	width:75%;
}
.maindisplay_mid li {
	text-indent:3em;
	font-size:12px;
	line-height:1.25em;
	padding-bottom:0.5em;
	list-style-position:inside;
}
.maindisplay_mid ul, ol {
	padding-top:15px;
	padding-bottom:15px;
}
.maindisplay_right {
	display: block;
	float:left;
	width:200px;
	min-height:500px;
}
.footer {
	background:#c10000;
	border-top:solid 1px;
	height:25px;
	display:block;
	width:100%;
	float:left;
}
.footertext {
	font-size:11px;
	text-align:center;
	padding-top:25px;
}
.footertext a, .footertext a:visited {
	color:#fff;
}
.f_left {
	float:left;
	display:block;
}
.img_left {
	float:left;
	display:block;
	padding-bottom:10px;
	padding-right:10px;
}
.img_right {
	float:right;
	display:block;
	padding-bottom:10px;
	padding-left:10px;
}
.img_centered {
	display:block;
	text-align:center;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
ul#right_news li {
	list-style: none;
	list-style-position:outside;
}
ul#right_news li a {
	display:block;
	text-decoration: none;
	text-align: left;
	text-indent:15px;
	background-image:url(img/news_btn.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-size: 12px;
	padding-bottom:5px;
	line-height:13px;
}
ul#right_news li a:link {
	color : #284757;
}
ul#right_news li a:hover {
	color:#000;
}
.maindisplay_right h5 {
	background-color:#9B1818;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:3px 0px 5px 5px;
}
.maindisplay_right h6 {
	background-color:#915B5B;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding:3px 0px 5px 5px;
}
#members {
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	width:100%;
}
#members img, #members img a {
	padding-top:3px;
	padding-bottom:3px;
}
#members a, #members a:hover, #members a:visited {
	color:#915B5B;
}
#members caption {
	padding: 0 0 5px 0;
	font-size:  13px;
	font-style: italic;
	text-align: right;
}
#members th {
	font-size:  13px;
	font-weight: bold;
	color: #C10000;
	border-left: 1px solid #ffd6d6;
	border-right: 1px solid #ffd6d6;
	border-bottom: 1px solid #ffd6d6;
	border-top: 1px solid #ffd6d6;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 3px 3px 12px;
	background: #fff url(img/bg_header.jpg) no-repeat right;
	vertical-align:top;
}
#members th.nobg {
	background: #fff;
}
#members td {
	border-right: 1px solid #ffd6d6;
	border-bottom: 1px solid #ffd6d6;
	background: #fff;
	padding: 3px 3px 3px 12px;
	vertical-align:top;
	color: #9B1818;
	font-size: 16px;
}
#members td.alt {
	background: #fff8f8;
	color: #9B1818;
}
#members th.spec {
	border-top: 0;
	background: #fff;
}
#members th.specalt {
	border-left: 1px solid #ffd6d6;
	border-top: 0;
	background: #fff8f8;
	color: #9B1818;
}
