@charset "UTF-8";
body {
	background-color: #dddddd;
	margin:0px;
}
#masthead {
	z-index:1;
	

background-color: #006000;
	height: 88px;
	width: 770px;
	background-image:url(images/banner.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

#mast_buttons {
	position:relative;
	left:100px;
	top:0px;
}

#mast_buttons img {
	padding-left:15px;
	}

#campuspic {
	z-index:1;
background-color: #ffffff;
	height: 114px;
	width: 770px;
	background-image:url(images/campuspic.jpg);
	background-repeat:no-repeat;
	background-position:center;
}



#wrapper {
	margin: 0px;
	padding: 0px;
	width:770px;
}


#navigation {

	background-color: #B70606;
	width: 770px;
	height:31px;
}
.navitem {
	margin-top:0px;
	width:154px;
	height:31px;
	float:left;
	text-align:center;
}
.navitem a:link, .navitem a:visited {
display:block;
margin-top:0px;
line-height:31px;
height:31px;
	

color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	
}
.navitem a:hover, .navitem a:active {
	color:black;
	background-color:#c0c0c0;
}

#main_wrapper {
	width:770px;
	background-color:white;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #006000;
	border-bottom-color: #006000;
	border-left-color: #006000;	
	padding:0;
}


#main_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:0px;
}


#main_content h1 {
color: #006000;
}


#main_content a:link, 
#main_content a:visited {
	color:#006000;
	text-decoration:none;
	font-weight:bold;
}


#main_content a:hover, 
#main_content a:active {
	color:#B70606; text-decoration:underline
}





#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	float: none;
}


#logo_bottom {
	position:relative;
	top:87px;
	left:115px;
	height:16px;
	width:90px;
	background-image:url(images/logo_bottom3.gif);
	}
