body
{
	position: absolute;
	width: 100%;
	font-family: Arial;
	font-size: 10px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	border-top: 10px solid white;
	color: #525252;
}

#main_container
{
	width: 770px;
}


#banner_frame
{
	float: left;
	height: 218px;
	width: 760px;
	background: url(  "../images/banner_home.jpg" );
	border: 1px solid #88a;
	border-bottom: none;
}

#content_frame
{
	float: left;
	min-height: 350px;
	width: 600px;
	border-right: 1px solid #ccd;
	border-top: none;
	padding: 0;
	background: url(../images/content_back.jpg);
}
#content_text
{
	float: left;
	width: 580px;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
}
.content_title
{
	font-weight: normal;
	color: #666;
	font-size: 17px;
}

.menu_spacer
{
	float: left;
	width: 151px;
	height: 40px;
	border-bottom: 1px solid #88a;
}

.menu_item
{
	float: left;
	width: 151px;
	text-align: left;
	line-height: 26px;
	border-bottom: 1px solid #88a;
	font-size: 13px;
}

.menu_item_selected
{
	float: left;
	width: 151px;
	text-align: left;
	line-height: 26px;
	border-bottom: 1px solid #88a;
	font-size: 13px;
	background-color: #fFE8a0;
	font-weight: bold;
}
.sub_item
{
	float: left;
	width: 151px;
	text-align: left;
	line-height: 22px;
	font-size: 13px;
}
.sub_item_selected
{
	float: left;
	width: 151px;
	text-align: left;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
}

.menu_item_selected a:link, .menu_item_selected a:visited, .menu_item a:link, .menu_item a:visited, .sub_item a:link, .sub_item a:visited, .sub_item_selected a:link, .sub_item_selected a:visited
{
	color: #333;
	text-decoration: none;
}

#home_latest_news
{
	float: left;
	padding: 10px 0px 10px 0px;
}
#home_latest_news a:link, #home_latest_news a:visited
{
	text-decoration: none;
	color: #333;
}
#home_latest_news_title
{
	width: 560px;
	background: url(  "../images/news_back.jpg" );
	background-repeat: repeat-y;
	float: left;
	border: 1px solid #88a;
	padding: 4px 0 4px 10px;
	color: #ffe8a0;
	font-size: 17px;
	font-weight: bold;
}



#footerleft
{
	float: left;
	width: 560px;
	font-size: 10px;
	color: #666;
	text-align: justify;
}

#footerright
{
	float: right;
	text-align: right;
	width: 180px;
	display: none;
}

#header
{
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 216px;
}

#main_container
{
	padding: 10px 10px 0px 11px;
}

#text_container
{
	padding: 0px 15px 15px 15px;
	font-family: verdana;
	font-size: 12px;
	text-align: justify;
	line-height: 17px;
}
#title_container
{
	padding: 15px 15px 0px 0px;
	font-family: verdana;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}






#footer_text
{
	padding: 0px 13px 0px 10px;
	text-align: justify;
}


#wrapperContainer
{
	position: absolute;
	top: -10px;
	left: 201px;
	width: 700px;
	min-height: 670px;
	z-index: 1;
}


