@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #415454;
	background-image: url(images/gray.gif);
	background-repeat: repeat-x;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 950px;
	z-index:2;
}
p  {
	margin-top: 0px;
	margin-bottom: 10px;
}
img { 
    border:none; 
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px; 
    font-size: 18px;
	font-weight: bold;
}
h2 { 
    font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: bold;
}
li {
  float: left;
  position: relative;
  width: auto;
}
li ul {
  display: none;
  position: relative;
  width: 4.75em; 
  top: 0px;
  left: 0;
}
li ul li {
  width: 4.75em;
  text-align: left;
  padding-top: 2px;
  padding-left: 5px;
  background-color:#003333;
  border: 1px solid #9C8873;
  border-top-width: 0;
}
li > ul {
  top: auto;
  left: auto;
}
li:hover ul, li.over ul{ 
   display: block; 
}
#nav a {
  text-decoration: none;
  color: white;
}
#nav a:hover {
  text-decoration: underline;
  background-color:#663333;
}
#nav2 a {
  text-decoration: none;
  color: white;
}
#nav2 a:hover {
  text-decoration: underline;
  background-color:#663333;
}
div.banner {
  text-align: center;
  font-size: 10px;
  font-weight: bolder;
}
.banner a {
  color: white;
  text-decoration: none;
}
.banner a:hover {
  text-decoration: underline;
  color: white;
}
.footer {
  font-size: 10px;
}
.footer a:hover {
  color: white;
}
.counter {
  font-size: 10px;
}
.counter a:link {
  color: #999999;
}
.counter a:visited {
  color: #999999;
}
.counter a:hover {
  color: #999999;
}
.counter a:active {
  color: #999999;
}
.left_nav {
  font-size: 10px;
}
.left_nav p {
  margin-bottom: 5px;
}
.left_nav a:hover {
  background-color:#415454;
  color: white;
}
.bold {
  font-size: 12px;
  font-weight: bold;
}
.small {
  font-weight: bold;
  font-size: 10px;
}
div.container2 {
  position: relative;
  margin: 0 auto;
  width: 760px;
  height: 100%;
}
.borderTable {	
padding: 2px 4px 2px 4px;
border-bottom: 1px solid #FFFFFF;
}
