body,
html {
	margin:0;
	padding:0;
	background-color:#ffffff;
	color:#000000;
}
body {
	min-width:1091px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a:link,
a:visited {
	color: #4885E6;
	text-decoration: none;
}
a:hover {
	color: #FF4D33;
	text-decoration: underline;
}
h5 {
	font-size: 110%;
}
ul {
	list-style-type: square;
	text-align: left;
}
#wrap {
	margin:0 auto;
	width:1091px;
}
#header {
	background:#ffffff url(../images/headerBg.gif) top left repeat-x;
}
#main {
	float:left;
	width:766px;
	padding: 5px;
	border: 1px solid #999999;
}
#sidebar {
	float:right;
	width:300px;
	padding: 5px;
}
#footer {
	width: 766px;
	padding-top: 10px;
	text-align: center;
	clear:both;
}
#footer p {
	margin:0;
}
.titleRight {
	float: right;
	height: 3px;
	background-color: #CCCCCC;
	font-size: 5%;
}
.titleLeft {
	height: 3px;
	background-color: #D22700;
	width: 100%;
	font-size: 5%;
}
.pageTitle{
	font: bolder normal 130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
table.header {
	border-width: 1px;
	border-spacing: 0px;
	border-color: #999999;
	border-style: solid;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
table.header td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	background-color: #FFFFFF;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.schedule{
	border-width: 1px;
	border-spacing: 0px;
	border-color: #333333;
	border-style: solid;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
}
table.schedule th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-style: #333333;
	border-bottom-width: 3px;
	background-color: #FFFFCC;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
}
table.schedule td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-style: #333333;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
}
.tdSide {
	text-align: right;
	width: 110px;
	vertical-align: top;
	font-weight: bold;
}
.scheduleTopic {
	color: #D22700;
	font-weight: bold;
}
.anchorRight {
	color: #FFFFFF;
	background: #CCCCCC;
	float: right;
	width: 95%;
	border-left: 2px solid #FFFFFF;
	vertical-align: middle;
	height: 18px;
	text-align: right;
}
.anchorLeft {
	color: #FFFFFF;
	background: #D22700;
	text-align: left;
	width: 100%;
	vertical-align: middle;
	height: 18px;
}
a.anchr:link,
a.anchr:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.anchr:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.boldFont {
	font-weight: bold;
	font-size: 130%;
}
div.bgShade {
	background-color: #EEEEEE;
	
}
table.bgShade {
	width: 100%;
	border: 1px solid #666666;
}
table.bgShade td {
	background-color: #EEEEEE;
	padding: 2px;
}
table.bgShade th {
	background-color: #FFFFCC;
	border-bottom: 3px solid #666666;
	padding: 2px;
}
.topAlign {
	vertical-align: top;
	text-align: left;
}