/* CSS Document */

body {
	background-color:#CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-image: url(bkgnd.gif);
	background-repeat: repeat-y;
	background-position:center;
	}

#header {
	background-color: #000000;
	padding: 5px;
	border-bottom: 2px solid #000000;
	color: #FFFFFF;
	}
	
#container {
	width: 760px; 
	min-height: 100%;
	margin: 0px auto 0px auto; 
	text-align:left;
	}
	



#leftnav {
	text-align:left;
	float: left; 
	width: 200px; 
	margin: 0px; 
	padding: 10px 5px 5px 10px;
	}
	
#content {
	margin-left: 220px; 
	margin-bottom:0px;
	padding: 20px 10px 5px 10px;
	}
 
 

#content a {
	text-decoration:none;
	font-weight:bold;
	color: #00483c;
	}
	
#content a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #00483c;
	}

#leftnav a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	
#leftnav a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	}
	
#footer{ 
clear: both; 
height: 5%; 
border-top: 1px solid green; 
padding: 0; 
margin: 0; 
}
	
/* Image Formatting */

.floatright {
	float:right;
	margin: 0 10px 10px 10px;
	}
	
.floatleft {
	float:left;
	margin: 0px 10px 10px 10px;
	}
	
#title {
	font-size: 18px;
	font-weight:bold;
	}

.smallcaps {
font-variant:small-caps;
}

h4 {
	font-size: 16px;
	font-weight:bold;
	}


	
.student {
	font-weight:bold;
	color:990000;
	}




