@charset "utf-8";


h1 {
	font-size: 24px;
	color: #2F8ABB;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left:20px;
	padding-right:20px;
}
h2 {
	font-size: 18px;
	color: #308EBF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left:20px;
	padding-right:20px;
}
	
h3 {
	font-size: 16px;
	color: #308EBF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left:20px;
	padding-right:20px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #2D79A8;
	padding-left:20px;
	padding-right:20px;
}

p { font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	padding-left:20px;
	padding-right:20px;
	}
body {
	background-color: #D8FAF8;
}


div.header {
	height: 229px;
	width: 1024px;
	background-color: #f2fbff;
	z-index:5;
	
}
div.footer {
	background-image: url(images/footer.jpg);
	text-align:right;
	vertical-align:middle;
	background-repeat: no-repeat;
	width:1024px;
	height: 27px;
	z-index:4;
	font-size: 11px;
	padding-right:20px;
	clear:both;
	text-indent: 10px;
	 
}


div.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	background-color: #e6f8ff;
	vertical-align: top;
	width:844px;
	z-index:2;
	margin-left:180px;
	margin-top:0px;
	margin-bottom:0px;
	min-height:500px;
	max-height:102%;
		
}

div.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
	background-color: #D4F1FF;
	text-align: left;
	padding: 15px;
	width: 150px;
	z-index:3;
	float:left;
	max-height: inherit;
	min-height:500px;
	
	
}
div.wrapper {
	 width:1024px;
	 padding:0;
	 margin-top:0;
	 margin-left:auto;
	 margin-right:auto;
	 margin-bottom:0px;
	 position:relative;
	 z-index:0;
	 max-height:100%;
	 min-height:100%;
	 border-width: medium; 
	 border-style: solid;
	 border-color:#4a84ff;
	 background-color: #e6f8ff;
	 
}
div.bar {
	width:180px;
	max-height:100%;
	background-color:#D4F1FF;
	z-index:1;

}


div.navigation a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #03F;
	text-decoration: none;
}
div.navigation  a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #03F;
	text-decoration: none;
}
div.navigation  a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #09F;
	text-decoration: none;
}

a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #03F;
	text-decoration: none;
}
a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #03F;
	text-decoration: none;
}
a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #09F;
	text-decoration: none;
}

.active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #09F;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
