* {
	padding: 0px;
	margin: 0px;
	border-bottom-style: none;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #2f2f2f;
    font: normal 12px "trebuchet ms", "Lucida Grande", "Verdana", sans-serif;
    color: #006633; 
    line-height: 1.6em;
}    
h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet ms", "arial", "tahoma", "verdana", sans-serif;
	font-weight:bold;
	color: #669999;
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 12px;
	border-right-width: thin;
}
h1 {
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 0.005em;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.7em;
	letter-spacing:-0.06em;
	color:#006600;
}
h6 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.005em;
	line-height: 1.19em;
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
	list-style-type: square;
}
#wrapper {	
  margin: 0 auto;
	width: 720px;
	padding: 6px;
	margin-bottom: 20px;
	border-right: solid 4px #d4cdba;
	border-bottom: solid 4px #d4cdba;
	border-left: solid 4px #d4cdba;		
	background-color: #fff
}
#footer {
	background: #BFDDED no-repeat left top;
	padding-top: 8px;
	margin-top: 15px;
	color: #6e6e6e;
	font-size: 10px;
	text-align: center;
}
a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background: yellow;
}
blockquote {
  width: 97%;
  margin-left: 0px;
  background-color : #BFDDED;
  font-family: Verdana, sans-serif;
  color: black;
  font-size: 15px;
  line-height: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.bigspecial a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 1px;
	color: #0000FF;
	text-decoration:none;
}
.bigspecial a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 1px;
	font-weight: bold;
	text-decoration:none;
}
.bigspecial a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: red;
	background: #FFFF99;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 1px;
	text-decoration:none;
}

/*-  images
----------------------------------------------------------------------*/
#main img {
	padding: 0px;
}

/**********************************************************************/
/*  navigation                          														  */
/**********************************************************************/

#scrollArea {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	font-weight : bold;
	line-height: 1.6em;
	text-decoration:none;
	width: 159px;
    height: 94px;
    border-color: #6699cc;
    background-color: #6D8BAD;
    border-width: 1px;
    border-style: solid;
    float: left;
    overflow: auto;
}
#scrollArea a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    color: white;
	font-weight : bold;
	line-height: 1.6em;
	text-decoration:none;
	border: none;
}
#scrollArea a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    color: white;
	font-weight : bold;
	line-height: 1.6em;
	text-decoration:none;
	border: none;
}
#scrollArea a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #FFFF99;
	color: blue;
	font-weight : bold;
	line-height: 1.6em;
	text-decoration:none;
	border: none;
}

#subnav {
	margin-left: 4px;
	_margin-left: 1px; /* IE hack */
}

#nav_wrapper {
	margin: 3px 0 0 0;
	height: 68px;
}

ul#nav {
	list-style: none;
	padding-right: 4px;
}

ul#nav li {
	position: relative;
	float: left;
	padding-right: 1px;
}

ul#nav li.last {
	padding-right: 0px;
}

/* dropdown menus */
#nav li ul {
  z-index: 99;
	display: none;
	position: absolute;
	top: 12px;
	left: 0;
	_top: 61px; /* IE hack */
	list-style:none;
	margin:0 0 0 -1px;
	background-color: #2f2f2f;
	width: 162px;
	text-align:left;
	border: solid 1px #fff;
}

#nav li ul li {
	margin: 0;
	padding: 0;
	font-weight: normal;
	float: none;
	border:none;
	height: 17px;
	_margin-bottom: -3px; /* IE hack */
}

#nav li > ul {
	top: 61px;
	left: auto;
}

#nav li:hover ul, #nav li.over ul {	
	display: block;
	z-index:99;
}

#nav li a {
	display: block;
}

#nav li ul li a:hover {
	background-color: #797979;
	text-decoration: none;  
}

/**********************************************************************/
/*  sections                            														  */
/**********************************************************************/

#featured_alumni {
}

#place {
margin-top: -1px;
}

#section_image {
	float: right;
}

#section_image img {
	background-color: #fff;
	border: solid 1px #cacaca;
	padding: 4px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#front_content {
	margin-top: 1px;
	background: #BFDDED;
}

#content {
	margin-top: 20px;
	background: #fff repeat-y left top;
}

#main {
	width: 375px;
	float: left;
	padding: 0 20px;
}

#right_info {
	width: 120px;
	float: right;
	padding: 0 10px;
}

#sidebar {
	float: left;
	width: 161px;
}

#events {
	float: left;
	width: 142px;
	margin-left: 1px;	
	padding: 0 10px;	
}

#onthescreen {
	float: left;
	width: 536px;
	margin-left: 1px;	
	padding: 0 10px;	
}

/**********************************************************************/
/*  misc		  		                            											  */
/**********************************************************************/

.clearer {
	clear: both;
}

.rollover1 a {
display:block;
width: 180px;
height: 59px;
border: none;
margin-left: -2px;
padding:10px 0px 11px 0px;
background: url("/images/rollover-image3.jpg") 0 0 no-repeat;
}
.rollover1 a:hover { 
background-position: 0 -80px;
color: #049;
border: none;
}
.rollover1 a:active {
background-position: 0 -80px;
color:#ffffff;
border: none;
}

.rollover2 a {
display:block;
width: 180px;
height: 59px;
border: none;
margin-left: -2px;
padding:10px 0px 11px 0px;
background: url("/images/rollover-image4.jpg") 0 0 no-repeat;
}
.rollover2 a:hover { 
background-position: 0 -80px;
color: #049;
border: none;
}
.rollover2 a:active {
background-position: 0 -80px;
color:#ffffff;
border: none;
}

.rollover3 a {
display:block;
width: 180px;
height: 59px;
border: none;
margin-left: -2px;
padding:10px 0px 11px 0px;
background: url("/images/rollover-image5.jpg") 0 0 no-repeat;
}
.rollover3 a:hover { 
background-position: 0 -80px;
color: #049;
border: none;
}
.rollover3 a:active {
background-position: 0 -80px;
color:#ffffff;
border: none;
}

.rollover4 a {
display:block;
width: 180px;
height: 59px;
border: none;
margin-left: -2px;
padding:10px 0px 11px 0px;
background: url("/images/rollover-image6.jpg") 0 0 no-repeat;
}
.rollover4 a:hover { 
background-position: 0 -80px;
color: #049;
border: none;
}
.rollover4 a:active {
background-position: 0 -80px;
color:#ffffff;
border: none;
}

.notice {
	font-size: 14px;
	font-weight: bold;
	color: #41B032;
	padding: 5px 0;
	border-top: solid 1px #41B032;
	border-bottom: solid 1px #41B032;	
	margin-bottom: 20px;
}
#error {
	padding: 5px 0;
	border-top: solid 1px #c00;
	border-bottom: solid 1px #c00;	
	color: #c00;
}

#error h4 {
	color: #c00;
	font-weight: bold;
	font-size: 12px;
}

#error ul {
	margin-left: 10px;
}

img.bio {
	margin-right: 10px;
	float: left;
}

.instructor_block {
	margin-bottom: 25px;
}

 .datatable {
width:  560px;
margin-left: -2px;
margin-top: -3px;
border: 0;
padding: 2px;
}
