body {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 9pt;
	color: #1e270a;
	line-height: 1.1;
}

table {
margin: 0px;
padding: 0px;
border-collapse: collapse;
}

.outer {
	border: 0px solid #1e270a;
	width: 760px;
	height: 420px;
}

.content {
	background-color:#FFFFFF;

	}

.membership {
	border: 2px solid #7b806f;
	width: 250px;
	margin-left: 5px;
	}
	
.membershipcell {
	padding: 2px;
	}	

.text {
	margin-left: 10px;
	margin-right: 10px;
	}	

.subhead {
	font-size: 12pt;
	color: #7b806f;
	}

.smaller {
	font-size: 8pt;
}
	
td {
	font-family: Arial, sans-serif, Helvetica;
	padding: 0px;
	font-size: 9pt;
	color: #1e270a;
}

.leftspacer {
	width: 20px;
	height: 390px;
	}

.rightspacer {
	width: 146px;
	height: 390px;
	}


a.subhead:link, a.subhead:visited, a.subhead:active{
	color: #7b806f;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	}

a.subhead:hover {
	color: #c1cecb;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}


.leftcol {
	width: 270px;
}

.rightcol {
	background-image: url(images/middle_background.jpg);
	background-repeat: no-repeat;
	width: 324px;
}

.nav {
	width: 490px;
	height: 30px;
	background-color: #FF0099;
	text-align: left;
	vertical-align:top;
}

ul {
margin: 0px;
padding: 0px;
}

li {
margin: 0px;
padding: 0px;
margin-left: 15px;
}

/*nav*/

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color: #1E270A;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
color: #1E270A;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #FFFFFF;
}




