@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #00C;
	border: thin none #FF3;
}
#navbar {
	background-color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
	color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	height: 25px;
	background-image: url(Images/navbar_gradient.gif);
	width: 780px;
	text-align: center;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#navbar ul li {
	list-style-type: none;
	display: inline;
}
#navbar ul li a {
	text-decoration: none;
	color: #006;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	border: medium groove #2C86F6;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #F8F8F8;
}
#navbar ul li a:hover {
	color: #000;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: medium groove #00C;
	font-weight: normal;
	background-color: #F6F1AB;
}
#navbar ul li a:active {
	color: #000;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: thin inset #00C;
	font-weight: normal;
	background-color: #CCC;
}

#container  {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFF;
	border-top-width: 6px;
	border-right-width: medium;
	border-bottom-width: 6px;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CC0;
	border-bottom-color: #999;
	border-left-color: #CC0;
} 
#header  {
	background-color: #FF6;
	width: 780px;
	padding: 0;
} 
.ActiveLink {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #00F;
	font-size: small;
	text-decoration: none;
	font-weight: lighter;
	background-color: #FF6;
}
.ImageCaption {
	font-family: "MS Serif", "New York", serif;
	font-size: x-small;
	font-style: normal;
	color: #039;
}



#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#Map {
	width: 150px;
	float: left;
	background-color: #CCC;
}





#mainContent  {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-color: #00C;
	border-top-color: #039;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: small;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
} 


#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #006;
	width: auto;
	background-color: #FF9;
	padding-left: 10px;
	padding-right: 0px;
	height: 30px;
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #30F;
	border-right-color: #30F;
	border-bottom-color: #30F;
	border-left-color: #30F;
}
#sidebar1  {
	width: 164px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 6px;
	float: left;
}
#sidebar1 a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #006;
	font-size: small;
}
#sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #003;
}
#sidebar1 a:hover {
	background-color: #FF6;
}


#sidebar1 ul {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: small;
	padding-right: 0px;
	padding-left: 0px;
	width: 140px;
	position: static;
}
#sidebar1 ul li {
	list-style-type: none;
	display: list-item;
	padding-left: 20px;
	margin: 0px;
}
#sidebar1 ul li a {
	text-decoration: none;
	color: #006;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #F8F8F8;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
}
#sidebar1 ul li a:hover {
	color: #000;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: medium groove #00C;
	font-weight: normal;
	background-color: #F6F1AB;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	background-color: #FFF;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	color: #999;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	height: 25px;
	background-image: url(Images/navbar2_gradient.gif);
	text-align: center;
	clear: both;
}
#footer p {
	font-size: small;
	color: #F4F4F4;
}
#copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #CCC;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#footer ul li {
	list-style-type: none;
	display: inline;
}
#footer ul li a {
	text-decoration: none;
	color: #006;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	border: medium groove #2C86F6;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #F8F8F8;
}
#footer ul li a:hover {
	color: #000;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: medium groove #00C;
	font-weight: normal;
	background-color: #F6F1AB;
}
.NavBarActiveLink {
	color: #000;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: medium groove #00C;
	font-weight: normal;
	background-color: #FF6;
}
#PDF {
	background-color: #CCC;
	height: 800px;
	width: 100%;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: large;
}
#mainContent  h3 {
	font-size: small;
}
#Outline {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
#StaffDirectory {
	background-color: #F8F8F8;
}
#StaffDirectory a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #003;
	text-decoration: none;
}
#StaffDirectory table tr th {
	color: #000;
	background-color: #CC9;
}
#StaffDirectory a:hover {
	background-color: #FFC;
}
.StaffName {
	background-color: #FF9;
}
#StaffDirectory .StaffName a:hover {
}
#AlmaMater {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-align: center;
}
.WhiteOnBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #F4F4F4;
	background-color: #03F;
}
.BlueonGold {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #00F;
	font-size: small;
	text-decoration: none;
	font-weight: lighter;
	background-color: #FF6;
}
.EventHeadline {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: small;
	line-height: 25px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
}
#sidenotices1 {
	width: 164px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#sidenotices1 h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-weight: bold;
	color: #003;
	top: 0px;
	position: relative;
	border: 2px solid #603;
}
#sidenotices1 h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	font-weight: bold;
	color: #006;
	text-decoration: underline;
}
#sidenotices1 a {
	font-size: small;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#weather {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	margin: 20px;
	padding: 0px;
	text-align: center;
}
#weather table {
	background-color: #FFC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#weather table td {
	border: 1px solid #00C;
}
.CalendarBackground1 {
	background-color: #FFC;
}
.CalendarBackground2 {
	background-color: #DEEFEF;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #666;
}

