@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
a:link img, a:visited img, a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* container */
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#container:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
/* header */
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/logo.jpg);
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #DB7FBE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#header p {
	margin: 0px;
	padding: 0px;
}
/* header */
#menu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/menuBar.jpg);
	text-align: center;
}
#menu:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#menu ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul li {
	display: inline;
	padding-left: 20px;
}
#menu .norm a:link, #menu .norm a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu .norm a:hover {
	color: #000;
}
#menu .current a:link, #menu .current a:visited {
	color: #000;
	text-decoration: none;
}
#menu .current a:hover {
	color: #000;
}
/* contentBG */
#contentBG {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 515px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/mainBG.jpg);
}
#contentBG:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
/* content */
#content {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 40px;
	font-size: 13px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#content h1 {
	font-size: 17px;
	color: #FF359A;
	margin-top: 0px;
	padding: 0px;
}
#content h2 {
	font-size: 14px;
	color: #FF359A;
	margin-top: 0px;
	padding: 0px;
}
#content p {
}
#content .imgRight {
	float: right;
	border: 1px solid #CC0066;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#content .imgLeft {
	float: left;
	border: 1px solid #CC0066;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#content .imgClass {
	border: 1px solid #CC0066;
	padding: 5px;
	margin: 5px;
}
#content a:link, #content a:visited, #content a:hover {
	font-weight: bold;
	color: FF359A;
	text-decoration: none;
}
/* content */
#contentRight {
	width: 220px;
	font-family: Tahoma, Geneva, sans-serif;
	float: right;
	height: 435px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #33358C;
	text-align: center;
}
#contentRight:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#contentRight h1 {
	font-size: 24px;
	color: #33358C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#contentRight h2 {
	font-size: 20px;
	color: #33358C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#contentRight h3 {
	font-size: 16px;
	color: #33358C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* footer */
#footer {
	width: 900px;
	height: 31px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/footerBar.jpg);
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #E4AAD2;
	font-weight: bold;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer ul li {
	display: inline;
	padding-left: 20px;
}
/* footer */
#credits {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
#credits:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#credits p {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
#credits a:link, #credits a:visited {
	color: #666;
	text-decoration: none;
}
#credits a:hover {
	color: #33358C;
}
#credits h1 {
	font-size: 17px;
	color: #FF359A;
	margin-top: 0px;
	padding: 0px;
}
/* Misc */
.flashRight {
	float: right;
	border: 1px solid #CC0066;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#botDetails {
	font-size: 20px;
	color: #DB7FBE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#botDetails a:link, #botDetails a:visited {
	font-size: 18px;
	color: #DB7FBE;
	text-decoration: none;
}
#botDetails a:hover {
	color: #33358C;
}
.bold {
	color: #FF359A;
	font-weight: bold;
}
.boldBlue {
	color: #33358C;
	font-weight: bold;
}
#timetable {
	font-size: 10px;
}
#classesTab {
}
#classesTab a:link, #classesTab a:visited, #classesTab a:hover {
	color: #FF359A;
	text-decoration: none;
}
#mainClasses {
	text-align: center;
}
#mainClasses a:link, #mainClasses a:visited, #mainClasses a:hover {
	color: #FF359A;
	text-decoration: none;
}
#search h1 {
	font-size: 9px;
	color: #999;
}