* {
	margin:0;
	padding:0;}

body {
	font:80%/1.5 Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #f8edc7 url(images/bodybg.gif) repeat-x left top;
	text-align: center;
	min-width: 830px;		
	}

table {
	margin: auto;
	padding: 6px;
}



a {
	color: #77ADE3;
	}
	
a:hover {
	color: #C5823E;
	text-decoration: none;
	} 
	
ol {
	margin-left: 30px;
	}
ul {
margin-bottom: 1em;
margin-top: 1em;
}

#container {
	width: 830px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
		
#header {
	width: 330px;
	list-style:none;
	margin:0 0 0 500px;
	padding:0;
	}
	
#header li {
	display: inline;
	}
	
#header a {
	display:block;
	padding: 0 .8em;
	text-decoration:none;
	line-height:35px;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	display:inline;
	}
	
#header a:hover {
	color:#8ab8e7;
	}

#subcontainer {
	clear:both;
	background: #FFFFFF;
	}

#banner {
	width:830px;
	height: 245px;
	background: transparent url(images/banner.jpg) no-repeat;
	}
	
#menu	{
	width: 200px;
	height: 476px;
	font-weight: bold;
	padding: 0;
	margin-top: 7px;
	margin-left: 6px;
	text-align: left;
	float: left;
	background: #e6eff9;
	border-top: 1px dotted #2d2c65;
	border-bottom: 1px dotted #2d2c65;
	border-right: 1px dotted #2d2c65;
	border-left: 1px dotted #2d2c65;
	}

#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
	width: 200px;
  }
  
#menu li {
    position: relative;
	z-index: 10000;
  }
  
#menu li ul {	
	position: absolute;
	left: 200px;
	top: 0;
	display: none;
	background-color: #e6eff9;
	border-top: 1px dotted #2d2c65;
	border-right: 1px dotted #2d2c65;
	border-left: 1px dotted #2d2c65;
	z-index: 10000;
  }
  
#menu li.acrobat {
	background: url(/css/images/file_acrobat.gif) no-repeat 95% 50%;
  }
  
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #2a5b7f;
	background: #transparent;
	padding: 4px;
	padding-left: 20px;
	border-width: 0;
	border: 1px dotted #2d2c65;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font-size: .9em;
	font-weight: bold;
	}
#menu ul li a.emptylink {
	color: #666;
	}
	
#menu ul li a:hover {
	display: block;
	background: transparent url(images/arro.gif) no-repeat 0% 50%;
	}
#menu ul li a.emptylink:hover {
	background-image: none;
	}
	
#menu ul li a:active, #menu ul li a.activeLink {
	background: url(images/arro.gif) no-repeat 0% 50%;
	color: #C5823E;
	border-right-width: 0px;
	}
	
#menu li.callout {
	margin: 14px;
	padding: 0 5px;
	border: 1px dotted #2d2c65;
	background-color: #F8EDC7;
}

#menu li.callout a {
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
}

#menu li.callout a:hover {
	display: inline;
	border: none;
	background: none;
}

#menu li a.callout {
	display: inline;
	width: 70px;
	float: right;
	border: none;
	border-bottom: 1px dotted #2d2c65;
	padding: 4px 0;
	padding-right: 16px;
	color: #ae7337;
}

#menu li a.callout:hover {
	display: inline;
	background: none;
}
	
	
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */
#menu li:hover ul, #menu li.over ul { 
	display: block; }
#menu li:hover ul, li.over ul{ display: block; }
	

/* Fix IE. Start hiding from IE Mac \*/
* html #maincontent {
	height: 1%;
	}
/*Stop hiding from IE Mac */

#maincontent {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 221px;
	margin-right: 15px;
	border-left: 1px dotted #f2b86d;
	min-height: 450px;/* TO CLEAR NAVBAR--I think*/
	padding: 0px 20px 10px 20px;	
	}
	
#maincontent p {
	font-size: 1em;
	line-height: 20px;
	margin-bottom: 1em;
	}
	
#maincontent ul {
	padding-left: 30px;
	position: relative;
	z-index: 1;
	}
	
#maincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #C5823E;		
	margin-bottom: .5em;	
	}
	
#maincontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C5823E;			
	}	
	
#maincontent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;	
	border-bottom: 1px dotted #2d2c65;
	color: #77ADE3;
	}
	
#maincontent h5 {
	margin-top: 6px;
	padding-bottom: 0;
	font-size: 12px;
}

#maincontent .what {
	position: absolute;
	left: 14em;
}

/*Styles for pseudo table for use in program of events*/
#maincontent .event {
	width: 550px;
	border-bottom: 1px dotted #2d2c65;
	position: relative;
	}

/*Start hiding from IE Mac \*/
* html #maincontent .event .what {
	height: 1%;
	}
/*Stop hiding from IE Mac */

#maincontent .event .what, #maincontent .event .when, #maincontent .event .expand {
	display: block;
	}

#maincontent .event .when {
	width: 175px;
	float: left;
	height: 100%;
	}
	
#maincontent .event .what {
	position: relative;
	margin-left: 175px;
	left: 0;
}

#maincontent .event .expand {
	width: 350px;
	float: left;
	height: 100%;
	}

/* Fix a quirky IE Bug that makes bullets appear at the bottom of any li */
#maincontent .event .what ul li {
	float: none;
}

#footer {
	width:830px;		
	clear:both;
	background: #8ab8e7;
	margin: 0px;
	padding: 0;
	min-height: 10px;
		
	}
	
#footer2 {
	clear:both;
	margin: 0px;
	padding: 0px;
	background: #2d2c65;
	text-align: center;
	min-width: 830px;
	height: 8px
				
	}
	
.tableBorder {
	border: 1px #F8EDC7 solid;
	}
	
#table_padding td{
	padding: 5px; 
	}

#faculty img {
	float: right;
	margin: 0 0 10px 10px;
	}	

#faculty p {
	clear: right;
	border-top: 1px dotted #2d2c65;
	padding-top: 10px;
	}
	
blockquote {
	padding-left: 2em;
	padding-right: 2em;
	}
blockquote p, blockquote ul {
	color: #666 !important;
	}
	
	
.maps {
	width: 237px;
	margin-left: 30px;
	float: right;
}

.doctor {
	width: 260px;
	margin-left: 100px;
	text-align: center;
	float: left;
}
.doctor img, .maps img	{
	padding: 5px;
	background-color: white;
	border: 1px solid #f2b86d;
	}
table#program td {
	vertical-align: top;
	padding: 5px;
	}

table#program td.time {
	width: 140px;
	}
table#program th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #2d2c65;
	color: #77ADE3;
	padding-top: 2em;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#countdown1, #countdown2 {
	border-bottom: dotted #8685B6 1px; 
	background-color: #E6EFF9; 
	padding:0 20px 7px;
	color: #BF2A4E;
	text-align:left;
	margin-top: 5px;
	font-size: 0.9em;
	font-weight:bold;
}

#weather {
	padding: 10px 0 10px 10px;
	border-bottom: dotted #8685B6 1px; 
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
<!-[if IE 7]>
.clearfix {display:inline-block;}
.clearfix {display:block;}
<![endif]->
	