@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../images/header-top-backg.gif);
	background-repeat: repeat-x;
}
a, a:hover { color: #069; text-decoration: none; }
.fleft { float: left; }
.clear { clear:both }
h2 { font-size: 14px; font-weight: bold; }
#container {
	margin: 20px auto;
	width: 900px;
}
#bottom {
	margin: 20px auto;
	width: 900px;
	font-size: 9px;
	color: #999;
	text-align: right;
	border-top: #666 1px dotted;
	padding-top: 5px;
}
#container_body_box_left {
	float: left;
}
#container_left {
	float: left;
	width: 201px;
}
#container_body {
	float: left;
	width: 699px;
}
#menu_bar {
	background-image: url(../images/menu-bar-backg.gif);
	background-repeat: repeat-x;
	margin: 20px 0px 0px 15px;
	width: 675px;
}
#container_banner {
	margin: 30px 0px 0px 15px;
	width: 675px;
}
#container_body_box {
	margin: 20px 0px 0px 15px;
	width: 675px;
}
.vmenu_button {
		background-image: url(../images/vmenu-backg.gif);
		background-repeat: no-repeat;
		width: 191px;
		height: 21px;
		padding: 15px 10px 10px 0px;
		text-align: right;
		margin-bottom: 1px;
}
.vmenu_sub_button {
	padding: 3px 10px 3px 0px;
	text-align: right;
	border-bottom: 1px dotted #999;
	font-size: 10px;
}
#vmenu {
	margin: 20px 0px 0px 0px;
}
#container_body_box_left {
	width: 75%;
	float: left;
	margin-right: 20px; 
}
#container_body_box_right {
	width: 21%;
	float: left;
}
.title {
	font-size: 20px;
	color: #069;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: #999 1px dotted;
	font-weight: bold;
}
.sub_title {
	font-size: 12px;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: #999 1px dotted;
}
.info_box {
	margin: 10px 0px 10px 0px;
	padding: 12px;
	border:  #093 1px dotted;
	background-color: #F2FFDD;
}