/* CSS Document */

body {
	background: #c3e8fa;
	text-align: center;
	margin 0 auto;
	height: auto;
	line-height: 17px;
	}
	
.wrapper {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	}
	
.header {
	height: 164px;
	margin: 0 auto;
	}
	
.header-line {
	background-color: #2279a6;
	height: 20px;
	width: 790px;
	text-align: left;
	margin: 0 auto;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	}

.navigator {
	margin-left: 10px;
	_margin-left: 10px;
	border-left: solid #68a6bf 1px;
	border-right: solid #68a6bf 1px;
	width: 170px;
	padding-top: 20px;
	float: left;
	text-align: center;
	height: 430px;
	padding-bottom: 300px;
	}
	
.menu {
	text-align:left;
	list-style: none;
/*	border: solid 1px #333333;*/
	width: 170px;
	height: auto;
	margin-left: 10px;
	
	}
	
.menu-text  {
	
	margin: 5px 0px -5px 0px;
	font-size: 12px;
	}
	
.menu-text a {
	height: 0px;
	text-decoration: none;
	text-align: center;
	color: #21586d;
	font-weight: bold;

	}

	
.content-wrapper {
	/*border: #000000 solid 1px;*/
	float: left;
	width: 800px;
	text-align: left;
	text-decoration: none;
	background-color: #FFFFFF;
	} 

h1 {
	font-size: 20px;
	color: #1f596f;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
	}

.main-content {
	font-size: 12px;
	margin-bottom: 20px;
	height: auto;
	margin-left: 170px;
	width: auto;
	}
		
.footer {
	background-color: #2279a6;
	height: 30px;
	width: 800px;
	float: left;
	text-decoration: none;
	}
	
.footer-text {
	color: #FFF;
	margin-left: 20px;
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	clear: both;
	}
	
.footer-text a {
	color: #FFF;
	text-decoration: none;
	}

.top-p {
	width: 330px;
	height: 200px;
	vertical-align: 20px;
	float:left;
	margin-left: 10px;
	margin-bottom: 40px;
	}
	
.top-as {
	width: 250px;
	height: 220px;
	border: solid 1px #0099CC;
	float:left;
	margin: 15px 0px 0px 10px;
	}
	
.top-as2 {
	width: 250px;
	height: 220px;
	float:left;
	margin: 5px 0px 0px 10px;
	}
	
.p-bottom{
	float: left; 
	width: 600px;
	margin-left: 10px;
	
	}
	
p {
}

.list {
 list-style: square;
 margin-left: 20px;
 
 }
 
 .list a{
 text-decoration: none;
 color: #1f596f;
 }
 
 .list a:hover {
 	text-decoration: underline;
	}
	
.paragraph li{
	margin: 10px 10px 0px 10px;
	float: left;
	}
 




/* End */