body {
	background-color: #A0CCF9;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #1E508A;
}
a:hover {
	color: #88B1DB;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #74B544;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0C3169;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #74B544;
}



#bodycenter {
	background-color: #FFFFFF;
	clear: both;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
#gradient_top {
	background-image: url(images/gradient_top.gif);
	height: 43px;
	width: 100%;
}
#gradient_bot {
	background-image: url(images/gradient_bot.gif);
	height: 43px;
	width: 100%;
	clear: both;
}


#navigation {
	width: 650px;
	height: 41px;
	margin-top:10px;
	margin-bottom:10px;
	clear: both;
	position: relative;
}
#footer {
	width: 650px;
	height: 41px;
	margin-top:10px;
	margin-bottom:10px;
	clear: both;
	position: relative;
}


.navigation_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:41px;
	position: absolute;
	font-weight: bold;
	top: 0px;
}

.navigation_style a {
	font-style:normal;
	color: #1E508A;
	text-decoration: none;
}
.navigation_style a:hover {
	font-style:normal;
	color: #74B544;
}
.navigation_style_current_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:50px;
	position: absolute;
	top: 0px;
	font-weight: bold;
}

.navigation_style_current_page a {
	font-style:normal;
	color: #74B544;
	text-decoration: none;
}
.navigation_style_current_page a:hover {
	font-style:normal;
	color: #74B544;
}

.leaf_hidden {
	visibility:hidden;
	}
.leaf_visible {
	visibility:visible;
	
	}
	
#nav_left_grad {
	width:170px;
	left:0px;
	}
#nav_home {
	width:48px;
	left:170px;
	}
#nav_about {
	width:64px;
	left:218px;
	}
#nav_articles {
	width:56px;
	left:282px;
	}
#nav_links {
	width:83px;
	left:338px;
	}
#nav_contact {
	width:59px;
	left:421px;
	}
#nav_right_grad {
	width:170px;
	left:480px;
	}
#footer_left_grad {
	width:170px;
	left:0px;
	}
#footer_home {
	width:48px;
	left:170px;
	}
#footer_about {
	width:64px;
	left:218px;
	}
#footer_articles {
	width:56px;
	left:282px;
	}
#footer_links {
	width:83px;
	left:338px;
	}
#footer_contact {
	width:59px;
	left:421px;
	}
#footer_right_grad {
	width:170px;
	left:480px;
	}


#left_column {
	width:370px;
	position:relative;
	height:auto;
	left: 0px;
	top: 0px;
	float: left;
	background-image: url(images/leaf.gif);
	background-repeat: no-repeat;
	background-position: center;
	}

#right_column {
	width:290px;
	position:relative;
	height:auto;
	left: 0px;
	top: 0px;
	float: right;
	}

#content {
	width:690px;
	height:auto;
	position:relative;
	
	}	

