html, body {
	background: url(images/BG_page.gif) top left repeat-y;
	background-color: #006598;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.RightBack
{
	background-image: url(images/bg.GIF);
	background-repeat: repeat-x;
	left: 778px;
	position: relative;
	width: 100%;
	height: 600px;
}
/* Header Styles ----------------------------------------*/
.Header {
	background-image: url(images/BG_header.jpg);
	background-color: #F3DB26;
	background-repeat: no-repeat;
	height: 101px;
	width: 100%;
	position: relative;
}
.Logo
{
	left: 0px;
	width: 223px;
	position: absolute;
	top: 0px;
	height: 101px;
	z-index: 1;
}
/* Footer Styles ----------------------------------------*/
.Footer {
}
.BottomLinks {
	text-align: center;
	margin-top: 12px;
}
/* NavArea Styles ---------------------------------------*/
.TopNavArea
{
	left: 585px;
	background-image: url(images/top_navback.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 27px;
}
.NavArea
{
	background-image: url(images/navback.jpg);
	background-repeat: repeat-x;
	top: 47px;
	margin-left: 223px;
	height: 27px;
	position: relative;
}
.NavItem {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	width: 110px;
	padding: 7px 0px 7px 0px;
}
/* Content Styles ---------------------------------------*/
.ContentArea
{
	background-image: url(images/shaddow.jpg);
	background-repeat: no-repeat;
	MIN-HEIGHT: 100%;
	left: 0px;
	vertical-align: top;
	padding-top: 11px;
	width: 604px;
	position: absolute;
	height: 100%;
	background-color: #ffffff;
	text-align: left;
}
.Content {
	position: relative;
	top: 0px;
	font-size: 10px;
	color: #006699;
	width: 604px;
	text-align: left;
	float: left;
}
.Billboard 
{
	width: 600px;
	height: 221px;
}
.RegContentBlock
{
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	width: 584px;
	height: 100%;
}
.BottomContentBlock
{
	padding-right: 10px;
	background-position: center bottom;
	padding-left: 10px;
	background-image: url(images/bottom_back.gif);
	padding-bottom: 20px;
	width: 584px;
	background-repeat: no-repeat;
	height: 115px;
}
.ContentBar
{
	margin-top: 10px;
	background-image: url(images/content_bar.jpg);
	color: #FEE497;
	text-indent: 10px;
	font-size: 14px;
	font-weight: bold;
	width: 598px;
	height: 27px;
}
.ButtonList
{
	PADDING-LEFT: 10px;
	MARGIN-LEFT: 10px;
}

.Title
{
	font-size: 12px;
	font-weight: bold;
}
/* Side Area Styles -------------------------------------------*/
.SideArea {
	position: absolute;
	top: 100px;
	left: 605px;
	text-align: left;
	width: 173px;
	vertical-align: top;
}
.Do
{
	position: relative;
	top: 21px;
	left: 5px;
}
.Are
{
	position: relative;
	top: 15px;
	left: 5px;
}
.CourseListArea
{
	background-color: #F6D652;
	position: relative;
	top: 27px;
	font-size: 10px;
	color: #02376B;
	left: 5px;
	width: 163px;
	height: auto;
}
.CourseList
{
	padding: 5px 0px 0px 8px;
}
/* Form Styles ------------------------------------------*/
.FormTitle
{
	border: #ffffff 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	width: 100px;
	color: #003366;
	height: 40px;
	background-color: #cccccc;
	text-decoration: none;
}
.FormOption
{
	padding-left: 5px;
	border: #ffffff 1px solid;
	width: 464px;
	height: 40px;
	background-color: #f3f3f3;
}
.TextBox
{
	border-right: 0px solid;
	border-top: 0px solid;
	font-size: 10px;
	border-left: 0px solid;
	color: #000066;
	border-bottom: 0px solid;
	width: 90%
}
.InputTextBox
{
	font-size: 10px;
	width: 200px;
	color: #000000;
	border: #cccccc 1px solid;
}

.DropBox {
	font-size: 10px;
	color: #000000;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
/* Link Styles ------------------------------------------*/
A:link {	
	text-decoration: none;
	color: #0069AA;
	font-size: 10px;
}		
A:visited {	
	text-decoration: none;
	font-size: 10px;
	color: #0069AA;
}				
A:hover {	
	text-decoration: none;
	font-size: 10px;
	color: #000000;
}
A.SideLink:link {
	font-size: 10px;
	color: #0069AA;
	text-decoration: none;
}
A.SideLink:visited {
	font-size: 10px;
	color: #0069AA;
	text-decoration: none;
}
A.SideLink:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
/* Image Styles -----------------------------------------*/

/* Extra Styles -----------------------------------------*/
.HLink
{
	cursor: pointer;
}
