@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/site_background.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DBDBDB;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AF0917;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AF0917;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
        color: #AF0917;
        font-size: 12px;
}
h1 {
	font-size: 12px;
	color: #AF0917;
}

.search {
	color: #E3E4E5;
	font-weight: bold;
}


#navcontainer
{
margin: 0;
padding: 0 0 0 0px;
height: 28;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #E2E3E5;
display: block;
width: auto;
text-decoration: none;
background: #2E383E;
margin: 0;
padding: 0px 8px;
border-left: 1px solid #414D53;
border-right: 1px solid #242F34;
}

#navcontainer A:hover, #navcontainer A:active, #navcontainer A.active:link { color: #AE9962; }

#navcontainer A.active:visited
{
position: relative;
font-weight: bold;
}

input {
border: 1px solid #3E4F57;
}