@charset "UTF-8";
/* CSS Document for Index.html */

body {
	margin:110px 20px 0px 20px;
	border:0px;
	padding:0px;
	font-weight:normal;
	}

	
#main {
	width:1024px;
	margin: 0px auto;
	
	}	
	
#line {
	margin:12px 0px 0px 0px;
	border:0px;
	height:1px;
	width:1024px;
	background-color:#5b5b5b;
}


#date {
	margin:18px 0px 0px 0px;
	font-size: 11px;
	font-family: arial, san-serif;
	color: #666b6f;
	letter-spacing:0.5px;
}

.announcements {
	margin:10px 0px 0px 0px;
	border:0px;
	width:1024px;
	font-family: times, georgia;
	font-size: 24px;
	font-weight:100;
	line-height: 30px;
	letter-spacing:0.08 em;
	color: #62676b;
}

.announcements a {
	text-decoration: underline;
	color: #62676b;

}


.nav {	
	position: relative;
	top: 50px;
	left:0px;
	font-size: 10px;
	line-height: 16px;
	font-family: arial, san-serif;
	letter-spacing:1px;
	}
	
.nav a {
	text-decoration: none;
	color: #666b6f;

}


.nav a:hover {
	text-decoration: none;
	color: #ffffff;

}


