@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: none;
}


#header {
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	
}

#navbar {
	background-color: #FFFFFF;
	width: 800px;
	z-index:1;
	display:inline;
	
}

#bodytxt {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #000;
	width: 800px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}


#bodytxt_onepage {
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #000;
	width: 785px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 0px;
}


#leftbar {

	background-color: #FFF;
	width: 400px;
	float:left;
	margin-left: 10px;
	margin-top: 15px;
	

}

#rightbar {

float:right;
z-index:-1;
display:inline;
vertical-align:top;
	width: 321px;
	background-color: #fff;



	
	
}

#rightside {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	height: 100%;
	width: 100%;
   
}


#footer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #000;
	background-color: #FDBF16;
	width: 100%;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	font-weight: lighter;
}





h2 {
	font-size: 24px;
	font-weight: lighter;
	color:#064A77;
	font-weight: bold;
	background-color:#EFEFEF;
	display:inline;
	padding: 6px;
	border-top: 5px;

}






h3 {
	font-size: 16px;
	font-weight: bold;
	color:#0D60DC;
}



h4 {
	font-size: 20px;
	font-weight: bold;
	color:#000;
}

