body
{
	background-color:#9c9c9c;
}

#main
{
	width:813px;
	position:absolute;
	left:50%;
	margin-left:-407px;
}

#main div.title
{
	width:813px;
	height:215px;
	background-image:url(../images/chi-title.png);
}

h2.hide
{
	display:none;
}

b
{
	font-weight:bold;
}

strong
{
	font-weight:bold;
}

#main div.middle
{
	overflow:auto;
	width:779px;
	padding:2px 18px 2px 16px;
	background-image:url(../images/chi-middle.png);
	background-repeat:repeat-y;
	font:9pt verdana,sans-serif;
}

div.images
{
	width:190px;
	float:right;
	overflow:auto;
}

div.maincontent
{
	width:580px;
	text-align:justify;
}

div.chibox
{
	width:484px;
	min-height:150px;
	padding-left:96px;
	background-image:url(../images/chi.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:justify;
	padding-bottom:5px;
	border-bottom:1px solid #999;
	margin-top:8px;
}

div.chibox.noborder
{
	border:none;
}


hr
{
	background-color:#871108;
	width:576px;
	height:2px;
	border:0px;
}

div.chibox2
{
	width:486px;
	min-height:150px;
	padding-right:95px;
	background-image:url(../images/chi.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:justify;
}

p
{
	text-align:inherit;
	margin-bottom:6px;
}
div.topbar
{
	width:771px;
	padding:4px 4px;
	height:17px;
	background-color:#871108;
	color:white;
	margin-top:2px;
	margin-bottom:5px;
}

#main div.bottom
{
	width:813px;
	background-image:url(../images/chi-bottom.png);
	height:28px;
	background-repeat:no-repeat;
}

div.boxout
{
	width:190px;
}

div.boxout div.t
{
	width:190px;
	height:13px;
	background-image:url(../images/boxout-top.png);
	background-repeat:no-repeat;
	padding:0px;
}

div.boxout div.m
{
	width:176px;
	padding:0px 7px;
	background-image:url(../images/boxout-middle.png);
	background-repeat:repeat-y;
	font:8pt verdana,sans-serif;
}

div.boxout div.m ul
{
	list-style-type:none;
	margin-left:1px;
}

div.boxout div.m ul li
{
	line-height:17pt;
}

div.boxout div.b
{
	width:190px;
	height:13px;
	background-image:url(../images/boxout-bottom.png);
	background-repeat:no-repeat;
}


h2
{
	font:14pt verdana,sans-serif;
	color:#525252;
}

h3
{
	font:9pt verdana,sans-serif;
	color:black;
	font-weight:bold;
	/*line-height:13pt;*/
}


#footer
{
	text-align:center;
	font:13pt verdana,sans-serif;
	color:#c1271c;
}

#footer a
{
	color:black;
}

a
{
	color:#c1271c;
	text-decoration:none;
}

ul
{
	list-style-type:circle;
	margin-left:20px;
}

table.form th
{
	text-align:right;
	padding:5px;
	font-weight:bold;
}

table.form td
{
	padding:5px;
}

/* Booking Stuff */

table.schedule th
{
	text-align:center;
}

table.schedule tr.week td.day.one
{
	background-color:#f2f2f2;
}

table.schedule tr.week td.day.two
{
	background-color:#d4d4d4;
}

table.schedule tr.week td.day
{
	width:77px;
	height:77px;
	vertical-align:top;
	font-size:8pt;
	padding:1px;
}

table.schedule tr.week td.day div img
{
	vertical-align:middle;
}

table.schedule tr.week td.day .time
{
	font-weight:bold;
}

table.schedule tr.week td.day .booked
{
	font-variant:italic;
}

table.schedule td div.date
{
	background-color:#666;
	color:white;

	text-align:left;
	padding:2px;

}

table.classlist
{
	border-collapse:collapse;
}

table.classlist td
{
	border:1px solid black;
	padding:3px;
}

