body {
  	min-width: 750px;  /* 2x (LN width + CC padding) + RN width */
	height: 100%;  
}
html {
	height: 100%;
}
/* styles for images that run the width of the CC */
.photo {  
	margin: 5px;
	width:inherit;
	
}
/* styles for images that do not run the width of the CC */
.smallphoto {  
	margin-right: 10px; 
	float: left;
}

#header {
	text-align:center;
	font-weight:bold;
	font-size:175%;
	color:#FFFFFF;
	background-color: #990000;
	height:120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* the basis for the three column design comes from http://www.alistapart.com/articles/holygrail */
#container {
	padding-left: 155px;   /* LN width */
  	padding-right: 200px;  /* RN width + CC padding */
	overflow: hidden;
	position:relative;
	min-height: 100%;
}
#container .column {
  	position: relative;
  	float: left;
	padding-bottom: 20010px;  /* X + padding-bottom */
  	margin-bottom: -20000px;  /* X */
}
#leftnav {
	width: 155px;
	margin-left: -100%;
	right: 185px;
	background-color: #F9B32F;
}
/*** IE6 Fix ***/
* html #leftnav {
  	left: 170px;           /* RN width */
}
/* the basis for the pop out menu styles comes from http://www.alistapart.com/articles/horizdropdowns/ */
/* styles for the leftnav column */
#leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 155px;
	color: #000000;
	background-color: #F9B32F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
/* style to position the menu items */
#leftnav ul li {
	position: relative;
}
/* styles to position and hide the sub menu items */
#leftnav li ul {
	position: absolute;
	left: 154px;
	top: 0;
	display: none;
}
#leftnav li:hover ul {
	display: block;
	background-color: #FFFFFF;
}
/*styles for menu items */
#leftnav ul li a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #000000;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: #F9B32F;
	border-color: #660000;
}
/* Fix IE. Hide from IE Mac \*/
* html #leftnav ul li { float: left; height: 1%;}
* html #leftnav ul li a { height: 1%; }
/* End */
#leftnav ul li a:hover {
	text-decoration: none;
	background-color: #FFDD97;
} 
/* hover styles */
#leftnav li ul li a { 
padding: 4px 10px; 
} 
/* sub menu styles */
#leftnav li:hover ul, li.over ul { 
	display: block;
	border-left: 1px solid #660000;
	font-size: 100%; 
}
/* styles for the rightnav column */
#rightnav {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 80%;
	background-color:#578200;
	width: 170px;          /* RN width */
  	margin-right: -100%;  
}
/* styles for rightnav links */
#rightnav a {
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bolder;
	display: block;
	padding: 3px;
	
}
#rightnav a:hover {
	text-decoration: underline;
}
/* styles for the content column */
#content {
	padding: 10px 15px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/* styles for the background boxes that hold content on the database, class projects pages */
#content .box {
	background-color: #FFDD97;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 5px;
	width: 95%;
	margin: 5px;	
}

/* styles for the database logo images */
.dbase {
	padding-right: 3px; 
	float: left;
	vertical-align:middle;
}
.resource {
	font-size:115%;
	text-align:center;
	border: 1px solid;
	padding: 4px;
	margin: 5px;
	list-style-type:none;
	border-color: #990000;
	text-align: center;
	width: inherit;
	text-decoration: underline;
	background-color: #F9B32F;
	background-position: center;
	list-style-position: outside;
	list-style-image: none;
}

#content a {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	border-color: #D4D0C8;
}
#content a:hover {
	color:#000000;
	text-decoration:underline;
}
#content li {
	list-style-type:disc;
	}
/*** IE Footer Fix ***/
* html body {
  	overflow: hidden;
}
/* styles for the footer wrapper, necessary to maintain the three column layout */
* html #footer-wrapper {
  	clear: both;
	float: left;
  	position: relative;
  	width: 100%;
  	padding-bottom: 10010px;
  	margin-bottom: -10000px;
  	background: #fff;         /* Same as body background */
}
#footer {
	clear: both;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight:bolder;
	text-align:center;
	width: 100%;
	background-color: #990000;
	border-color: #000000;
	border-top: 4px;
	position: relative;
	bottom: 0;
}
