﻿/* Undo HTML */
ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, div, table, tr, td, tbody, thead, th {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-size: 1em;
}
table /*table, #header table, #main table, #sidebar table*/ {
	font-size: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}

body
{	
	background: url(../images/BlueDots.jpg);
}

#container
{
	width: 790px;
	text-align: left;
	margin: 5px auto 0;
}

#header
{
	background: #000 url(../images/Header.jpg) no-repeat;
	border: solid 5px #fff;
	height: 190px;
	width: 780px;
}

#footer
{
	height: 40px;
	color: #e3d6cd;
	text-align: center;
	padding: 10px;
	clear: both;
}

h1
{
	text-indent: -1000px;
}

#menuContent div.box
{
	margin: 0 5px 0 0;
	border: solid 5px #fff;
	width: 250px;
	height: 230px;
	float: left;
}

#menuContent div.lastbox
{
	margin-right: 0;
}

#twoColumn #menuContent div.box
{
	margin: 0 0 5px 0;
}

a:link img,
a:visited img
{
	border: 0;
	text-decoration: none;
}

#menu
{
	background-image: url(../images/PinkDots.jpg);
	background-repeat: repeat;
}

#twoColumn #menu
{
	float: none;
}

#menu li
{
	font-family: Pristina;
	font-size: 2.1em;
	color: #f2e6ef;
	list-style: none;
	margin-left: 50px;
	width: 180px;
	text-indent: 15px;
	border-bottom: dashed 1px #f2e6ef; 
}

#menu li a:link, #menu li a:visited
{
	text-decoration: none;
	color: #f2e6ef;
}

h2
{
	color: #553958;
	font-family: "Times New Roman", Times, _serif;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0.2em 0;
}

h3
{
	color: #553958;
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.4em 0 0.5em;
}

#content
{
	background-color: #efe6e1;
	margin: 5px 0;
	border: solid 5px #fff;
	width: 780px;
	min-height: 250px;
	clear: both;
}
* html #content {height: auto;}

#twoColumn #content
{
	clear: none;
	float: right;
	width: 515px;
	min-height: 475px;
}
* html #twoColumn #content {height: auto;}

#content
{
	overflow: hidden;
}

#menuContent
{
	margin: 5px 0 5px 0;
	width: 800px;
	float: none;
}

#twoColumn #menuContent
{
	margin-right: 5px;
	width: 250px;
	float: left;
}

#content p
{
	margin: 1em 0;
}

div.left
{
	width: 400px;
	float: left;
}

div.right
{
	float: right;
	width: 338px;
	padding-left: 15px;
	border-left: outset 2px white;
}

div.left div.alt
{
	background-color: #e3d6cd;
}

#content li
{
	margin-left: 20px;
	padding: 5px 0 0 0;
}

#content div.left img
{
	padding: 2px 10px 2px 2px;
	float: left;
}

#content a:link,
#content a:visited
{
	color: #121043;
	font-weight: bold;
}

div.leftBox img,
div.rightBox img
{
	width: 100px;
}

div.imageBox
{
	margin: 5px;
	padding: 2px;
}

div.leftBox {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: inset 2px #fff;
}

div.rightBox {
	float: right;
	padding-left: 15px;
	margin-left: 15px;
	border-left: outset 2px #fff;
}

table.timetable
{
	border: solid 1px #553958;
}

table.timetable th
{
	background-color: #e3d6cd;
}

table.timetable tr.alt
{
	background-color: #e3d6cd;
}

table.timetable td
{
	width: 13%;
}

table.timetable td.alt
{
	color: #553958;
	font-weight: bold;
	width: 9%;
}

b.alt
{
	color: #fff;
	background-color: #553958;
}

.largeImage
{
	border: 1px solid #553958;
	background-color: #efe6e1;
	position:absolute;
	left: 220px;
	top: 550px;
	height: 10px;
	height: auto;
	width: 275px;
}

.largeImage img
{
	margin: 10px;
}

.largeImage a
{
	float: right;
	margin-right: 110px;
	margin-top: 5px;
}