/* CSS Document */

* {
margin:0;
padding:0;
}

body {
	background-color:#FFFFE6;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
}

.center {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#maincenter{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	background-color: #FFFFFF;

}
.btnjoinnow {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	border: thin solid #0099FF;
	background-color: #7DDFFF;
	width: 200px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.chairmanmsg {
	clear: both;
}


.heading {
	height: 140px;
	width: 850px;
		background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
}

.navbar {
	width:850px;
	height:40px;
	padding: 0px;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.leftbar {
	width:635px;
	float:left;
	padding-left: 4px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 10px;

}
.rightbar {
	width:200px;
	float:right;
	padding-right: 4px;
	padding-top:5px;
	padding-left: 5px;
}
.rightbar img{
padding-bottom: 5px;
}

.pagetitle {
	font-size: medium;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;


}
.newcolumn {
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
}
.newcolumn#clear {
	clear:both;
}







.footer {
	width:830px;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
	height:100px;
}

.footercat {
	float:left;
	margin-right: 20px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left:5px;
}
.footercat a{
	text-decoration: none;
	color:#FFFFFF;
}
.footercat a:hover{
	text-decoration: underline;
}
