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



body {
	background-color: #192254;
	margin: 0px;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #192254;
	behavior: url("../scripts/csshover3.htc");
	}
	
p, li, h4, blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
a {
	text-decoration: none;
	color: #006600;
	}
	
a:hover {
	color: #000000;
	}
	
.clear {
	clear: both;
	}
	
.display {
	display: none;
	}
	
#corner {
	background-image: url('../images/corner.gif');
	width: 414px;
	height: 103px;
	float: left;
	}
	
#top {
	background-image: url('../images/top.gif');
	width: 392px;
	height: 103px;
	position: absolute;
	left: 450px;
	}
			
		#top p {
			color: #ffffff;
			text-align: center;
			font-size: 12px;
			padding-top: 95px;
			}
	
#left {
	background-image: url('../images/left.png');
	width: 324px;
	height: 862px;
	}
	
#pics {
	background-image: url('../images/pics.jpg');
	width: 864px;
	height: 160px;
	position: absolute;
	top: 123px;
	left: 200px;
	}
	
	
/*NAVIGATION*/
#home {
	background-image: url('../images/nav/home1.gif');
	width: 61px;
	height: 25px;
	position: absolute;
	top: 110px;
	left: 115px;
	}
	
		#home a {
			display: block;
			width: 61px;
			height: 25px;
			}
			
		#home a:hover {
			background-image: url('../images/nav/home2.gif');
			}
		
#photos {
	background-image: url('../images/nav/photos1.gif');
	width: 78px;
	height: 24px;
	position: absolute;
	top: 150px;
	left: 75px;
	}
	
		#photos a {
			display: block;
			width: 78px;
			height: 24px;
			}
		
		#photos a:hover {
			background-image: url('../images/nav/photos2.gif');
			}
			
#cal {
	background-image: url('../images/nav/cal1.gif');
	width: 100px;
	height: 27px;
	position: absolute;
	top: 190px;
	left: 45px;
	}
	
		#cal a {
			display: block;
			width: 100px;
			height: 27px;
			}
		
		#cal a:hover {
			background-image: url('../images/nav/cal2.gif');
			}
			
#class {
	background-image: url('../images/nav/class1.gif');
	width: 121px;
	height: 26px;
	position: absolute;
	left: -80px;
	}
	
		#class a {
			display: block;
			width: 121px;
			height: 26px;
			}
		
		#class a:hover {
			background-image: url('../images/nav/class2.gif');
			}
			
#test {
	background-image: url('../images/nav/test1.gif');
	width: 131px;
	height: 27px;
	position: absolute;
	top: 275px;
	left: 10px;
	}
	
		#test a {
			display: block;
			width: 131px;
			height: 27px;
			}
		
		#test a:hover {
			background-image: url('../images/nav/test2.gif');
			}
			
#staff {
	background-image: url('../images/nav/staff1.gif');
	width: 142px;
	height: 26px;
	position: absolute;
	top: 320px;
	left: 5px;
	}
	
		#staff a {
			display: block;
			width: 142px;
			height: 26px;
			}
		
		#staff a:hover {
			background-image: url('../images/nav/staff2.gif');
			}
			
#student {
	background-image: url('../images/nav/student1.gif');
	width: 190px;
	height: 25px;
	position: absolute;
	top: 360px;
	left: 5px;
	}
	
		#student a {
			display: block;
			width: 190px;
			height: 25px;
			}
		
		#student a:hover {
			background-image: url('../images/nav/student2.gif');
			}
			
/*END NAVIGATION*/
/*CONTENT*/

#content {
	width: 824px;
	height: auto;
	background-color: #d3d7f1;
	position: absolute;
	top: 288px;
	left: 200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	}
	
		#content h1, h2, h3 {
			margin: 7px;
			}
			
		#content h2 {
			font-size: 21px;
			}
			
		#content h3 {
			font-size: 16px;
			padding-bottom: 25px;
			}
		
		#content h4 {
			margin-top: 0px;
			}

.box {
	margin-bottom: 75px;
	font-size: 14px;
	width: 390px;
	height: 190px;
	padding: 10px;
	}



/*Drop down menu*/
	
#drop {
	position: absolute;
	top: 215px;
	left: -15px;
	z-index: 1;
	}	
			
		#drop ul {
			list-style-type: none;
			position: absolute;
			left: 120px;
			width: 150px;
			}
	
		#drop ul .item {
			display: none;
			}
			
		#drop ul:hover .item {
			display: block;
			}
		
		#drop a {
			color: #ffffff;
			}
			
		#drop a:hover {
			color: #CCCCCC;
			}
			
		#drop li {
			padding-left: 10px;
			}
			
.item {
	background-color: #192c6b;
	font-size: 18px;
	padding-bottom: 5px;
	}
			
#bottom {
	background-image: url('../images/bottom.png');
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 56px;
	width: 100%;
	}
	
.bullet {
	list-style: none;
	}
	
.bold {
	font-weight: bold;
	}
	
table {
	margin-left:10px;
	margin-top:30px;
	margin-bottom:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-collapse:collapse;
	}
	
td {
	padding: 10px;
	padding-right:20px;
	}

.date {
	font-weight:bold;
	}
	
.cellcolor1 {
	background-color:#dcd1b3;
	}
	
.cellcolor2 {
	background-color:#c3b48a;
	}
	
	
#quotes {
	position:relative;
	width: 80%;
	margin: 30px;
	}
	
#picDiv{
	margin-top:50px;
	margin-bottom:50px;
}

.quoted {
	font-style:italic;
	}