/* CSS Document */

h1
{
    font-family: Default Font;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
h2
{
    font-family: Default Font;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
h3
{
    font-family: Default Font;
    font-style: italic;
    font-size: small;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
p
{
    font-family:Default Font;
	font-size:small;
	color:#000000;
}
.navetable
{
    font-family: Default Font;
	font-size: xx-small;
    font-weight: bold;
    font-style: italic;
	text-align: center;
	bgcolor: #F8EDC0;
	td bgcolor:#F8EDC0;
}
.statetable
{
    font-family: Default Font;
	font-size: x-small;
    font-weight: bold;
    font-style: italic;
	text-align: center;
	bgcolor: #F8EDC0;
	td bgcolor:#F8EDC0;
}
.picturetable
{
    font-family: Default Font;
	font-size: x-small;
    font-weight: bold;
    font-style: italic;
	text-align: center;
}

.categories
{
    font-family: Default Font;
	font-size: small;
    font-weight: bold;
    font-style: italic;
	text-align: center;
}


body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: table;
	background-color: #000;
	background-color: #000;
	background-image: url(../images/images/wood_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9900CC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.style4 {color: #FFFFFF; font-weight: bold; text-align: center; font-style: italic; text-align: center;}
.style5 {color: #FFFFFF; font-weight: bold;}
.style9 {font-size: 11px}
.style10 {font-size: medium; font-style: italic; font-weight: bold;}
.style11 {font-size: small}
.style12 {color: #0000FF}
.style13 {color: #000000}
.style14 {font-size: xx-small}
.style15 {color: #9E0003}
.mainpic {
	z-index: 10000;
	position: relative;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#rightsidebkg {
	background-image: url(../images/images/rightsidewood1.png);
	background-repeat: repeat-y;
	background-position: left top;
	z-index: 10000;
}
#leftsidebkg {
	background-image: url(../images/images/rightsidewood1.png);
	background-repeat: repeat-y;
	background-position: right top;
	z-index: 1111;
	width: 85px;
}

#barshadow {
	background-image: url(../images/images/barshadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}
