@charset "utf-8"; /* based on the twoColFixLtHdr.css template */
body  {
	background: #666666;
	margin: 0; /*good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /*centers the container in IE 5*. Text is set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	color: #5E9EB7;
}
h1, h2, h3, h4 ,h5 {
	color: #6F7CF7;
	margin-bottom: 3px;
}
p  {
	margin-bottom: 10px;
	font-size: 90%;
}
td {
	vertical-align: top;
}
#currentevents {
	border: 1px solid #5E9EB7;
	padding: 2px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#currentevents h4 {
	color: #77798B;
}
#currentevents h3 {
	background-color: #FFFFFF;
	position: absolute;
	left: 25px;
	top: -25px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #77798B;
	font-size: 1em;
	width: auto;
}
#currentevents img {
	margin: 5px;
}

#pastevents {
	border: 1px solid #5E9EB7;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pastevents h4 {
	color: #77798B;
	margin-top: -5px;
	font-weight: normal;
	margin-bottom: 2px;
}
ul.pastNav {
	padding-left: 0px;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E9EB7;
}
.pastNav li {
	list-style: none;
	float: left;
	margin-right:  2px;
	background-color: #FFF;
	background-image: url(images/right_side.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.pastNav a {
	display: block;
	background-image: url(images/left_side.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.pastNav a:visited {
	color: #CC66FF;
}
.pastNav a:hover {
	color:#FFFF00;
}
#container { /* originally had the definition .twoColFixLtHdr #container */
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333333;
	background-color: #FFFFFF;
} 
#container #mainContent p { /* originally had the definition .twoColFixLtHdr #container */
	margin-top: 0px;
}
#header { /* originally had the definition .twoColFixLtHdr #container */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 115px;
	background-color: #FFFFFF;
} 
#header h1 { /* originally had the definition .twoColFixLtHdr #container */
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	word-spacing: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar1 { /* originally had the definition .twoColFixLtHdr #container */
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 0px;
	padding-left: 14px;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#mainContent { /* originally had the definition .twoColFixLtHdr #container */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: -30px;
}
#maincontent a {
	padding-left: 22px;
	margin-left: 10px;
}
#mainContent li {
	font-size: 90%;
} 
#mainContent a[href^='http://'] {
    background: url(images/globe.png) no-repeat left top;
	padding-left: 20px;
	margin-left: 1px;
}
#mainContent a[href^='mailto:'] {
    background: url(images/email.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 1px;
}
#mainContent a[href$='.pdf'] {
    background: url(images/acrobat.png) no-repeat left top;
	padding-left: 20px;
	margin-left: 1px;
}
#footer  { 
	margin-right: 20px;
	margin-left: 14px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #5E9EB7;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without margin collapse issues */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 12px;
}
.fltrt { /* this is used to float an element right in page. Floated element precedes the element it should be next to on page. */
	float: right;
	margin-left: 8px;
	clear: right;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /*placed on div or break element-should be final element before the close of a container that fully containsfloat */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bluebackground {
	color: #FFFFFF;
	background-color: #5E9EB7;
}
#nextgroup {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 5px;
}
#nextgroup a{
	font-weight: bold;
	color: #5E9EB7;
}
#nextgroup p {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 1px;
	padding-bottom: 1px;
}
#nextlecture, #nextvisit, #nextstudy {
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	padding: 5px;
	border: 1px solid #B0CDED;
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
}
.nextimage {
	border: 1px solid #B0CDED;
}
.lecturetable {
	margin-top: -26px;
	margin-left: -22px;
	width: auto;
}
#news {
	border: 1px solid #B0CDED;
	float: right;
	margin-right: 15px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#gallery {
	color: #000000;
}
#gallery .figure {
	float: none;
	margin: 10px;
	vertical-align: top;
	display: inline-block;
}

#gallery .figure .photo {
	background-image: url(images/Logos/drop_shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#gallery .figure p {
	font-size: 90%;
	text-align: center;
	margin-top: 10px;
}
#gallery .figure h5 {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}
#gallery .figure .photo img {
	border: 1px solid #8DA6CF;
	padding: 4px;
	background-color: #FFFFFF;
	position: relative;
	left: -5px;
	top: -5px;
}
#links {
	background-position: center;
}
#links a {
	font-size: 14px;
}
.phighlight {
	font-weight: bold;
	color: #77798B;
}
#colgrp3 {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#colgrplecture3, #colgrpvisit3, #colgrpstudy3 {
	width: 250px;
	padding: 5px;
	border: 1px none #B0CDED;
	float: left;
	height: 230px;
	margin-left: 5px;
}

