body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
}
body,p,td,th {
	font-size:small;
}
#content table {
	border-width: 0 0 0 0;
    border-spacing: 0;
    border-collapse: collapse;
}
td ,th  
{
    margin: 0;
    padding: 6px;
    border-width: 0 0 0 0;
}
th.borderme  
{
    padding: 4px;
}
div,a,p,td,h1,h2,#menu ul,#submenu ul,#footer ul {
	margin:0px;
	padding:0px;
} 
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-image: url(/assets/images/back.gif);
	background-repeat: repeat-y;
}
.topshadow {
	width:1000px;
	background-image: url(/assets/images/shadowtop.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:16px;
	display:block;
}
.bottomshadow {
	width:1000px;
	background-image: url(/assets/images/shadowbottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:16px;
	display:block;
}
#columns {
	width:902px;
	margin-left:auto;
	margin-right:auto;
}
#submenu {
	width:240px;
	padding-top:10px;
	float:right;
}
#submenu img.timetables {
	margin-left:-5px;
}
#submenu h1 {
	color: #5C5666;
	font-size:x-large;
	margin-bottom:10px;
}
#submenu h2 a {
	color: #5C5666;
	font-size:small;
	text-decoration:none;
}
#submenu p a {
	color: #282262;
	font-size:small;
	text-decoration:none;
}
#submenu ul {
	margin-left:20px;
}
#submenu ul li {
	color:#282262;
}
#submenu ul li a {
	color: #5C5666;
	text-decoration:none;
}
#submenu ul li a:hover {
	color: #282262;
}
#content {
	width:652px;
	float:left;	
}
#content h1 {
	color: #5C5666;
	font-size:xx-large;
	font-weight:bolder;
	margin-top:5px;
	margin-bottom:15px;
}
#content p {
	margin-bottom:15px;
	font-size:small;
	color:#282262;
}
#content input,#content textarea {
	width:300px;
}
.banner {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #94C643;
	padding-top:10px;
	margin-top:10px;
	padding-bottom:10px;
}
.infobar {
	font-size:8pt;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	padding-right:2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #94C643;
}
#menu {
	width: 910px;
	/*font-size:small;
	font-weight:bold;
	display:block;*/
	margin-left:auto;
	margin-right:auto;
}/*
#menu ul {
	margin:0px;
}
#menu ul li {
	list-style:none;
	display:inline;
}
#menu ul li a {
	display:block;
	float:left;
	width:132px;
	height:25px;
	padding-top:8px;
	text-align:center;
	background-image: url(/assets/images/middle.png);
	margin-right:3px;
	color:#FFFFFF;
	text-decoration:none;
}
#menu ul li a.normal1 {
	width:112px;
	background-image: url(/assets/images/left.png);
}
#menu ul li a.normal2 {
	width:112px;
	background-image: url(/assets/images/right.png);
	margin-right:0px;
	background-position: right 0px;
}
#menu ul li a.selected1 {
	width:112px;
	background-image: url(/assets/images/left.png);
	background-position: left -33px;
}
#menu ul li a.selected2,#menu ul li a.normal2:hover {
	width:112px;
	background-image: url(/assets/images/right.png);
	margin-right:0px;
	background-position: right -33px;
}
#menu ul li a:hover,#menu ul li a.selected {
	background-position: left -33px;
}*/
#header {
	background-image: url(/assets/images/topimage.jpg);
	height: 345px;
	width: 972px;
	display:block;
}
#header .search {
	float:right;
	margin-right:35px;
	margin-top:300px;
}
#container {
	width:972px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	margin-bottom:20px;
	clear: both;
	font-size:11px;
	width:902px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
hr {
	color: ##94C643;
	background-color: #CF4054;
	height: 2px;
}
/* CALENDAR */

/* Sunday, Monday, Tuesday... */
th.dayName {
	/*font-size: x-small;*/
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #3D3570;
}
/* the 'day number' band */
td.dayNumber {
	background-color: #CCCCCC;
	/*font-size: x-small;*/
	font-weight: bolder;
	color: #282262;
}
/* the 'day number' band of current day */
td.todayNumber {
	background-color: #555555;
	/*font-size: x-small;*/
	font-weight: bolder;
	color: #FFFFFF;
}
/* cell for an event */
td.event {
	background-color: #CCCCCC;
}
/* cell for no event */
td.noEvent {
	background-color: #CCCCCC;
}
/* cell for current day */
td.todayEvent {
	background-color: #EEEEEE;
	border: 1px solid #555555;
}
/* formatting for text of an event */
p.event
{
	text-align: center;
}
/* formatting for text of an event on current day */
p.eventToday
{
	text-align: center;
	font-weight: bold;
}

/* JUMP TABLE */

/* normal cell */
td.jumpTableMonth {
	/*font-size: x-small;*/
	background-color: #CCCCCC;
}
/* normal cell hover */
td.jumpTableMonthHover {
	background-color: #BBBBBB;
}
/* current month view */
td.jumpTableThisMonth {
	/*font-size: x-small;*/
	font-weight: bold;
	background-color: #282262;
	color: #FFFFFF;
}

/* LINKS */

/* JUMP TABLE */

/* Normal */
a.jumpTableMonthLink:link {
	/*font-size: x-small;*/
	color: #282262;
	text-decoration: none;
}
/* Visited */
a.jumpTableMonthLink:visited {
	/*font-size: x-small;*/
	color: #282262;
	text-decoration: none;
}
/* Hover */
a.jumpTableMonthLink:hover {
	/*font-size: x-small;*/
	color: #282262;
	text-decoration: none;
}

/* CALENDAR */

/* Normal */
a.eventLink:link {
	/*font-size: x-small;*/
	color: #282262;
	text-decoration: none;
}
/* Visited */
a.eventLink:visited {
	/*font-size: x-small;*/
	color: #282262;
	text-decoration: none;
}
/* Hover */
a.eventLink:hover {
	/*font-size: x-small;*/
	color: #282262;
	text-decoration: none;
	text-align: center;
}
input.button {
	width:150px;
	background-color:#3C3470;
	color:#FFFFFF;
}
