body 
{
	margin: 30px 0px 0px 0px;
	text-align: left;
}



.borderleft
{
	border-left: 2px solid #7F8C97;
}

.borderright
{
    border-right: 2px solid #7F8C97;
    
}

.webcenter{
	text-align: center;
	margin:0 auto;
	width:955px;
	
}

.basefooter {
	background-image: url(../../Images/footer2.gif);
	background-repeat: repeat-x;
}

.mainText
{
     font-family:Arial;
     font-size:14px;
     padding: 0px 10px 0px 10px;
     color:#000000;
}
.bulletText
{
	 font-family:Arial;
     font-size:14px;
    
     color:#000000;
     font-weight:bold;
}

li
{
	
    
	color:#c9272e;
	padding-bottom:0px;
	
}

a
{
	color:#000000;
}

h1
{
	font-size:18px;
	font-weight:bold;
}

h2
{
	color:#C9272E;
	font-size:14px;
    font-weight:bold;
}

.redBoldText
{
	color:#c9272e;
	font-weight:bold;
}



a.bMenuText
{
	color:#000000;
	text-decoration:underline;
}

.bMenuText
{
	color:#ffffff;
	font-size: 14px;
	
	padding-right:15px;
	text-decoration:none;
	font-family:Arial;
	
}
  


#menu ul {
  padding: 0px;
  margin: 0;
  list-style: none;
width:auto;



  
  }
  
  #menu li {
  float: left;
  position: relative;
  width:158px;
  font-size: 14px;
  

  
  }
	
  li ul {
  display: none;
  position: absolute;
     
  }
    
  

  #menu li ul a
  {
    background:#7f8b96;

  }
  
	#menu li a {
	font-size: 14px;
	font-family: helvetica, verdana, arial;
	display: block;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
	padding: 0px 1px 5px 0px;	
	text-align:left;	
	border-bottom: solid 2px #ffffff;
	
	
	}
	

	
	/* works for all browsers but firefox to correct padding \*/
	html>body #menu li a {padding-bottom:5px}
	
	li img{
	float:left;
	}
		
	li:hover ul, li.over ul{ display: block;}
			
	
		
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li a:hover{
text-decoration:  none;
color: #ffffff;	 
border-width : 1px;
border-style : solid;
border-color : #ffffff;
background-color: #C9272E;


}




