@CHARSET "UTF-8";

#main{
	margin: 0px auto 0px auto;
    width: 800px;
    background-color: #fff;
}

body{
	background-color: #7a7a7a;
}

#menu .item{
	float: left;
	font-size: 20pt;
	text-align: center;
	padding-top: 18px;
	margin-left: 30px;
}

#menu .item a{
	text-decoration: none; 
	color: #93d4f5;
	background-color:transparent;
	font-size: 14pt;
	font-family: verdana;
}


#menu a:hover, #menu a.on { 
	color: #fff;
}

#menu div.on, #menu div.on a { 
	color: #fff;
}

#menu{
	width: 100%;
	background-color: #323335;
	height: 115px;
	border-top: 4px solid #00;
	border-bottom: 3px  solid #000;
}


#title {
	padding: 18px 0px 0px 68px;
	margin-right: 60px;
	height: 78px;
	float: left;
}

#title h1{
	font-family: arial;
	font-size: 35pt;
	color: #fff;
}

#title .subtitle {
	font-family: arial;
	font-size:25pt;
	color: #93d4f5;
	padding: 0px 0px 0 60px;
	float: left;
}

#content{
	background-color: #fff;
	margin: 30px 85px 20px 70px;
	font-family: verdana;
}

#content h1{
	font-size: 12pt;
	padding-bottom: 15px;
}

#content p{
	font-size: 10pt;
	line-height: 1.5;
}

#banner{
	border-top: 2px solid #fff;
	width: 100%;
	height: 155px;
	background: #e9edf0;
}

#banner .banner_text{
	margin: 45px 12px 0 98px;
	width: 265px;
	float: left;
}


.banner_text p{
	color: #3796d2;
	font-size: 22pt;
	font-family: verdana;
}


#footer{
	margin-left: 58px;
	margin-right: 58px;
	border-top: 2px solid #efefef;
/*	text-align: center;*/
	background-color:transparent;
	height: 68px;
	
}

#footer p, #footer a{
	margin: 20px 0 0 15px;
	font-size: 8pt;
}
#footer a{
	text-decoration: none;
	color:#1496c5;	
}

#clear{
	clear: left;
}