﻿body {
	background: #3a3a3a;
	color: #000;
	font-family: Verdana;
	font-size: 12px;
}
a:link {
	color: #a32f30;
	text-decoration: none;
}
a:visited {
	color: #a32f30;
	text-decoration: none;
}
a:hover {
	color: #a32f30;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
img {
	border: 0;
}
img, div { behavior: url(js/iepngfix.htc) }
.borderimg img{
border: 1px solid #000000;
}

.borderimg:hover img{
border: 1px solid #CC0000;
}

.borderimg:hover{
color: #CC0000; /* irrelevant definition to overcome IE bug */
}

.clear {
	clear: both;
}
.smalltext{
	font-size: 9px;
}
#footer{
	background-color: #c0c0c0;
	text-align: right;
	padding: 6px;
}

#updatesright {width: 45%;}
#updatesleft {width: 45%;}
#newsline {
	width: 10%;
	text-align: center;
}
#homeLogo {margin: 20px 0px 0px 8px; background-color: transparent;}
.space {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px;}

#container {width: 90%; top: 110px; margin-left: auto; margin-right: auto; background: #f4f4f4; min-width: 900px; padding-bottom: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;}

h3 {color: #800517; font-size: 14px;}

h4 {color: #800517; font-size: 12px; margin-bottom: 4px;}

.logo {
	background: url('images/header-back.png') repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 118px;
	z-index: 3;
}

.notice{
	font-style: italic;
	font-size: 9px;
}

.poll {
	background-color: #800517;
	height: 15px;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
}

#menu {width: 633px; height: 30px; padding-top: 6px; text-align: center; margin-left: auto; margin-right: auto; background: url('images/menu-back.png') no-repeat; z-index: 2;}

#main {margin-top: 130px; position: relative; z-index: 5; text-align: justify; overflow: hidden;}
#main2 {width: 880px; margin-left: auto; margin-right: auto; height: 15px; z-index: 1; background-color: #f4f4f4;}

.menulinks {color: #fff; font-weight: bold; font-size: 12px;}

#scroll {width: 100%; height: 158px; background: url('images/scroll-back.png') repeat-x;}

/* TabStrip Styles */
.tabstrip {padding: 5px 0;}
.tabbutton {display: inline; padding: 5px; cursor: pointer; color: #f4f4f4; font-weight: bold; font-size: 14px; border: 1px #000 solid; background: #800517;}
.tabbutton:hover {background: #f7f7f7; color: #800517; font-weight: bold; font-size: 14px;}
.tabbutton-selected {display: inline; padding: 5px; background: #f7f7f7; cursor: pointer; color: #800517; font-weight: bold; font-size: 14px; border: 1px #000 solid; border-bottom: 0px;}
.tabpane { display: none; background: #f4f4f4; border: 1px solid #000000; padding: 10px; }
