@charset "utf-8";

/* 


*/

body {
	/* customize_body */ font:normal normal 13px Arial; /* customize_body */
	/* customize_background */ background-color: #668b9d; /* customize_background */ 
	/* customize_body */ color:#000000;  /* customize_body */ 
}

a:visited {
	font-size: small;
	color: #4aaec9;
}

a:link {
	color: #24420e;
}


h1 {
	font-size: x-large;
	font-weight: bold;
	/* customize_h1 */ color: #81905b; /* customize_h1 */
}

h2 {
	/* customize_h3 */ color: #bcc491; /* customize_h3 */ 
	/* customize_h3 */ font:normal bold 14px Arial; /* customize_h3 */
	margin-bottom:0px;
}

h3 {
	/* customize_h3 */ color: #809ead; /* customize_h3 */
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


#page {
	position:relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-bottom:0px;
	padding-top:0px;
}

#header {
	position:relative;
	top:0px;
	width:900px;
	height:287px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:12px;
	border:none;
	padding: 0px;
	text-align:center;
	background-repeat:no-repeat;
}



#navbar {
	position:absolute;
	maring-bottom:0px;
	bottom:5px;
	left:50px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#navbar ul {
	list-style:none; 
	margin:0px;
	padding-left:0;
	}
	
#navbar li {
	float:left; 
	padding:3px 8px;
	margin-bottom: 0px; 
	color: #4aaec9;
	font-size:13px; 
	margin:0px;
}
#navbar li a,
#navbar li a:hover { 
	text-decoration:none; 
	color: #736068;
	font-weight:bolder;
}

#navbar a:hover {
	/* customize_link_hover */ color: #4aaec9; /* customize_link_hover */ 
	background-color: #bcc491;
}

#navbar li.nav-selected{ 
	border:1px solid #bbb;
	padding:2px 8px; 
	margin: 0px;
	}

#content {
	clear:both;
	position:relative;
	width:900px;
	background-color: #5e7337;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
}

#main {
	float:right;
	right:0px;
	width:640px;
	border: thin solid #736068;
	background-color: #fdfdf1;
	min-height:20px;
}
	#main p {
		padding:10px;
	}

#sidebar {
	width:250px;
	float:left;
	left:0px;
	margin-top:0px;
	background-color:#829b9e;
	padding-left:5px;
}

#sidebar ul {
	list-style:none;
}
	#sidebar a:link, #sidebar a:visited {
		font-weight: bolder;
		text-decoration: none;
		color: #FFFFFF;
		font-size: larger;
	}

#footer {
	clear:both;
	width:900px;
	min-height:107px;
	text-align:center;
	position:relative;
	bottom:0px;
	margin-top:10px;
	background-repeat:no-repeat;
	background-color:#24420e;
	font-size:10px;
}

#footer img {
	margin:2px;
	border:0px;
}

#footer a { 
	text-decoration:none;
	font-size:10px;
	}
#footer p { 
	padding-top:6px;
	color:#FFF;
	}