@charset "utf-8";
/* CSS Document */

/* Ap Divs */

#logo {
	position:absolute;
	left:18px;
	top:13px;
	width:334px;
	height:91px;
}

/* Beginning of Menu Divs */

#homebutton {
	position:absolute;
	left:381px;
	top:63px;
	width:96px;
	height:18px;
}
#linksbutton {
	position:absolute;
	left:481px;
	top:63px;
	width:96px;
	height:18px;
}
#contactbutton {
	position:absolute;
	left:580px;
	top:58px;
	width:97px;
	height:31px;
}
#peoplebutton {
	position:absolute;
	left:681px;
	top:63px;
	width:96px;
	height:18px;
}
#membersbutton {
	position:absolute;
	left:781px;
	top:58px;
	width:97px;
	height:31px;
}

/* End of Menu Divs */

#contactinfo {
	position:absolute;
	left:183px;
	top:494px;
	width:156px;
	height:142px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000FF;
}

/* Beginning of Footer Divs */

#footer {
	position:absolute;
	left:0px;
	top:850px;
	width:100%;
	height:40px;
	text-align: center;
}
#footerlinks {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:20px;
	margin: 0 auto;
	background-color: #43f70c;
}
#copyright {
	position:absolute;
	left:85px;
	top:2px;
	width:215px;
	height:16px;
}
#footermenu {
	position:absolute;
	left:376px;
	top:2px;
	width:505px;
	height:16px;
}

/* End of Footer Divs */


/* Rules */

body {
	background-image: url(images/gray34.jpg);
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #070b46;
}
a:link {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #05700A;
	text-decoration: none;
}
.textboldunderline {
	font-weight: bold;
	text-decoration: underline;
}
.textbold {
	font-weight: bold;
}
.textitalics {
	font-style: italic;
}
.menulink {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
.menulink a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menulink a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menulink a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.footerlink {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.footerlink a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footerlink a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footerlink a:hover {
	font-weight: bold;
	color: #070b46;
	text-decoration: none;
}
