html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #666666;
	height: 100%;
	margin:0px;
	padding:0px;
}
#content{
	position: relative; 
	width:860px;
	overflow: hidden;
	min-height:100%;
	background:url(image/bg.png);
}
#header{
	position:relative;
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	width:800px;
	height:173px;
	background:url(image/header.jpg);
	background-repeat:no-repeat;
	float:left;
	left:30px;
}
#logo{
	position:relative;
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	width:230px;
	float:left;
	left:10px;
	cursor:pointer;
	height: 173px;
}
#main_menu_div{
	position:relative;
	float:right;
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	width:565px;
	height:31px;
	top:142px;
}
#sup_main_menu{
	position:relative;
	float:right;
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	width:565px;
	height:142px;	
}
#main_menu{
	position:relative;
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	width:560px;;
	float:left;
	left:10px;
	top:150px;
}
#main_menu_table td{
	width:78px;
}
#sub_menu,#sub_menu2{
	position:relative;
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	width:800px;
	left:30px;
	text-align:right; 
	top:6px;
}
#central_content{
	position: relative;
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	width:800px;
	float:left;
	left:30px;
	background-color:#FFFFFF;
	padding:0px;
	
}
#left_col{
	position: relative;
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	width:285px;
	float:left;
	background-color:#FFFFFF;
}
#right_col{
	position: relative;
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	width:513px;
	float: right;
}
#footer_text{
	position: relative;
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	width:800px;
	float:left;
	left:30px;
}
#footer{
	position: relative;
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	width:800px;
	float:left;
	left:30px;
	/*background-color:#303030;*/
}
#sfooter{
	position: relative;
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	width:800px;
	left:30px;
	background-color:#303030;
	height:100%;
	min-height:100%;	
}
#title{
	position:relative;
	border-width:0px;
	border-style:solid;
	border-color:#000000;
}
#central_text{
	position:relative;
	float:left;
	width:471px;
	border-width:0px;
	border-style:solid;
	border-color:#000000;	
}
#vertical_line{
	position:relative;
	float:left;
	width:1px;
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	background-color: #999999;
}
#right_menu{
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	position:relative;
	float: right;
	width:129px;
}
#buildings_post{
	position:relative;
	float:left;
	width:670px;
	margin-top:15px;
	border-width:0px;
	border-style:solid;
	border-color:#000000;
}
#buildings_image{
	position:relative;
	width:220px;
	float:left;
}
#buildings_text{
	position:relative;
	width:450px;
	float:left;
}
/* Link Styles*/
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.link_main_menu, .link_main_menu:hover{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

.link_sub_menu{
	color:#8E8E8E;
	font-size:10px;
	font-weight:bold;
}
.link_sub_menu_sel{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.link_sub_menu_sel:hover{
	text-decoration:none;
}
.link_sub_menu:hover{
	text-decoration:none;
	color:#FFFFFF;
}
.link_menu_subcat{
	font-size:14px;
	color:#666666;
}
.link_menu_subcat:hover{
	color:#003366;
}
.link_menu_subcat_sel{
	font-size:14px;
	color:#003366;
	text-decoration:underline;
}
.link_back_to_the_top{
	color:#003366;
	font-size:10px;
	text-decoration:underline;
}
.link_main_text{
	color:#003366;
	font-size:14px;
	text-decoration:none;
}
.link_main_text2{
	color:#003366;
	font-size:12px;
	text-decoration:none;
}
.link_main_text a:hover{
	text-decoration:underline;
}
.link_main_text2 a:hover{
	text-decoration:underline;
}

/*Text Styles*/
.title_1{
	color:#003366;
	font-size:24px;
	margin-left:30px;
	margin-bottom:0px;
	margin-top:30px;
}
.title_2{	
	color:#003366;
	font-size:18px;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:40px;
}
.title_3{
	color:#003366;
	font-size:14px;
	font-weight:bold;
}
.text_1{
	line-height:20px;
	font-size:14px;
	color:#999999;
	margin-left:20px;
	margin-right:10px;
}
.text_1_1{
	line-height:25px;
	font-size:14px;
	color:#999999;
	margin-left:30px;
	margin-right:44px;
	margin-top:0px;
}
.text_1_2{
	line-height:20px;
	font-size:14px;
	color:#999999;
	margin-top: 12px;
	margin-bottom: 4px;
	margin-right: 44px;
	margin-left: 30px;
}
.text_1_2 a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #999999;
}
.text_1_2 a:hover {
	text-decoration: none;
	color: #666666;
}
.text_2{
	margin-top:0px;
	margin-bottom:0px;
	height:28px;
	line-height:25px;
	font-size:11px;
	color:#999999;
	 vertical-align:middle;
	 padding-top:4px;
	 padding-bottom:0px;
}
.text_3{
	font-size:12px;
	color:#666666;
	line-height:18px;
	margin-right:15px;
}
.text_3italic{
	font-size:12px;
	color:#666666;
	line-height:18px;
	margin-right:15px;
	font-style: italic;
}
.text_4{
	line-height:18px;
	font-size:12px;
	color:#666666;
	margin-left:20px;
	margin-right:15px;
}
hr{
	width:430px;
	color:#999999;
	margin-left:0px;
}
#sub_cut_menu{
	margin-left:10px;
	margin-top:0px;
}

