/* CSS Document */
BODY,DIV,TABLE,TD,HR,FORM,P,SPAN,H1,H2,H3,IMG,UL,LI{
	margin: 0;
	padding: 5;
	border: 0;
}
BODY{
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #555;
}
TABLE{
	border-collapse: collapse;
}
/* ------------- container styles ------------- */
.layout{
	width: 777px;
	background: #fff;
	margin: auto;
}
/* ------------- header & top nav styles ------------- */
.header{
	height: 48px;
	padding: 0 10px;
}
.header img{
	margin-right: 30px;
}
.logo{
	float: left;
	width: 40%;
	font-size: 12px;
}
.toplinks{
	float: right;
	width: 22%;
	height: 48px;
	line-height: 48px;
	padding-left: 10px;
}
.toplinks a, .toplinks a:visited{
	color: #555;
}
.toplinks a:hover{
	color: #19641d;
}
.headimage{
	padding: 1px 0;
	border: solid 4px #ccc;
	border-width: 4px 0;
}
/* ------------- left column styles ------------- */
.leftcol{
	width: 36%;
	vertical-align: top;
	background: #eee url(images/lbrd.gif) repeat-y top right;
	padding-bottom: 20px;
}
.membersarea{	
	background: #f2de8f;
	border: solid 1px #d6be61;
	border-width: 0 1px 1px 0; 
	padding-bottom: 15px;
}
.membersarea .heading{
	display: block;
	background: #d6be61;
	padding-left: 15px;
}
.membersarea table{
	margin-left: 15px;
}
.membersarea table td{
	padding: 7px 0;
}
.membersarea .textfield{
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	width: 103px;
	height: 18px;
	border: solid 1px #d6be61;
	padding: 0 3px;
	margin: 0 9px;
	line-height: 16px;
}
.membersarea .submitbtn{
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #ff7f00;
	height: 20px;
	border: solid 1px #d6be61;
	padding: 0 1px;
	margin: 0 9px;
	font-weight: bold;
	line-height: 15px;
	cursor: pointer;
}
.membersarea a, .membersarea a:visited{
	margin-left: 15px;
	color: #29992f;
	text-decoration:;
	font-weight: bold;
}
.membersarea a:hover{
	color: #19641d;
}
.event{
	width: 200px;
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
.event a, .event a:visited, .midcol a, .midcol a:visited{
	color: #29992f;
}
.event a:hover, .midcol a:hover{
	color: #29992f;
}
.event .date{
	float: right;
	color: #ff7f00;
}
.evhdr{
	margin: 15px 0 0 15px;
}
/* ------------- middle area styles ------------- */
.midcol{
	width: 72%;
	padding: 20px;
	vertical-align: top;
}
.crdate{
	text-align: right;
	font-weight: bold;
	color: #999;
}
.tip{
	padding: 10px;
	clear: both;
}
.rowb{
	background: #fdffda;
}
.tpbrd{
	border: 1px solid #eee;
}
.btbrd{
	border-bottom: solid 1px #eee;
}
/* ------------- footer styles ------------- */
.footer{
	border-top: solid 1px #ddd;
	background: #cdd0bd;
	height: 37px;
	color: #555;
	padding: 0 10px;
}
.copy{
	float: left;
	width: 50%;
}
.flinks{
	float: left;
	width: 50%;
	text-align: right;
}
.flinks a, .flinks a:visited{
	color: #555;
	text-decoration: none;
}
.flinks a:hover{
	color: #000;
	text-decoration:;
}
