/*
Design by RGB Hut
http://www.rgbhut.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body{
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}

.body_index{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.body_main{
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
}


#wrap{
	width: 770px;
	margin: auto;
}
.header{
	height: 100px;
}


.banner{
	float: left;
	width: 30%;
	font-size: 24px;
	font-weight: normal;
	color: #217DE4;
}

.navigation{
	line-height: 100px;
	float: left;
	height: 100px;
	width: 70%;
	text-align: right;
}

.navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navigation ul li{
	display: inline;
	padding-right: 15px;
}

.navigation a{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.navigation a:hover{
	color: #C0F118;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFA600;
}

.message_index{
	height: 120px;
	margin-bottom: 35px;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 32px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.message_main{
	height: 20px;
	margin-bottom: 35px;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 32px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.content{
	padding-top: 30px;
}

.content_left{
	float: left;
	width: 20%;
}

.content_mid{
	float: left;
	width: 65%;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-right: 30px;
}

h2{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #217CE5;
}

.content_right{
	float: left;
	width: 30%;
}

.content_right ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}

.content_right ul li{
}

.content_right ul li a{
	color: #333333;
	text-decoration: none;
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}

.content_right ul li a:hover{
	background-color: #F3F3F3;
}

.bottom{
	line-height: 24px;
	height: 24px;
	clear: both;
}

.footer{
	clear: both;
	line-height: 80px;
	background-color: #F0F0F0;
	color: #666666;
	text-align: center;
	height: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.footer a{
	color: #217CE5;
	text-decoration: underline;
}

.footer a:hover{
	text-decoration: none;
}


h1{
	color: #217CE5;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
