body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #DBEBED;
}
.home_main_bg {
	background-color: #FFFFFF;
	background-image: url(../images/home_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.main_bg {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.left_bg {
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left_list {
	font-size: 1em;
	line-height: 18px;
	color: #243C73;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84B4D8;
}
.left_list a:link{color: #243C73;}
.left_list a:visited{color: #243C73;}
.left_list a:hover{color: #243C73;}
.left_list a:active{color: #243C73;}

.title {
	background-image: url(../images/right_title.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	height: 29px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3E0F5;
}
h1 {
	font-size: 1.3em;
	line-height: 24px;
	font-weight: bold;
	color: #0E2561;
	text-align: left;
	padding-left: 30px;
	padding-top: 4px;
}
.text {
	font-size: 1em;
	line-height: 20px;
	color: #666666;
	text-align: justify;
}
.home_pic {
	margin-right: 5px;
	margin-bottom: 5px;
}

.path {
	background-color: #E1EFFA;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1em;
	line-height: 16px;
	color: #999999;
}
.path a:link{color: #999999;}
.path a:visited{color: #999999;}
.path a:hover{color: #999999;}
.path a:active{color: #999999;}

.home_title {
	font-size: 2.08em;
	line-height: 28px;
	color: #0E76D4;
	text-align: left;
	font-weight: bold;
}
.home_title_a {
	font-size: 0.9em;
	line-height: 14px;
	color: #B3A597;
	text-align: left;
}


.footer_menu {
	font-size: 1em;
	line-height: 25px;
	color: #CCCCCC;
	text-align: center;
}
.footer_menu a:link{color: #CCCCCC;}
.footer_menu a:visited{color: #CCCCCC;}
.footer_menu a:hover{color: #CCCCCC;}
.footer_menu a:active{color: #CCCCCC;}

.footer_text {
	font-size: 0.9em;
	line-height: 16px;
	color: #444444;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer_copyright {
	font-size: 0.9em;
	line-height: 16px;
	color: #4E555A;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
.footer_copyright a:link{color: #4E555A;}
.footer_copyright a:visited{color: #4E555A;}
.footer_copyright a:hover{color: #ff0000;}
.footer_copyright a:active{color: #4E555A;}

