body {
	background-repeat: repeat-y;
	margin: 0;
	color: #000000;
	font-size: 11pt;
	font-family: "arial";
	height:100%
}

.publicbody {
	background-color: #80ae73;
	/*background-color: #1c2a18;*/
	background-image: url('../images/pub-bgleft.gif');
}

.memberbody {
	background-color: #c1dff8;
	/*background-color: #18222a;*/
	background-image: url('../images/mbr-bgleft.gif');
}

#topframe{
	position:absolute;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:50px;
	border: none;
}

#menuframe { 
	position:absolute;
	left:0; 
	top:50; 
	padding:0; 
	width:175px; 
	height:auto;
} 

#content { 
	position: absolute;
	left: 180px;
	right:20px;
	top:40px;
	height: 100%;
	width:auto;
	text-align:left;
	padding: 20px;
} 

#pagetitle {
	font-weight: bold;
	font-size: 24pt;
	top: 20;
	margin-bottom: 20;
	text-align: center;
}

a:link, a:active, a:visited {text-decoration: underline; color: #1c2a18}
a:hover {text-decoration: underline; font-weight: bold; color: #1c2a18}

.gsmclink a:link {text-decoration: none; font-weight: bold; color: #ffffcc}
.gsmclink a:visited {text-decoration: none; font-weight: bold; color: #ffffcc}
.gsmclink a:active {text-decoration: none; font-weight: bold; color: #ffffcc}
.gsmclink a:hover {text-decoration: none; font-weight: bold; color: #ffffcc}

.publicmenu a:link, .publicmenu a:visited, .publicmenu a:active, .membermenu a:link, .membermenu a:visited, .membermenu a:active {
 	position:relative;
	text-decoration:none; 
	text-align:center; 
	color:#fff; 
	display:block; 
	width:150; 
	border:1px solid #fff;
	border-color:#def #678 #345 #cde;
	padding:0.25em;
	font-size: 10pt;
	font-weight: bold;
}
  
.publicmenu a:link, .publicmenu a:visited, .publicmenu a:active {background-color:#537D4D;}
.membermenu a:link, .membermenu a:visited, .membermenu a:active {background-color:#394a54;}

.publicmenu a:hover, .membermenu a:hover {
	top:2px;
	left:2px;
	border-color:#345 #cde #def #678;
	background-color:#ffffff;
	font-weight: bold;
}

.publicmenu a:hover {color:#537D4D;}
.membermenu a:hover {color:#394a54;}