@charset "utf-8";
@import "ie6.css";
.header {
	background-image: url(../images/header_right_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 30px;
	padding:0;
	margin-bottom:0;
	height:46px;
}

.lang{
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#666;
	margin:0;
	padding:0;	
	
}

.clear{
	clear:both;
}

.lang a{

}

.lang a:hover{
	color:#d20000!important;
}

.lang a:visited{
	color:#666;
}

.nav li {
	list-style-type: none;
	float: left;
}
.nav li a.main{
	display: block;
	width: 90px;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	background-color: #FFFFFF;
	margin-right: 4px;
	margin-left: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	color: #5666a3;
}
.nav {
	float: left;
	margin-top: 0px;
	padding:0;
	height: 30px;
}
.current a {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.content, .top_boxes {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.col1, .col2 {
	float: left;
	width: 175px;
	margin-right: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.col-left{
	width: 175px;
	margin-right: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float:left;
}

.col3 {
	float: left;
	width: 360px;
}
.col3 img{
	border:1px solid #ccc;
}

.col1 p, .col2 p {
	color: #5666A3;
}
.col1 img, .col2 img {
	text-align:center ;
}

.col1_content, .col2_content {
	float: left;
	width: 190px;
	margin-right: 10px;
	background-image: url(../images/divider_content.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.col3_content {
	float: left;
	width: 360px;
	margin-left:5px;
}


.col1_content li, .col2_content li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.col1_content li a, .col2_content li a, .col1_content li a:hover, .col2_content li a:hover {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #000000;
}
.white_back {
	background-color: #FFFFFF;
}
.col1_content h1, .col2_content h1, .col3_content h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.col3_content ul li {
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	margin-left: 20px;
	padding-left: 20px;
	list-style-type: none;
	line-height: 1.5em;
}
.footer a{
	color: #FFFFFF;
}
.date {
	color:#5666a3;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

#main-content{
	min-height:500px;
	margin-top:25px;
	margin-left:5px;
	float:left;
	width:570px;
	/*border:1px solid red;*/
	
}

#main-content-home{
	min-height:500px;
	margin-top:25px;
	margin-left:5px;
	float:left;
	width:100%px;
	/*border:1px solid red;*/
	
}


#left-content{
	min-height:500px;
	margin-top:40px;
	margin-left:5px;
	margin-right:0;
	float:left;
	/*border:1px solid red;*/
	width:200px;
	
}
.footer {
	background-image: url(../images/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	float: left;
	text-align: center;
	background-color: #a8bbca;
	color: #FFFFFF;
	margin-top: 10px;
}

.footer p {
	padding: 0px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

