@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	text-align: center;
}
#OuterShell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #e3e2de;
	width: 720px;
	height: 100%;
	border: 1px solid #bbbbbb;
}
#OuterShell .Header {
	height: 92px;
}
#OuterShell .TopNavigation {
	font-size: 14px;
	font-weight: bold;
	color: ffcc00;
	background-color: #008000;
	background-image: url(/images/nav/topnav_bg.gif);
	vertical-align: middle;
	height: 28px;
	text-indent: 10px;
}
#OuterShell .Title {
	height: 64px;
}
#OuterShell .Content {
	vertical-align: top;
}
#ContentShell {
	height: 100%;
	width: 100%;
}
.LeftNavTop {
	background-color: #cfcecc;
	background-image: url(/images/nav/leftnav_header_bg.gif);
	background-repeat: repeat-x;
	width: 125px;
}
.ContentTop {
	background-image: url(/images/nav/content_header_bg.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 595px;
	text-align: right;
}
.LeftNav {
	background-color: #cfcecc;
	background-image: url(/images/nav/leftnav_bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	word-spacing: 5px;
}
#OuterShell .Content #ContentShell .ContentMain {
	vertical-align: top;
	padding: 10px;
	font-size: 12px;
}
#OuterShell #ContentShell .FooterLeft {
	background-image: url(/images/nav/footer_left_bg.gif);
	background-color: #006700;
	background-repeat: repeat-x;
}
#OuterShell .FooterMain {
	background-image: url(/images/nav/footer_main_bg.gif);
	color: #ffcc00;
	text-align: center;
	padding: 3px;
	background-color: #008000;
	background-repeat: repeat-x;
	font-size: 10px;
}

.TopNavigation a {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

.TopNavigation a:hover {
	color: #FFFFFF;
}

.LeftNav a {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.LeftNav a:hover {
	font-weight: bold;
}

.FooterMain a {
	color: #FFCC00;
}

.CourseHighlight {
	background-color: #ffcc00;
	padding: 2px;
}

.DontKnowTopic{
	color: #008000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#DontKnowTopics {
	padding: 2px;
}

.DontKnowPhoto{
	text-align: center;
}

#DontKnowTopics tr td {
	vertical-align: top;
}

#DontKnowTopics .DontKnowText{
	font size: 11px;
	font-weight: normal;
	padding: 2px;
	border: thin solid #999999;
}

.errorText { 
	color:#FF0000;
}

.eventPassed {
	color: #777777;
	}

.SectionTitle {
	font-size: 14px;
	font-weight: bolder;
}
