/* CSS Document */

/* general styles */
body {
background: #0D0500;
color: #F0B377;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9pt;
}

#main {
width: 765px;
background: #241002;
margin-top: 40px;
margin-bottom: 0px;
border: 3px double #F0B377;
background: url(images/header.jpg) top left no-repeat;
text-align: left;
padding-bottom: 30px;
}

#nav
{ margin: 203px 0px 40px 0px;
  height: 20px;
  color: #373737;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 9pt;
  text-align: center;
}

#copyright {
font-size: 7.5pt;
text-align: center;
margin-top: 10px;
margin-bottom: 25px;
color: #9B9B9B;
}

table {
margin-left: 65px;
margin-right: 65px;
}

li {
margin-left: 65px;
margin-right: 65px;
}



/* text styles */

#main p {
margin-left: 65px;
margin-right: 65px;
}

h1 {
margin-left: 65px;
margin-right: 65px;
color: #F0B377;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
}

/* links */

a {
color: #FBC944;
text-decoration: none;
}

a:visited {
color: #FBC944;
text-decoration: none;
}

a:hover {
color: #F38213;
text-decoration: underline;
}


#nav a, #nav a:visited {
color: #373737;
text-decoration: none;
padding: 0px 20px 5px 20px;
}

#nav a:hover {
color: #D74D02;
text-decoration: underline;
}

#copyright a, #copyright a:visited {
color: #FBC944;
text-decoration: none;
}

#copyright a:hover {
color: #F38213;
text-decoration: underline;
}

/*  */