@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0; background-repeat: no-repeat;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
body{font:13px/1.231 "helvetica neue",helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
a {text-decoration:none; color: #0B4926; background-repeat: no-repeat;}
a:hover {text-decoration:underline;}

body {background-image:url(backgradient.jpg); background-repeat:repeat-x; background-color: #eff2d5;}
#outer {background-image:url(leaves.png); background-repeat:repeat; width: 100%; float:left;_background-image: none;}
#innerouter {width: 800px; margin:auto;}
#inner {
	width: 800px;
	border:2px solid #0B4926;
	background-color:#ffffff;
	margin:20px auto;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left; clear:both;
	}
#header {border-bottom:2px solid #0B4926; padding:0 0 10px 0;
}
#nav {float: left;
	width: 100%;
	border-bottom:2px solid #0B4926;
	padding-bottom: 1px;
	}
#nav li {
	list-style-type: none;
	float: left;
}
#nav li a {
	display: block;
	padding: 3px 15px;
	background-color: #0B4926;
	color: #f7f3f0;
	border:1px solid #f7f3f0;
}
#nav li a:hover {
	color: #0B4926;
	background-color: #eff2d5;
	text-decoration:none;
}
#content {padding: 20px 0;}
#content h1 {color: #0B4926; font-size: 132%; font-weight: 600;}
#content h1 span  { font-size: 14px; color:#333333; font-weight:normal;}
#content p,  #content h1 {margin-bottom: 1em;}
#content h2, #content h3 {font-weight: bold; color: #0B4926;}
#content li {list-style-type: disc;}
#content ul {margin-left: 15px; padding-left: 15px; margin-bottom: 1em;}
#footer {
border: 1px solid #0B4926;
border-width: 2px 0;
padding: 2px 0;
width: 100%;
float: left;
}
#footer ul {
	background-color: #0B4926;
	padding:5px;
}
#footer li {
	text-align: center;
	color: #f7f3f0;
}
strong {font-weight:bold;}
img.portrait {
	float: left;
	padding:10px 10px 10px 0;
}

.center {text-align:center;}
