a:link 
{ 

	color: #ff2200;
	
}

a:visited 
{ 
	
	color: #ff2200;
	
}

a:active 
{ 

	color: #ff2200;
	
}
	
html 
{
  
  height: 100%; 
  margin-bottom: 1px; 
  
}

body
{

  font-family:Arial;
  
}

#norepeat
{

  background-image: url('images/grad19.png'); 
  background-repeat: repeat; 
  background-color: #004444;	

}

#border
{
	
	border-width: 1px;
	border-spacing: 0px;
	border-style: groove;
	border-color: #25383C;

}

#border2
{

	border-width: 1px;
	border-spacing: 0px;
	border-style: groove;
	border-color: #25383C;

}


.clear
{ /* generic container (i.e. div) for floating buttons */

  overflow: hidden;
  width: 100%;

}

a.button 
{
  
  background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;

}

a.button:visited
{
 
  background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;

}

a.button:hover
{

  background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;

}

a.button span 
{
  
  background: transparent url('images/bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;

} 

a.button:active 
{
  
  background-position: bottom right;
  color: #000;
  outline: none; /* hide dotted outline in Firefox */

}

a.button:active span 
{
   
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */

} 

div#box
{

  width: 75%;
  padding: 10px;
  margin:0 auto;
  background:#4d4d4d;
  color:#000
  
}
    
div#box2
{

  width: 100%;
  padding: 1px;
  margin:0 auto;
  background:#ffffff;
  color:#000
  
}
  
div#menu
{

  float: left; 
  width:100%; 
  padding-top:5px; 
  padding-bottom:0px; 
  background: #ffffff; 
  border-bottom-width:2px;
  border-bottom-style:solid;
  border-bottom-color:#ff2200; 
  font-size: 14px;
  
}

ul#nav,ul#nav li
{

  list-style-type:none;margin:0;padding:0;
  
}

ul#nav
{

  margin-left: 0px;width:800px;
  
}

ul#nav li
{

  float:left;
  margin-right: 3px;
  text-align: center;
  
}

ul#nav a
{
  float:left;
  width: 9em;
  padding: 5px 0;
  background: #9e9da1; 
  font-size: 11px; 
  text-decoration:none;
  color: #fff;
  
}

ul#nav a:hover
{

  background: #ff2200;
  color: #FFF;
  
}

ul#nav li.activelink a,ul#nav li.activelink a:hover
{
  
  background: #ff2200;
  color: #fff;
  
}

ul#nav2,ul#nav2 li
{

  list-style-type:none;margin:0px;padding:0px;
  
}

ul#nav2
{

  margin-left: 0px;
  
  
}

ul#nav2 li
{

  float:top;
  margin-right: 0px;
  text-align: center;
   
}

ul#nav2 a
{
  display:block;
  float:top;
  width: 9em;
  padding: 5px 0px;
  background: #9e9da1; 
  font-size: 11px; 
  text-decoration:none;
  color: #fff;
  Width: 110px;
  border: 1px solid #4d4d4d;

}

ul#nav2 a:hover
{

  background: #ff2200;
  color: #FFF;
  
}

ul#nav2 li.activelink a,ul#nav li.activelink a:hover
{
  
  background: #ff2200;
  color: #fff;
  
}

ul#nav3,ul#nav3 li
{

  list-style-type:none;margin:0px;padding:0px;
  
}

ul#nav3
{

  margin-left: 0px;
  
  
}

ul#nav3 li
{

  float:left;
  margin-right: 0px;
  text-align: center;
   
}

ul#nav3 a
{

  float:left;
  width: 9em;
  padding: 5px 0px;
  background: #9e9da1; 
  font-size: 11px; 
  text-decoration:none;
  color: #fff;
  Width: 200px;
  border: 1px solid #4d4d4d;

}

ul#nav3 a:hover
{

  background: #ff2200;
  color: #FFF;
  
}

ul#nav3 li.activelink a,ul#nav3 li.activelink a:hover
{
  
  background: #ff2200;
  color: #fff;
  
}