/* ------------- "generic" styles */

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
bold{
	font-weight: bold;
}
h1 {
	font-size: 20px;
	text-align: center;
}
h2 {
	font-size: 18px;
	text-align: center;
}
h3 {
	font-size: 16px;
	text-align: center;
}

a:link {
	color: #556128;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #556128;
}
a:hover {
	text-decoration: underline;
	color: #556128;
}
a:active {
	text-decoration: none;
	color: #5E8469;
}


#aboutus {
	position:absolute;
	left:307px;
	top:112px;
	width:127px;
	height:39
`;
	z-index:2;
	visibility:visible;
	height: 39px;
	background-color: #556128;
	}
	
#admissions {
	position:absolute;
	left:25px;
	top:170px;
	width:114px;
	height:36px;
	z-index:13;
	}

#banner {
	position:absolute;
	left:25px;
	top:0px;
	width:858px;
	height:112px;
	z-index:2;
	visibility:visible;
	background-color: #FFFFFF;
	}

#copyright {
	position:absolute;
	left:0px;
	top:1200px;
	width:174px;
	height:35px;
	z-index:1;
	visibility:visible;
	background-color: #556128;
}

#greenbarleft {
	position:absolute;
	left:0px;
	top:112px;
	width:195px;
	height:39px;
	z-index:0;
	visibility:visible;
	background-color: #556128;
}

#greenbarright {
	position:absolute;
	left:545px;
	top:112px;
	width:405px;
	height:39px;
	z-index:7;
	visibility:visible;
	background-color: #556128;
}

#greenbarvertical {
	position:absolute;
	left:174px;
	top:151px;
	width:18px;
	height:729px;
	z-index:9;
	visibility:visible;
	background-color: #FFFFFF;
}

#home {
	position:absolute;
	left:193px;
	top:112px;
	width:114px;
	height:39px;
	z-index:2;
	visibility:visible;
	background-color: #556128;
}

   
#login {
	position:absolute;
	left:433px;
	top:112px;
	width:113px;
	height:39px;
	z-index:2;
	visibility:visible;
	background-color: #556128;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
	height:112px;
	z-index:1;
	visibility:visible;
}

#nav {
	position:absolute;
	left:0px;
	top:151px;
	width:117px;
	height:529px;
	z-index:8;
	visibility:visible;
	font-size:16px;
	background-color: #FFFFFF;
   }
#nav p {
	font-weight: normal;
	padding-left: 15px;
}

#nav a:link {
	color: #2b4c42;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #2b4c42;
}
#nav a:hover {
	text-decoration: underline;
	color: #2b4c42;
}
#nav a:active {
	text-decoration: none;
	color: #2b4c42;
}
        
