@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #394a5e;
	background-image: url(../images/bgvd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div.box_holder {
	display: table;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
a  {
	color:#333333;
}

div.super_box {
	display: table;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A6C09C;
	border-right-color: #A6C09C;
	border-bottom-color: #A6C09C;
	border-left-color: #A6C09C;
	background-image: url(../images/bg_white_r.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-bottom: 50px;
}
div.left_space {
	display: table;
	float: left;
	width: 250px;
	font-size: 36px;
	font-weight: bold;
	margin-top: 170px;
	text-align: right;
	color: #333333;
	line-height: 30px;
	padding-top: 10px;
}
div.links_space {
	display: block;
	float: left;
	width: 250px;
	height: 300px;
}
div.mlink_wrapper {
	display: table;
	height: 300px;
	width: 260px;
	position: absolute;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

div.right_box {
	display: table;
	float: right;
	width: 550px;
	background-color: #FFFFFF;
}
div.right_box_header{
	display: table;
	width: 550px;
	height:160px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
div.right_semi_header{
	display: table;
	width: 550px;
	background-color: #FFFFFF;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
div.main_content_right{
	display: table;
	width: 550px;
	background-color: #FFFFFF;
}
div.main_content_footer{
	display: table;
	width: 550px;
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div.main_content_footer a:link,div.main_content_footer a:visited,div.main_content_footer a:active{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
div.main_content_footer a:hover{
	color: #000000;
	text-decoration: underline;
}
div.main_semi_footer{
	display: table;
	width: 550px;
	color: #333333;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.padd_content {
	padding: 15px;
}
ul.main_links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.main_links li {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
ul.main_links li a:link, ul.main_links li a:visited,ul.main_links li a:active{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	text-align: right;
	height: 40px;
	position: relative;
	line-height: 40px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #5C7D50;
	border-left-color: #FFFFFF;
	padding-right: 10px;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	background-color: #333333;
}
ul.main_links li a:hover {
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #111111;
	border-left-color: #5B7C4D;
	color: #FFFFFF;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	background-color: #111111;
}