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


#wrapper {
	width: 850px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
	
	#head {
		width: 850px;
		height: 160px;
		top: 0px;
		left: 0px;
		position: absolute;
	}
	
	#nav {
		width: 850px;
		height: 25px;
		background-color: #B8BCB0;
		position: absolute;
		top: 160px;
		left: 0px;
		padding-top: 10px;
	}
	
		#nav a {
			color: #9F2F3D;
			font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
			text-align: center;	
			width: 140px;
			display: inline;
			float: left
		}
		
		#nav ul {
			height: 25px;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#nav li a {
			float: left;
			list-style: none;
			width: 140px;
		}
		
		
		#applyonline a {
			right: 12px;
			top: 0px;
			width: 141px;
			height: 25px;
			position: absolute;
			background-color: #95A6B7;
			color: #FFFFFF;
			font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
			text-align: center;	
			padding-top: 10px;
		
		}
		
	#content {
		top: 195px;
		left: 0px;
		position: absolute;
		
		width: 850px;
		height: 392px;	
	}
	
		#text {
			float: left;
			width: 183px;
			height: 392px;
			padding-left: 10px;
			padding-right: 10px;
			background: #f0e9db
		}
		
		#hometext {
			float: left;
			width: 183px;
			height: 392px;
			background: #f0e9db;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		#image {
			float: right;
			width: 635px;
			border-right: 12px #C7BEAE solid;
			height: 392px;
			z-index: 1;
		}
		
		#text ul {
			font-family: "Times New Roman", Times, serif;
			font-size: 12px;
			margin-left: 10px;
			padding-left: 10px;
			list-style:  circle;
			line-height: 12px;	
		}
		
		#content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
		}
		
		#content a:link, a:visited, a:active {
			color: #9f2f3d;
			text-decoration: none;
		
		}
		
		#announcements {
	width: 198px;
	height: 39px;
	bottom: 0px;
	position: absolute;
	background-color: #C7BEAE;
	left: 0px;
	padding-left:5px;
		}
		
	#footer {
		top: 587px;
		left: 0px;
		position: absolute;
		background-color: #95A9A8;
		background-image: url(graphics/template/footer.jpg);
		background-repeat: no-repeat;
		height: 70px;
		width: 850px;
		margin-bottom: 10px;
	
	}
	
	
h3 {
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	color: #9F2F3D;
}

.uppertext {
	font-size: 16px;
	font-weight: bold;

}

.redtext {
	color: #9F2F3D;
}

h4 {
	padding: 5px;
	color: #988D33;
	text-align: justify;
}

.bottomdirections {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
