body {
  font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background: #000000 url("images/bg.gif") no-repeat left bottom;
}

td {
  font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
  font-size: 12px;
  color:#000000;
}

a {text-decoration:none; color:#ff0000;}
a:hover {color:#4d4948;}

/*********** #Main Body ***********/

#header {
	background: #FFFFFF url("images/header.jpg") no-repeat left top;
	width: 946px;
	height: 208px;
}

#content {
	background: #FFFFFF url("images/content-bg.jpg") no-repeat left bottom;
	width: 720px;
	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: #4d4948 url("images/menu.jpg") no-repeat bottom;
	width: 172px;
	height:100%;
	vertical-align: top;
}

#footer {
	background: #4d4948 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: 12px;
	font-weight: normal;
	color: #000000;
	margin: 5px 5px 0px 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:#FFFFFF;
  }
  
#menl a:hover {
	color:#CCCCCC;
  }

