body {
	margin: 0px;
	padding: 0px;
}
.header {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 144px;
	width: 1003px;
	margin: 0px;
	padding: 0px;
}
.menu {
	width: 1003px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#0099FF;
	height: 30px;
	background-image: url(images/menubar.jpg);
	display: block;
}
.menu  ul {

	margin: 0px;
	padding-left:50px;
}
.menu   li  {
	float: left;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
}
.menu   li   a{
	text-decoration:none;
	color:#000;
}
.menu  ul  li  a:hover{
	color:#FF9900;
}
.content {
	padding: 20px;
	float: left;
	width: 650px;
	margin: 20px 0 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	line-height: 20px;
	color: #000000;
}

.inf_cont{
	position:absolute;
	left:387px;
	top:276px;
	width:302px;
	height:147px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	line-height: 20px;
}
.bannerAd {
	float:left;
	position:absolute;
	left:513px;
	top:20px;
	width:171px;
	height:72px;
	z-index:1;
}

.redfont{
color:#FF0000;
}

.head1 {
	font-weight: bold;
	font-size:1.5em;
	color:#0066FF;
}
.head3{
	font-weight: bold;
	color:#0066FF;
	font-size:14px;
}
.head5 {
	font-weight: bold;
	color: #000000;
}
.footer {
/*	background-image: url(images/footer.jpg);*/
	background-repeat: no-repeat;
	background-color:#006699;
	width: 1003px;
	height:30px;
	float: left;
	margin: 27px 0px 0px 0px;
}
.cr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding:10px 0 0 15px;
}

.sidebar
 {
	margin: 40px 0 0 10px;
	float: left;
	width: 235px;
	height: 350px;
	display: block;
	border:#FF9900;
}
 .headbrdr {
	height: 26px;
	width: 230px;
	background-color: #ff9900;
	padding-bottom: 5px;
	float: left;
	margin-top: 10px;
	background-image: url(images/sidehead.jpg);
}
.sidebar  .head2{
	padding: 5px 0 5px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	width: auto;
}
.sidebar  .contbrdr {
	width: 228px;
	background-color: #fff0bb;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

	border-right-color: #ff9900;
	border-bottom-color: #ff9900;
	border-left-color: #ff9900;
}
.sidebar  .cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
.sidebar  ul {
	margin:0px;
	padding:5px 0px 5px 15px;
}
.sidebar  ul  li {
	list-style-type: None;
	height: 20px;
}
.sidebar  ul  li  a{
	text-decoration:none;
	color:#000;
}
.sidebar  ul  li  a:hover{
	text-decoration:underline;
	color:#000;
}
