/* CSS Document */


body {
	margin:5px 0px 0px 5px;
	}
	
body #navmenu ul li ul {display:none;}

#navmenu ul li:hover ul, #navmenu ul li ul:hover {display:block;}

#leftcontent {
	position: absolute;
/*	left:1%; original fluid, percentage */
/*	width:15%; original fluid, percentage */
/*	left:8px; at 800px wide */
/*	width:136px; at 800px wide */
	left:30px;
	width:120px;
	top:10px;
	background:#fff;
	}

#centerleftcontent {
	position: absolute;
/*	left:17%; original fluid, percentage */
/*	width:40%; original fluid, percentage */
/*	left:152px; at 800px wide */
/*	width:304px; at 800px wide */
	left:170px;
	width:550px;
	top:60px;
	background:#fff;
	padding:0 10px 0 10px;
	border-right:1px solid #cccccc;
	}

#centerrightcontent {
	position: absolute;
/*	left:58%; original fluid, percentage */
/*	width:25%; original fluid, percentage */
/*	left:464px; at 800px wide */
/*	width:200px; at 800px wide */
	left:750px;
	width:200px;
	top:60px;
	background:#fff;
	border-right:1px solid #cccccc;

	padding:0 10px 0 10px;
	}

		
p,h1,pre {
	margin:0px 10px 10px 10px;
	}
		
h1 {
	font-size:14px;
	padding-top:10px;
	}
	
h2 {
	font: 1.5em Verdana, "Arial", sans-serif; letter-spacing: 1px;
	}
	
h3 {
	font: bold 0.8em Verdana, Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase;
	}
	
h4 {
	font: bold 1.1em Verdana, "Arial", sans-serif; letter-spacing: 1px;
	}
	
p 	{
	font: 0.9em Georgia, "Times New Roman", serif; line-height: 1; color: #333; 
	}
	

#navbar {
	height: 2.4em;
	display:block;
	padding: 0 0 0 175px;
	background: #FBFAF4;
	border-bottom: 1.5px solid #666699;
	font: 16px Georgia, Times, serif; overflow: hidden;
	min-width: 1000px;
	}
		
#navbar li {
	float: left; padding: 0 23px 0 13px; margin-right: 5px;
  	/* background: url(/pix/diamond-black.gif) 100% 66% no-repeat;*/
	}
	
#navbar li a {
	display: block; padding: 0.75em 0 0.25em;
	text-transform: uppercase; color: #000;
	}
	
#navbar li {
	float:left;
	position:relative;
	list-style-type:none;
	/* background-color:#FFFFFF; 
	border-right:1px solid #FFFFFF;
	color: #FFFFFF; */
	}	
#navmenu ul li ul {
	margin:0;
	position:absolute;
	width:10em;
	left:-1px;
	}

#manmenu ul li ul li {
	width:100%;
	}
		
#navmenu ul li ul li:first-child {
	}
	
	
/* #navbar #feed {
	background: none;
	} */
	
#navbar a:hover,
  .students #navbar #students a,
  .facstaff #navbar #facstaff a,
  .policies #navbar #policies a,
  .about #navbar #about a,
  .contact #navbar #contact a,
/*  .feed #navbar #feed a {
	background: url(/pix/navbarlinkbg.gif) top left repeat-x; color: #555;
	}*/
	

#main {font-size: 0.88em;}
#main p {text-align: left; line-height: 1.8em; margin: 0 0 1em}

#content {padding: 0 25px 0 20px;}
#content .title {font: 1.8em Georgia, "Times New Roman", Times, serif; margin: 0 0 0.5em 0;}
.title {text-transform: none; letter-spacing:: 1px;}
.title a:link {color:#333366;}
.title a:hover, .title a:visited{color:#666699;}
.byline {font: italic 1.1em Times, serif; letter-spacing: 1px; margin: 0 0 1.5em;}
.byline a:link, .byline a:visited {font: bold 0.85em Verdana, sans-serif;
 text-transform: uppercase; letter-spacing: 2px;
 margin-left: 0.25em;}
.linklist a:link {color:#333366;}
.linklist a:hover, .title a:visited{color:#666699;}
.linklist {line-height:0.5em;}


#footer {clear: both; border: 1px solid #666699; border-width: 1px 0;
  margin-bottom: 3em; font-size: 0.85em;
  background: #FBFAF4 url(/pix/pixelstoprose.gif) 20px 50% no-repeat;}
#footer p {margin-left: 200px; padding: 1em 20px; border-left: 1px solid #666699;
  background: #FFF;}
#footer a:link, #footer a:visited {border-bottom-width: 0;}
#footer a:hover {border-bottom-width: 1px;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility:hidden;
	}
	
/* the following is a fix for IE Mac */
.clearfix {display:inline-block;}

/* This is the Holly hack for a bug in Windows IE6 */
* html .clearfix {height: 1%}
.clearfix {display: block;}

/* This is another fix for IE for the drop menu */
* html #navmenu ul li ul {
	/* border-top:1px solid #FFFFFF; */
	border-left:0px;
	}
	
	
	


