body {
  margin: 0px;
  background-color: #666600;
	background-image: url('../images/mainbg.jpg');
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Sans Serif;
  font-size: 11px;
	color: #333333;
}
#content_bg{
background-image: url('../images/contentbg.jpg');
background-repeat:repeat-y;
margin:0px auto 0px;
witdh:881px;
}
#header{
background-image: url('../images/header.jpg');
background-repeat:no-repeat;
margin:0px auto 0px;
witdh:479px;
height:244px;
}
td, p {
  font-family: Verdana, Arial, Sans Serif;
  font-size: 11px;
	line-height: 18px;
	color: #333333;
}

a:link {
	color: #285B87;
	text-decoration: underline;
}

a:visited {
	color: #285B87;
	text-decoration: underline;
}

 a:hover {
	color: #000;
	text-decoration: underline;
}
 a:active {
	color: #8A0000;
	text-decoration: underline;
}
h1 {
  text-transform: capitalize;
	color: #666600;
	font-size: 14px;
}

h1.grey {
  text-transform: capitalize;
	color: #666565;
	font-size: 18px;
}

h2 {
  text-transform: capitalize;
	color: #EE7E23;
	font-size: 15px;
	margin-top: 25px;
}
h6{
color: #EE7E23;
font-size:11px;
}

ul {
  margin: 1.3em;
  padding: 0;
}
 li {
  list-style: none;
  background: url(../images/bullet.gif) no-repeat left center ;
  padding-left: 1.8em;
} 

#mainNav{
  padding:0px 0px 0px 19px;
  background-image: url('../images/menuBG.jpg');
	background-repeat:no-repeat;
	background-position:top left;  
	width:181px;
	height:244px;
	margin:0px;
	font-size:13px;
	line-height: 20px;
		color: #ffffff;
}

.navigation a:link {
	color: #ffffff;
	text-decoration: none;
}

.navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}

.navigation a:hover {
	color:  #ffffff;
	text-decoration: underline;
}

#sidead{
padding:0px 0px 10px 10px;
}

#content{
padding: 10px 20px 10px 15px;
}
#footer{
  width:881px;
  height: 65px;
  background-image: url('../images/footerbg.jpg');
	background-repeat:no-repeat;
  text-align: center;
  color: #ffffff;
	font-size: 10px;
	
}





.footerPadding{
padding-left:160px;
padding-top:15px;
}

.pageBtm{
width:881px;
  height: 10px;
  background-image: url('../images/pageBtm.jpg');
	background-repeat:no-repeat;



}
.topbar{
  background-image: url('../images/topbar1.jpg');
	background-repeat:no-repeat;
	background-position: top left;
	font-size: 16px;
	font-weight: bold;
	width:284;
  height:77px;
	color:#ffffff;
	margin:0px;
	padding: 0px 0px 20px 40px;
}
.orange{
color:#B0580E;

}