html, body {
    font-family: Arial, Helvetica, sans-serif;
    color: #222222;
	font-size: 11px;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: none;
}

A:link {
	text-decoration: none; color: #222222;
}
A:visited {
	text-decoration: none; color: #222222;
}
A:active {
	text-decoration: none; color: #222222;
}
A:hover {
	text-decoration: underline; color: #222222;
}

h1 {
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	text-transform:none;
	margin-bottom: 3px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#wapper{
	width:800px;
	height:auto;
	margin:0 auto;
}
#divHeader {
	height:300px;
	width:800px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#divMenu {
	height:40px;
	width:800px;
	background-image:url(../img/menu-bg.gif);
	text-align:center;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
}

#divBody {
	width:800px;
	background-color:#CCCCCC;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:1px;
}

#divFooter {
	height:50px;
	width:800px;
	background-color:#999999;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	clear:both;
	margin-left:auto;
}

.links {
    font-size:11px;
	color:#FFFFFF;
    font-family: Geneva, Arial, helvetica, sans-serif;
}
.links a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.links a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.links a:hover { 
	color:#FFFFFF;
	text-decoration: underline; 
}
.links a:active {
	color:#FFFFFF;
	text-decoration: none;
}
.middletext
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
padding-right:5px;
padding-left:10px;
text-align:justify
}
.heading
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#000000;
padding-left:10px;
}