@charset "ISO-8859-1";

body {
	margin:0px;
	background-color: #8C925D;
	visibility: visible;
}
a:link {
	color: #013C16;
}
a:visited {
	color: #669966;
}
a:hover {
	color: #009900;
	font-size:larger;
}
a:active {
	color: #00CC66;
}
#Banner {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	text-align:left;
	width:760px;
    }
#Nav {
	position: relative;
	text-align:left;
	width:760px;
    }
#Connections {
	position:absolute;
	left: 23px;
	top: 197px;
	width:200px;
	height:30px;
	z-index:1;
	visibility: hidden;
    }
#Groups {
	position:absolute;
	left: 516px;
	top: 195px;
	width:200px;
	height:30px;
	z-index:1;
	visibility: hidden;
    }
#Content {
	width: 760px;
	margin-left:8px;
	margin-right:8px;
	visibility: visible;
    }	
#Headers {
	text-align: center;
	font-family:"Comic Sans MS";
    }
.click {
	font-size: 9px;
}
#Loca {
	text-align:center;
}
