/* CSS Document */
#news a{
color: #000000;
}
#news {
color: #000000;
background-color:#ffffff;
}

body {
	background-color: #252525;
	text-align: center;
	/*table-layout:inherit*/
}
a {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #ffffff;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:link {
	text-decoration: none;
        color: #AFC113;
}
a:active {
	text-decoration: none;
}
body,td,th {
	
font-family: Courier New, Courier, mono;
font-size: 12px;
color: #ffffff;
border-color:#666666;
}
a:hover {color: #FFFFFF;text-decoration: none;}
input {font-size: 10px;}
table
{ 
margin-left: auto;
margin-right: auto;
}
#header    { background: #000000;}

#banner1 {
background: url("/images/banner1.jpg");
background-repeat: repeat-x;
}
#banner2 {
background: url("/images/banner2.jpg");
background-repeat: repeat-x;
}

#nav {
  margin: 0;
  padding: 0;
  background: #ffffff;
  list-style-type: none;
  width: 707px;    
}
#nav li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  
}
#nav a {
  float: left;
  width: 100px;
  color: #FFF;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #FFF;
  background: url(images/menu.gif) no-repeat; /* Add the background image */
}

#nav #nav_con a {
  border: none;
}
#nav a:hover {
  background-color: #ffffff;
  background-position: -100px 0;
}

#nav li.current a {
 background-color: #ffffff;
  background-position: -200px 0;
  color: #252525;
}
#nav li.current a:hover {
 background-color: #ffffff;
  background-position: -200px 0;
  color: #252525;
}


#nav_v {
  margin: 0;    
  padding: 0;
  background: #ffffff;
  list-style-type: none;
  width: 145px;
  float: left; /* Contain floated list items */
}
#nav_v li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#nav_v a {    
  display: block;  /* to increase clickable area as a's 
      default to inline */
  color: #000000;
  text-decoration: none;
  padding: 0 15px;
  padding-left: 20pt;
  line-height: 20px;
  border-bottom: 1px solid #FFF;
}

#nav_v a:hover {  
  background: #252525;
}
#nav_vh {
  margin: 0;    
  padding: 0;
  background: #666666;
  list-style-type: none;
  width: 145px;
  float: left; /* Contain floated list items */

}
#nav_vh a {    
  display: block;  /* to increase clickable area as a's 
      default to inline */
  color: #ffffff;
  text-decoration: none;
  padding: 0 15px;
  line-height: 20px;
  }
  
  #nav_vh a:hover {  
  background: #252525;
  }
  

