/* structure--------------------------------- */

html {height: 100%;}

body { 
	height: 100%; 
	margin: 0px 0px 10px 0px;  
	padding: 0px;   
	color: #333;  
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	text-align: center;
/*	background: #ffffff url("../images/background2.gif") repeat-x; */
	} 

	
td {
	vertical-align: top;
	}
	
body,td,th {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
.style2 {font-size: 10px} 

.facultyTitle {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px
}

div.return a:link            { color: white; text-decoration: none } 
div.return a:active         { color: white; text-decoration: none } 
div.return a:visited        { color: white; text-decoration: none } 
div.return a:hover         { color: white; text-decoration: underline }  

hr {
	height: 1px;
	color: #bbb;
	}

div.clearer {clear: both; height: 0;}
	
/* Layout Formatting Containers --------------------------------- */

#container {
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	}

#pageBody { 
	width: 800px;    
	border-left: 1px solid #CCCCCC;  
	border-right: 1px solid #CCCCCC;
/*	background: #fff url("../images/navborder.gif") repeat-y; */
	}
		
/* Page Banner --------------------------------- */

#banner {
	height: 50px;
	padding: 0px;
	width: 100px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	}
	
	
#topNav {  
	
	height: 26px;
	text-align: right;
	}
	
#siteTitle {  
	height: 152px;
	padding: 4px 0px 0px 0px;
	}



/* Left Navigation Bar--------------------------------- */

#leftnav {
	float: left;
	width: 150px;
	text-align: left;
	background-color: white;
	}

#leftnav ul {
	list-style-type: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;  
	font-weight: bold;
	color: #900;
	padding: 30px 0px 0px 0px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	}

#leftnav li {
	margin: 0;
	padding: 10px 0px 5px 10px;
	border-top: 1px solid #ccc;
    }	

#leftnav a, #leftnav a:visited{
	font-size: 12px; 
	text-decoration: none;
	color: #666;
	}

#leftnav a:hover, a:active {
	color: #999;
	}

#leftnav p {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 2em;
	}

#leftnav a.navon, #leftnav a.navon:visited {
	color: #900;
}

#seal {
	position: relative;
	width: 159px;
	margin: 30px auto 0px;
	}
	
#seal a {
	display: block;
	width: 150px;
	}
	

/* Page Bodytext--------------------------------- */


	
#bodyText {
	float: left;
	width: 620px;
	height: 100%;
	margin:0px;
	border-left: 1px solid #ccc;
	font-size: 12px;
	background: white;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#bodyText p {  
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	}

	
#bodyText li {  

	padding: 3px 5px;

	}	
		
#bodyText h1 {  
	font-family: Georgia, Times, serif;  
	font-weight: normal;  
	font-size: 185%;  
	color: #990000;  
	margin: 12px 0px 10px 0px;  
	}
	
#bodyText h2 { 
	font-family: Georgia, Times, serif;
	font-weight: bold;  
	font-size: 130%;  
	color: #990000;
	padding: 0;
	margin: 0;
	}
	
#bodyText h3 { 
	font-family: Georgia, Times, serif;
	font-weight: bold;  
	font-size: 120%;  
	color: #000;
	padding: 0;
	margin: 0;
	}
	
#bodyText h4 {  
  	font-weight: bold;   
	}
	
#bodyText a {
	text-decoration: underline;
	color: #333;
	}
#bodyText a:visited {
	color: #306;
	}
	
#bodyText a:hover {
	color: #999;
	}

/* Page Footer --------------------------------- */

#footer {   
	background:#900;  
	color:#fff;
	width: 100%;
	font-size: 11px;  
	line-height: 13px;  
	text-align: center;  
	padding: 3px 0px 3px 0px; 
	margin: 0px 0px 12px 0px;
	}
	
#footer a:link, #footer a:visited {  
	padding:0 5px;
	font-weight:bold;  
	color:#fff;  
	text-decoration: none;  
	}
	
#footer a:hover {
	text-decoration: underline;  
	}
	
#style1 {
	font-size: 9px;
	color: #999999;
}

#style1 a:link{
	font-size: 9px;
	color: #999999;
}

#style1 a:visited{
	font-size: 9px;
	color: #999999;
}

/* Copyright Line--------------------------------- */

#copyright {  
	clear: both;  
	background:#fff;  
	color:#000000;
	width: 100%;
	font-size: 11px;  
	line-height: 13px;  
	text-align: center;  
	margin: 0px 0px 25px 0px;
	}
	
#copyright a:link, #copyright a:visited {  
	padding: 0 2px;
	font-weight: normal;  
	color: #000000;  
	text-decoration: underline;  
	}
	
#copyright a:hover {
	color: #666666;  
	}	
	
programList {
	list-style-type: lower-alpha;
}

