body {
	background-color: #BD996B;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
object {
	margin-left: 20px;
}
/*div that holds the logos*/
#topbanner   {
	 width:780px;
	 height:57px;
	 z-index:1;
	 
}
/*div that holds the visitor's links*/
#visitors   {
	position:absolute;
	left:16px;
	top:426px;
	width:240px;
	height:122px;
	z-index:1;
}
/*div that holds the resident's links*/
#residents   {
	position:absolute;
	left:260px;
	top:522px;
	width:550px;
	height:89px;
	z-index:2;
}
/*all these tags are for the table that holds the navigation bullets and text*/
.navTable {
}
.navTableCell {
	font-size: 75%;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 8px;
	vertical-align: text-top;
}
.navTable a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
.navTable a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
.navTable a:hover  {
	color: #4C3D2B;
	text-decoration: underline;
}

.passwordMessage {
	font-size: 90%;
	margin-left: 4px;
}
/*styles the bottominfo cell info*/
.bottominfo {
	font-size: 70%;
	color: #FFFFFF;
	margin-right: 0px;
	padding-top: 5px;
}
a.rareheronlink:link  {
	color: #FFFFFF;
	text-decoration: underline;
}
a.rareheronlink:visited  {
	color: #FFFFFF;
	text-decoration: underline;
}
a.rareheronlink:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}