﻿html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background: url("../design/graphics/background_a.png") no-repeat 50% 0%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a {
	color: #008000;
	text-decoration: none;
}
a:hover {
	color: #354F2b;
	text-decoration: underline;
}
h1 {
	font-size: 17pt;
}
h1, h2, h3, h4, h5, h6 {
	color: #92d050;
	font-family: "Lucida Handwriting", Arial, sans-serif;
	text-shadow: #eeeeee 1px 1px 1px;
	margin: 6px 0px 0px 0px;
}
h4  {
	color:#354F2b;
}
.white_font {
	color: #FFFFFF;
}
.centered {
	text-align: center;
}
.no_border {
	border-width: 0px;
}
.large_font {
	font-size: x-large;
}
.black {
	color: black;
}
#wrapper {
	min-height: 1090px;
	margin: 0px auto 0px auto;
	width: 1280px;
	z-index: 1;
}
#background2 {
	background: url('../design/graphics/background_d2.png') 50% 100%;
	background-position: inherit;
	background-repeat: repeat;
	min-height: 1090px;
}
/*	Main Navigation Bar Section	*/
#nav {
	margin: 303px auto 0px auto;
	width: auto;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	margin: auto;
	padding: 0px 6px;
}
/*	Sidebar Section	*/
#sidebar_wrapper {
	width: 225px;
	margin: auto;
	float: right;
	text-align: center;
	min-height: 1090px;
}
.sidebar_section {
	width: inherit;
	margin: auto;
}
.sidebar_header {
	width: inherit;
	margin: auto;
}
.sidebar_section_content {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #eee;
	margin: 0px;
	padding: 6px;
}
.sidebar_content_type1 {
	background-color: #b8bfb4;
	color: white;
}
.sidebar_content_type2 {
	background-color: #b3d98e;
	color: white;
}
.sidebar_content_type3 {
	background-color: #eeeeee;
	color: black;
	position: inherit;
}
/*	Main Content Area	*/
#content {
	padding: 20px 0 0 0;
	margin: 32px auto 0px 250px;
	width: 720px;
	min-height: 1090px;
}

.content_header {
	margin: auto;
	width: auto;
}
.content_section {
	margin: 8px 5px;
	width: 450px;
}
.content_section_content {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #eee;
	margin: 0px;
	padding: 6px;
}
.content_section_content_type1 {
	background-color: #b8bfb4;
	color: white;
}
.content_section_content_type2 {
	background-color: #b3d98e;
	color: white;
}
.content_section_content_type3 {
	background-color: #eeeeee;
	color: black;
}
/* Main content Resources Section */
.content_resources {
	margin: 8px 5px;
	width: inherit;
}
.content_resources_content {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #eee;
	margin: 0px;
	padding: 6px;
}
.content_resources_content_type1 {
	background-color: #b8bfb4;
	color: white;
}
.content_resources_content_type2 {
	background-color: #b3d98e;
	color: white;
}
.content_resources_content_type3 {
	background-color: #eeeeee;
	color: black;
}

/* Main Footer Section */
#nav_bottom {
	margin: 100px auto 0px auto;
	width: auto;
	text-align: center;
}
#nav_bottom ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav_bottom li {
	display: inline;
	margin: auto;
	padding: 0px 6px;
}


#footer {
	position: inherit;
	width: auto;
}
.footer {
	font-family: Verdana;
	font-size: xx-small;
	font-style: italic;
}

