body {
	margin : none;
	background : white;
	text-align : center;
}

table#mainTable {
	width : 1000px;
	margin : 10px auto;
	color : #5a5a5a;
}

table#mainTable td#navCell {
	font : 40px Verdana, Arial;
	color : #FFCC33;
	padding : 10px;
	text-align : left;
}

table#mainTable td#navCell a {
	color : #990000;
	text-decoration : none;
	padding : 2px;
}

table#mainTable td#navCell a:hover {
	background : #990000;
	color : white;
	text-decoration : none;
	padding : 2px;
}

table#mainTable td#mainCell {
	text-align : left;
	font : 16px Trebuchet MS, Verdana, Arial;
	vertical-align : top;
	padding : 0px 30px 0px 10px;
}

table#mainTable td#mainCell h3 {
	font-size : 22px;
	color : #5a5a5a;
	line-height : 30px;
	background : #f5f5f5;
	padding : 5px;
}

table#mainTable td#mainCell blockquote {
	color : #990000;
}

table#mainTable td#mainCell div#message {
	background : #990000;
	color : white;
	font-weight : bold;
	padding : 4px;
	font-size : 16px;
	text-align : center;
}

table#mainTable td#mainCell table.scheduleTable td.headerCell {
	background : #6a6a6a;
	color : white;
	font-size : 20px;		
}

table#mainTable td#mainCell table.scheduleTable td.infoCell {
	color : #3a3a3a;
	font-weight : bold;
}

table#mainTable td#mainCell table.scheduleTable a {
	font-size : 12px;
}
		
table#mainTable td#rightCell {
	font-size : 11px;
	color : black;
	font-family : Trebuchet MS;
	text-align : left;
	vertical-align : top;
}

table#mainTable td#mainCell input {
	background : #F2DCAC;
	color : #990000;
	font-size : 14px;
	padding : 3px;
}

table#mainTable td#mainCell div.adminSubheader {
	margin-top : 5px;
	padding : 5px;
	color : black;
	text-decoration : underline;
}

table#mainTable td#mainCell p {
	padding-left : 5px;
}

table#mainTable td#mainCell div.adminItem {
	padding : 10px;
	margin-bottom : 10px;
	font-size : 12px;
	color : black;
	text-decoration : none;
}

table#mainTable td#mainCell div.idPartition {
	background : #7a7a7a;
	padding : 5px;
	color : white;
}

table#mainTable td#mainCell div#adminNav {
	padding : 5px;
	margin : -10px 0px 15px;
	font-size : 11px;
}

#hideMe {
	display : none;
}
