/* CSS Document */

body {
background-color:#000000;
background-image:url(images/background.jpg);
background-repeat:repeat-x;
}

#wrapper {
width: 800px;
margin: 0 auto 0 auto;
}

#heading {
width: 800px;
height: 111px;
background-image:url(images/logo.png);
padding: 0;
}

#masthead {
width: 800px;
background-image:url(images/navigation.png);
height: 120px;
padding: 0;
}

#navigation {
padding: 15px 0 0 0;
height: 16px;
}

#navigation ul{
list-style-type: none;
padding: 0;
margin: 0 0 0 310px;
}

#navigation li {
float: left;
margin: 0 5px 0 0px;
font-size: 15px;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#navigation a:link {
color: #990000;
}

#navigation a:visited {
color: #990000;
}

#navigation a:hover {
color: #000000;
}

#navigation a:active {
color: #990000;
}

#subnav{
	width: 600px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 150px;
}

#subnav ul{
list-style-type: none;
}

#subnav li {
float: left;
font-size: 13px;
margin: 0 0 0 5px;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#subnav a:link {
color: #990000;
}

#subnav a:visited {
color: #990000;
}

#subnav a:hover {
color: #000000;
}

#subnav a:active {
color: #990000;
}

#content{
background-image:url(images/content.png);
background-repeat:repeat-y;
padding: 10px 0 10px 0;
}

#main-content {
width: 500px;
padding: 10px 0 0 150px;
}

#table1 {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 12px;
float: left;
}

#table1 th {
font-size: 13px;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#table2 {
font-size: 12px;
float: right;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#table2 th {
font-size: 13px;
}

div.spacer {
height: 22px;
width: 500;
background-image:url(images/spacer.png);
}

#notes {
clear: both;
padding: 30px 10px 0 10px;
font-size: 11px;
width: 400;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#notes p {
margin: 0;
font-size: 11px;
}

td {
font-size: 12px;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a  {
text-decoration: none;
color: #990000;
}

a:visited {
color: #990000;

}

a:hover {
color: #000000;

}

a:active {
color: #990000;

}

a img{

}

h1 {
text-indent: -1000px;
}


h2 {
padding: 20px 20px 0 0;
margin: 0 0 20px 0;
font-size: 14px;
text-align: right;
border-bottom-width: thin;
border-bottom-style: dotted;
border-bottom-color: #000000;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
} 

h3 {
font-size: 13px;
margin: 5px 0 0 0; 
}

h4 {
font-size: 12px;
margin: 3px 0 5px 0;
text-align: right;
}



p{
font-size: 12px;
margin: 5px 0 0 0;
line-height: 14px;
}

#footer {
background-image:url(images/footer.png);
height: 148px;
padding:0;
clear:both;
width: 800px;
}

#footer p {
margin: 0;
text-align: center;
padding: 50px  0 0 0;
font-size: 11px;
}

#footer a:link {

}

#footer a:hover {

}
