body	{
	margin: 0;
	padding: 0;
	background-color: #FFFFCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 4px solid #FF0000;
	font-size: 1em;
}
#header	{
	height: 108px;
}
#header .rightimg	{
	float: right;
	margin-right: 2em;
	margin-top: 2px;
}
#header .leftimg	{
	float: left;
	margin-left: 2em;
	margin-top: 2px;
}
#header .logo	{
	text-align: center;
	margin-top: 15px;
	display: inline;
}
#header h1	{
	text-align: center;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #BF824A;
	margin-bottom: 0;
	padding-bottom: 0;
}
.border	{
	width: 100%;
	background-image: url(../images/border.gif);
	background-repeat: repeat-y;
}
#nav	{
	position: absolute;
	top: 139px;
	left: 0;
	width: 16em;
	background-color: #C58C5A;
}
#nav p	{
	font-size: 0.8em;
	color: #FFFFCC;
	line-height: 1.6em;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	border-top: 6px solid #DD0000;
}
#nav .last	{
	padding-bottom: 1em;
}
#nav ul	{
	list-style: none;
	margin-top: 15px;
	margin-left: 10px;
	padding-left: 10px;
	list-style-image: url(../images/bullet.gif);
	color: #FFFFCC;
}
#nav li	{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 0.7em;
	margin-left: 15px;
	padding-left: 10px;
}
#nav a:link, #nav a:visited	{
	text-decoration: none;
	color: #FFFFCC;
	background-color: transparent;
}
#nav a:hover	{
	color: #FFFFCC;
	text-decoration: underline;
}
#content	{
	margin-left: 18em;
	margin-right: 2em;
	margin-top: 1em;
}
h2	{
	font: 1em Arial, Helvetica, sans;
/*	color: #C58C5A;*/
	color: #DD0000;
	font-weight: bold;
	padding-bottom: 0.2em;
}
h3	{
	font: 1em Arial, Helvetica, sans;
	color: #333333;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}
#content p, li	{
	font-size: 0.9em;
	line-height: 1.4em;
/*	padding-left: 1.2em; */
}
.schedule	{
	margin-left: 20px;
}
#content a:link, #content a:visited	{
	text-decoration: none;
	color: #DD0000;
	background-color: transparent;
	font-weight: bold;
}
#content a:hover	{
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.rightimg	{
	float: right;
}
.leftimg	{
	float: left;
}
.clear	{
	clear: both;
}
#bigfoot	{
	border-top: 4px solid #DD0000;
	padding-top: 1em;
}
#bigfoot a:link, #bigfoot a:visited	{
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	color: #DD0000;
	background-color: transparent;
}
#bigfoot a:hover	{
	color: #DD0000;
	text-decoration: underline;
}
#content .copyright, #bigfoot .copyright	{
	font-size: 0.8em;
	line-height: 1.2em;
	color: #C58C5A;
}
#content .small	{
	font-size: 0.8em;
	line-height: 1.2em;
}
#content .rightimg	{
	font-size: 0.7em;
	line-height: 1.2em;
	clear: both;
}

#content .footer, #bigfoot .footer	{
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666666;
}
.center	{
	text-align: center;
}
#content .breadcrumb	{
	font-size: 0.8em;
	text-align: right;
	line-height: 1.2em;
	color: #DD0000;
}
.class, .perform	{
	border-bottom: 1px dashed #DD0000;
}
.topclass	{
	border-top: 1px dashed #DD0000;
	border-bottom: 1px dashed #DD0000;
}
