/* CSS For top menu*/
#nav, #nav ul {
	float: left;
	list-style: none;
	/*line-height: 1em;*/
		padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	padding: 0px 5px;
	border-right: #000000 1px solid;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	/*border-left:#776337 2px solid;
	border-right:#776337 2px solid;
	border-bottom:#776337 2px solid;*/
	background-color: #bbbf9c;
	margin: 0;
}

#nav li li {
	padding: 0;
	width: 120px; 
}
#nav li ul a {
	padding: 3px 10px;
	width: 120px;
	border-right: none;
	* html width: 100px;
}

#lastitem a {
border: none;
}

#nav a:hover{
background-color:#9F8854;
}

/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */

	
/*end top nav css	*/
body {
	background-color: #8c9163;
	text-align:center;
}

#content {
	clear: left;
}


div#main   {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	border: #776337 2px solid;
	background-color:#e0cca2;
	text-align:left;
	}
	
#content td {
	padding-left:12px;
	padding-right:12px;
	vertical-align:top;
	}
	
#photocap 	{
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:10px;
	letter-spacing:.1em;
	}
	
.navbar {
	background-color:#bbbf9c; 
	border-top:#776337 1px solid;
	}
	
.navbar a {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	}

.navbar a:hover {
	color:#993333;
	}
	
.faculty1 {
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:10px;
	letter-spacing:.1em;
	float:left;
	padding: 5px;

}

.faculty2 {
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:10px;
	letter-spacing:.1em;
	float:right;
	padding: 5px;

}

.clearing {
float: left;
clear: both;
border-bottom: #776337 2px solid;
}

.clearing2{
float: left;
clear: both;
}

.schedule{
	border: #776337 1px solid;
}

#footer p	{
	margin-top:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	letter-spacing:.1em;
	color:#000000;
	}
	
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
H1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:1px;
	color:#776337;
	}
	
a 	{
	color:#993333;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover	{
	color:#2a4608;
	}
