/* Hides from IE5-mac \*/
* html #nav, #content {height: 1%;}
/* End hide from IE5-mac */ 



body	{
	margin:		0;
	padding:	0;
	font : 10px/16px verdanna, arial, helvetica, sans-serif;
	color:	#446308;
	background: url(images/score.gif)
	}


blockquote , UL , OL , DL , LI , P , B, td {
font : 10px verdana, arial, helvetica, sans-serif;
color : #446308;
}

#wrapper {
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	}
	
#sidenav {
	position: relative;
	z-index: 100;
	float: left;
	}
	
#content {
	background: white url(images/logosmall.gif) 2px 2px  no-repeat;
	position: relative;
	margin-left: 120px;
	margin-right: auto;
	padding: 20px 20px 0 122px;
	font: 10px verdana, arial, helvetica, sans-serif;
	line-height: 20px;
	color : #446308; 
	border: 3px ridge silver;
	z-index: 50;
	}

#content p {
	font: 10px verdana, arial, helvetica, sans-serif;
	line-height: 16px;
	color : #446308; 
	}
	
#content.faculty h2 {
	text-align: right;
	Padding: 15px 10px 20px 0;
	}
	
.photocap  {
	width: 305px;
	margin: auto;
	padding-top: 10px
	}
	
.photocap p {
	text-align: left;
	text-style: italic;
	}
	
/*NavigationCSS*/

#nav {
		float: left;
		position: relative;
		margin-top: 20px;
		background: #DDBF3F;
		border-left: 1px solid black;
		border: 1px solid black;
		}

#nav, #nav ul { /* all lists */
		padding: 4px 0 2px 4px;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
#nav li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : -2px;
		width: 11em;
	}
	
#nav li ul { /* second-level lists */
		width: 11em;
		position : absolute;
		left: -999em;
		margin-left : 10em;
		margin-top : -4.4em;
		z-index: 100;
	}
	
	
#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : #394901;
		font-weight : bold;
		text-decoration : none;
		padding : 1em 0.5em;

	}

#nav li ul a { /* second-level lists */
	padding: .4em;
	background: #DDBF3F;
	}
	
	
	
#nav li a:hover {
	color : #607b02;
	font-weight : bold;
	text-decoration : underline;
	}
	
#nav li:hover ul ul,  #nav li.sfhover 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 { /* lists nested under hovered list items */
		left: auto;
	}



	
A:link {
color : #394901;
text-decoration : none;
font-weight : bold;
}

A:visited {
color : #9e8202;
text-decoration : none;
font-weight : bold;
}

A:active {
color : #9e8202;
text-decoration : underline;
font-weight : bold;
}

A:hover {
color: #607b02;
font-weight: bold;
text-decoration: underline;
}	
	


TD.A:hover {
color: #607b02;
font-weight: bold;
text-decoration: underline;
}	


STRONG , B {
font-weight : bold;
color: #446308;
}

td {
font: 12px verdana, arial, helvetica, sans-serif;
color: #446308;
}

td.txt {
font: 12px/16px verdana, arial, helvetica, sans-serif;
color: #446308;
}

.footer {
font: 10px/14px verdana, arial, helvetica, sans-serif;
color : #000066;
text-align: center;
}


h1	{
	font-size:	18px;
	line-height: 22px
	}
h2	{
	font-size:	16px;
	line-height: 20px
	}
h3	{
	font-size:	14px;
	line-height: 18px
	}
h4, h5	{
	font-size:	12px;
	line-height: 16px
	}
	
h1, h2, h3, h4, h5, h6	{
	margin:	0 0 0 0;
	font-family:	verdana, arial, helvetica, sans-serif;
	color: #D2AA00;
	background: transparent;
	}

td.h1, td.h2, td.h3, td.h4, td.h5, td.h6	{
	margin:	0 0 0 0;

	font-family:	verdana, arial, helvetica, sans-serif;
	color: #D2AA00;
	background: transparent;
	}

td p.fptext {
	margin-top: 0;
	padding-left: 10px;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 0;
	padding-bottom: 1em;
	color: red;
	}

img.facultypic {
	float: left;
	border: 1px black solid;
	margin: 15px 10px 12px 0;
	}

#footer {
	margin-top: 6px;
	text-align: center;
	font-size: .9em;
	padding: 10px 0 10px 0;
	border-top: 1px gray dotted;
	}
