body {
	margin-top: 0px;
	margin-bottom: 0px;
}
.yellowtext {
	color:#FF0;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
.headingbg {
	background-image:url(../images/index_r3_c1.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#595139;
	font-weight:bold;
}
.padding {
	padding-left:40px;
	padding-bottom:10px;
}

/* RHS */
.rhs1 {
	background-image:url(../images/rhs1.png);
	background-position:top;
	background-repeat:no-repeat;
	height:36px;
}
.rhs2 {
	background-image:url(../images/rhs2.png);
	background-position:top;
	background-repeat:repeat;
}
.rhs3 {
	background-image:url(../images/rhs3.png);
	background-position:top;
	background-repeat:no-repeat;
	height:26px;
}
.rhsheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#595139;
	font-weight:bold;

	padding-left:15px;
	padding-bottom:5px;
}

.membersleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	
	padding-left:10px;
}
.membersright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	
	padding-left:10px;
}


/* FOOTER */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
}

/* LINKS */

/* static links */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color:#595139;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#595139;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#595139;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#595139;
}

/* footer links */
a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#ffffff;
}
a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
}
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
}
.border {
	border: medium solid #595139;
}

