body {
	background-color: #54794f;
	background-color: #4d7349;
	background-image: url(/images/site/bkgd_senior_splash.jpg);
	background-repeat: repeat-y;
	background-attachment:scroll;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;		
}

#copyright {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 300;
	padding: 15px;
	padding-top: 80px;
}

#wrapper a:link, a:active, a:visited {
	color: #5d4c27;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700px;
	text-decoration: none;
	text-align: center;
	}
#wrapper  a:hover {
	color: #a17132;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700px;
	text-decoration: underline;
}
	


/* BEGIN DROP MENU STYLE */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px arial;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-size: 12px;
text-align: left;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5f512b;
color: #000000;
}

/* END DROP MENU STYLE */
