/* ----- Structure and Layout ----- */
body{
	text-align: center;
	background-color: #A9CF9C;
	min-width: 770px;
	}

#wrapper {
	width: 770px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	}

#header {
	padding-top: 10px;
	margin-left: 0px;
	}

#maincontainer {
	float: left;
	width : 770px;
	background: url(../images/container.png) repeat-y;
	}

#padding {
	clear: both;
	padding: 0px 0 0 0;
	}




/* ----- Navigation -----  */

#nav {
	float: left;
	padding:0 0 2px 13px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 743px;
	height: 80px;
	background: #A9CE9B;
	border-top: 2px solid #87BA74;
	border-bottom: 2px solid #87BA74;
	}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F1F7EE;
	border-bottom: 2px solid #A9CE9B;
	border-right: 2px solid #A9CE9B;
	
	}
	
#nav li a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #6CAB54;
	border-right: 2px solid #6CAB54;
	background: #86BA72;
	
	}
	
#nav li a.active {
	color: #FFFFFF;
	background: #86BA72;
	border-bottom: 2px solid #6CAB54;
	border-right: 2px solid #6CAB54;
	}
	

/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #444444;
	}

h1 {
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	color: #422100
	}

h2 {
	font-size: 1.5em;
	margin-left: 30px;
	text-indent: .5em;
	line-height: 2em;
	font-style: italic;
	font-weight: bold;
	color: #422100;
	}

h3 {
	font-size: 1.5em;
	line-height: 2em;
	font-style: italic;
	font-weight: bold;
	color: #422100;
	margin-left: 2em;
	}
h4 {
	font-size: 20px;
	line-height: 5em;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #422100;
	}

p {
	font-size: .9em;
	margin-left: 60px;
	text-align: Left;
	font-style: normal;
	color:#422100;
	line-height: 0;
	}

h2 ol {  
	font-size: .65em;
	text-align: justify;
	font-style: italic;
	line-height: normal;
	color:#422100;
	}

li {	
	font-size: 1em;
	margin: 0em 4em;
	text-align: justify;
	font-style: normal;
	line-height: normal;
	color:#422100;
	}

table{
	text-align: center;
	margin-left: auto;
	Margin-right: auto;
	line-height: 15px;
	border-collapse: collapse;
	
}
th{
	text-align: center;
	table-layout: fixed;
	font-size: 14px;
	width: 325px;
	border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	background-color: #A9CE9B;
	border-spacing: 1px;
	border-collapse: collapse;
	}

td{
	
	text-align: center;
	font-size: 12px;
	table-layout: fixed;
	width: 325px;
	border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #A9CE9B;
	}




/* ----- Links ----- */

a {
	color: #6CAB54;
	}

a:visited {
	color: #422100;
	}

a:hover {
	color: #422100;
	}

#footer a {
	color: #333333;
	text-decoration: none;
	}
#footer p {
	font-size: 12px;
	margin-left: 10px;
	text-align: center;
	font-style: normal;
	line-height: .7em;
	color:#422100;
	}

#footer a:visited {
	color: #333333;
	text-decoration: none;
	}

#footer a:hover {
	color: #422100;
	text-decoration: underline;
	}

#footer {
	text-align: center;
	clear: both;
	clear:both;
	font-size: 12px;
	color: #666666;
	}

	