body {
  font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background: #e2e2e3 url("images/bg.gif") repeat left top;
}

td {
  font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
  font-size: 12px;
  color:#000000;
}

a {text-decoration:none; color:#006699;}
a:hover {color:#6999aa;}

/*********** #Main Body ***********/

#header {
	background: #FFFFFF url("images/new-header.jpg") no-repeat left top;
	width: 946px;
	height: 213px;
}

#content {
	width: 796px;
	vertical-align: top;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	background: #FFFFFF;
	padding-top: 0px;
	overflow: auto;
}

#c2 {
	width: 796px;
	margin: 20px 0px 10px 15px;
	overflow: auto;
	
}

#menu {
	background: #e5b167 url("images/menu.jpg") no-repeat bottom;
	width: 150px;
	height:100%;
	vertical-align: top;
}

#footer {
	background: #cc794b url("images/footer.jpg") no-repeat center;
	width: 760px;
	height: 20px;
}

/*********** #Heading Styles ***********/

H1 {
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}

H2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

H3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
  
/*********** #Menu Links ***********/

#menl {
	margin-top: 15px;
  }

#menl a {
	padding: 0px 0px 0px 20px;
	height: 25px;
	line-height: 25px;
	display:block;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	color:#a72d32;
  }
  
#menl a:hover {
	color:#ffffff;
  }

