﻿* {
	margin: 0px;
	padding: 0px;
}

body  
{
	font-family: Garamond, "Book Antiqua", "Times New Roman", serif; 
	background-color: #EBEBEB; 
	margin: 0 auto;
	width: auto;
	text-align: center;
	height: auto;
}

#wrapper {
	display: block;
	position: relative;
	width: 1000px;
	text-align: center;
	top: 0px;
	left: 0px;
	height: 540px;
}

/*****************************************************
******************************************************
definition information for header section
******************************************************
******************************************************/
#header
{
	display: block;
	position: absolute;
	top: 0px;
	width: 998px;
	height: 100px;
	left: 0px;
	background-color: white;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

#header_logo_part
{
	display: block;
	position: absolute;
	top: 0px;
	margin-left: 0px;
	width: 1000px;
	height: 88px;
	background-color: Red;
	border-bottom: 3px solid gray;
}

#header_logo
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 78px;
}

/*****************************************************
******************************************************
end of definition information for header section 
******************************************************
******************************************************/

/*****************************************************
******************************************************
definition information for titlebar section 
******************************************************
******************************************************/
#titlebar
{
	position: relative;
	top: 100px;
	width: 1000px;
	height: 50px;
	left: 0px;
	background-color: #587992;
	border-left: 1px solid #587992;
	border-right: 1px solid #587992;
	color: #ffffff;
}

#titlebar_left
{
	position: absolute;
	top: 0px;
	width: 790px;
	height: 30px;
	left: 0px;
	padding-top: 15px;
	padding-left: 40px;
	color: #ffffff;
	text-align: left;
}

#titlebar_right
{
	position: absolute;
	top: 0px;
	width: 150px;
	height: 40px;
	left: 835px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	color: #ffffff;
}
/*****************************************************
******************************************************
end of definition information for titlebar section 
******************************************************
******************************************************/

/*****************************************************
******************************************************
definition information for content section 
******************************************************
******************************************************/
#content
{
	position: relative;
	top: 100px;
	width: 998px;
	left: 0px;
	height: 395px;
	background-color: #ffffff;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

#content_left
{
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 327px;
	overflow: auto;
	white-space: normal;
	padding-bottom: 35px;
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #587992;
	border-bottom: 1px solid #bbbbbb;
	background-color: #ffffff;
	color: #000000;
}

#content_right
{
	float: right;
	position: absolute;
	top: 0px;
	left: 661px;
	width: 297px;
	height: 319px;
	white-space: normal;
	padding-bottom: 40px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 20px;
	border-left: 15px solid #cceeff;
	border-top: 28px solid #cceeff;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	background-color: #ffffff;
	color: #000000;
}

.classContentNoBold
{
	font-size: 10.5pt;
	font-weight: normal;
	font-family: Garamond, "Book Antiqua", "Times New Roman", serif;
	color: #000000;
}

.classContentBold
{
	font-size: 11pt;
	font-weight: Bold;
	font-family: Garamond, "Book Antiqua", "Times New Roman", serif;
	color: #000000;
}

.classEnroll
{
	font-size: 20px;
	font-weight: bold;
	font-family: Garamond, "Book Antiqua", "Times New Roman", serif;
	color: #ffffff;
}

