﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #F2F2F2;
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	padding: 0px;
	font-size: 0.8em;
}
#container {
	border-right: 3px solid #D7DCDF;
	border-bottom: 3px solid #D7DCDF;
	border-left: 3px solid #D7DCDF;
	background-color: #006847;
	background-image: url("../images/leftphoto.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#masthead {
	background-color: #FFFFFF;
	padding: 15px;
}
#navigation {
	margin-left: 160px;
	background-color: #CE1126;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#html> #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: large;
}
#column_right {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: medium;
}
#footer {
	background-color: #FFFFFF;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding-bottom: 10px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #CE1126;
}
#navigation li {
	float: left;
	background-color: #CE1126;
}
#navigation a {
	color: #FFFFFF;
	background-color: #CE1126;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #006847;
	border: 1px solid #DCDBE0;
}
#column_right p {
}
#column_right a {
	text-decoration: underline;
}
#column_right a:hover {
	text-decoration: underline overline;
	color: #CE1126
}
h1 {
	font-size: xx-large;
	color: #006647;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	font-size: x-large;
	color: #ce1126;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: large;
	color: #006847;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h4 {
	font-size: large;
	color: #CE1126;
	text-align: center;
}
a {
	color: #006847;
	text-decoration: underline;
}
a:hover {
	color: #CE1126;
	text-decoration: underline overline;
}
#footer p {
	margin: 0;
	font-size: 0.8em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #ce1126;
}
#footer a {
	color: #FFFFFF;
	background-color: #CE1126;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	background-color: #006847;
}
.signature {
	font-family: "Lucida Handwriting";
	font-weight: normal;
	color: #ce1126;
	font-size: large;
}
.bullet {
	list-style-image: url('../clipart/blueCircles.gif');
}
.tableEntry {
	border-style: solid;
	border-width: .5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.tableDefinition {
	border-style: solid;
	border-width: .5px;
}
.byLine {
	text-align: center;
	color: #CE1126;
	font-size: medium;
}
.tableHeader {
	border-style: solid;
	border-width: .5px;
	text-align: center;
	background-color: #DCDBE0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tableUICSchedule {
	border: 0px solid #99ccff;
}
.tableNoBorders {
	width: 51px;
	border-bottom-style: none;
	border-bottom-width: 1px;
}
.tableDays {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	background-color: #99CCFF;
	text-align: center;
}
.tableCourse {
	text-align: center;
	border-style: solid;
	border-width: .5px;
	color: #0000FF;
}
.tableOfficeHours {
	text-align: center;
	border-style: solid;
	border-width: .5px;
	color: #FF0000;
}
.tableHours {
	border-style: solid;
	border-width: .5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tableBorders {
	border-style: solid;
	border-width: .5px;
}
.blockQuote {
	margin-left: 40px;
}
.center {
	text-align: center;
}
.boldArial {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tableItalics {
	border-style: solid;
	border-width: .5px;
	font-style: italic;
}
