@charset "utf-8";
/* CSS Document */

body {
	font-family:Final Frontier, Georgia, "Times New Roman", Times, serif;
	background-color:#CCF;
	color:#006;
	margin-top:20px;
}
a:link, 
a:active, 
a:visited {
	color:#600;
}
h1, h2, h3 {
	padding:0;
	margin:0;
}
h1 {
	color:#a32431;
	font-size:1.25em;
}
h2 {
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
}
p {
	font-size:1em; 
}
img {
	border:0;
}
img.floatRight {
	float:right;
	clear:right;
}
img.floatLeft {
	float:left;
	clear:left;
	padding:5px;
}
.red {	
	color:#A81423; 
}
hr {
	color: #993333;
	background-color: #993333;
	height: 1px;
}

#wrap {
	margin:0 auto;
	width:770px;
}
#nav {
	width:90px;
	float:left;
	text-align:center;
	margin-right:10px;
}
#nav img {
	padding-bottom:15px; 
}
#navfooter {
	text-align: center;
	line-height: 14px;
	color: #4923B7;
	font-size: 12px;
}
#header {
	background-color: #CCF; 
	padding: 10px 0px; 
	margin-bottom: 25px;
	text-align:left;
	border-bottom: thin #5374A9 solid;
}
#header h1 {
	display:inline;
}
#content {
	position:relative;
	width:645px;
	float:right;
	border-left: medium #933 solid;
	padding:10px;
	background:url(../images/bg.jpg) bottom right no-repeat;
}

#content #home_logo {
	float:left;
	width:420px;
	text-align:center;
}
#content #home_text {
	float:right;
	width:215px;
	font-size:.92em;
}
#content #home_text h1 {
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	color:#006;
}
#content #home_footer { 
	clear:both; 
}

#content #timetable td {
	width:100px;
	height:75px;
	text-align:center;
	vertical-align:middle;
}
#content #timetable td.leftCol {
	width:30px;
}
#content #timetable th {
	font-size:.8em;
}
#content #timetable .highlight {
	background-color:#8b5290;
}
#content #timetable a:link,
#content #timetable a:active,
#content #timetable a:visited {
	color:#006;
}
#content #newslettertext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.90em;
}
#content .note {
	border: #A81518 solid thin;
	padding:15px;
	text-align:center;
}
#content .profile {
	display:table;
	float:none;
	clear:both;
	padding:10px;
	height:260px;
}
#content .profile div {
	vertical-align:middle;
}
#content .profile img {
	display:table-cell;
	margin:5px;
}
#content marquee {
	color: #A81518; 
	font-family: Lucida Calligraphy;
	width: 655px;
	height: 26px;
}