/*
Design by RGB Hut
http://www.rgbhut.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body{
	margin: 0px;
	padding: 0px;
	background-color: #1D1D1D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 20px;
}

#wrap{
	width: 780px;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;

}

.banner{
	height: 174px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	width: 780px;
	background-position: center top;
	background-color: #27488F;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

.banner_align{
	padding-top: 90px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.navigation{
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin-bottom: 20px;
}

.navigation ul{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

.navigation ul li{
	display: inline;
	margin: 0px;
	padding: 0px;

}

.navigation a{
	color: #5B5B5B;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B7B7B7;
	line-height: 40px;
	height: 40px;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
}

.navigation a:hover{
	color: #1D1D1D;
	text-decoration: underline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B7B7B7;
	height: 40px;
	line-height: 40px;
	padding: 12px;
}

.content{
}

.content_left{
	float: left;
	width: 20%;
	margin-left: 10px;
	margin-right: 20px;
}

.content_mid{
	float: left;
	width: 70%;
	text-align: justify;
	margin-right: 20px;
}

.content_left 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_left ul li{
}

.content_left 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_left ul li a:hover{
	background-color: #F3F3F3;
}


.bottom{
}

.footer{
	clear: both;
	line-height: 40px;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}

.footer a{
	color: #4279CC;
	text-decoration: underline;
}

.footer a:hover{
	color: #999999;
	text-decoration: none;
}

h1{
	font-size: 22px;
	font-weight: normal;
	color: #2B4D95;
}

h2{
	font-size: 18px;
	font-weight: normal;
	color: #4279CC;
}

