@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-image: url(images/bg.jpg);
	background-repeat:repeat;
}


div.header {
	height: 229px;
	width: 1024px;
	z-index:5;
	padding:0px;
	margin:0px;
	
}
div.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width:1024px;
	height: 29px;
	z-index:4;
	font-size: 11px;
	clear:both;
	 
}


div.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	vertical-align: top;
	width:1024px;
	z-index:2;
	min-height:300px;
	
}

div.navigation {
	width: 1024px;
	height:50px;
	z-index:3;
	position:absolute;
	margin-top:108px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
}
div.wrapper {
	 width:1024px;
	 padding:0;
	 margin-top:0;
	 margin-left:auto;
	 margin-right:auto;
	 margin-bottom:0px;
	 position:relative;
	 min-height:100%;
	 z-index:0;
	 background-image: url(images/bgtxt.jpg);
	 background-repeat:repeat;
		 
}

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;
}
