/* CSS Document */

/* Color Scheme */

body {
	background: #f7ebf7}
#container, #cu-banner, #cu-search a, #navigation, #navigation a, #footer {
	background-color:black;
	color:white}
#tf-banner {
	background-color:white;
	height:245px;
	color:black}
#column {
	background-color:white;
	color:black}
h1, a {
    text-decoration: none;
	color:#095859;
	font-weight: bold}
#content {
	/*background-color:#98CCF0;*/
	color:black}
#navigation a {
	text-decoration: none;
	font-weight: bold;}
#cu-banner a:hover, #navigation a:hover {
	background-color:#555555;
	color: white;
	font-weight:bold}
a:visited {
	color:#556c87;
	font-weight:normal}
#column {
	font-size: 90%}
#column h3 {
	background: #8a3348;
	color: white;
	font-weight: bold}

/* Positioning, padding, margins, borders, etc. */

#tf-banner h1 {
	margin: 10px 0px 0px 0px;
	padding-top: 55px;
/*	padding-left: 20px;*/
    margin-left: 180px;
	border-top: 1px;
}

#dates {
	margin: 0;
	padding: 10px 20px;
	margin-left: 200px;
	text-indent: 1em;}
