* { padding: 0; margin: 0; }
.clear { clear: both;}
.right { float: right; margin-right: 20px; }
.left { float: left; margin-left: 20px; }
.huge { display: block; font-size: 1.3em; margin-top: 20px; }
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; font-weight: bold; }
body {
	background: #f2f2f2;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}
div#header {
	margin: 0 auto;
	height: 112px;
	width: 67%;
	padding: 0 16.5%;
	min-width: 585px;
}
div#header a {
	text-decoration: none;	
}
div#header img {
	border: 0;
}
div#header #logo {
	float: left;
	margin: 36px 0 0 0;
}
div#header span {
	display: block;
	float: left;
	margin:  61px 0 0 20px;	
	font-style: italic;
	font-size: 1.6em;
	font-family: Garamond, Times, Georgia, serif;
	color: #666;
}
ul#navi {
	display: block;
	width: 67%;
	min-width: 585px;
	height: 67px;
	padding: 0 16.5%;
	background: #001100;
}
ul#navi li {
	display: block;
	float: left;
	width: auto;
	height: 67px;
}
ul#navi li a {
	display: block;
	height: 21px;
	padding: 23px 20px;
	font-size: 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
ul#navi li a:hover, ul#navi li a.current {
	text-decoration: underline;
	background: #85c327 url(img/navibg67.png) scroll repeat-x;	
}
div#contentwrapper {
	float: left;
	width: 67%;
	height: auto;
	padding: 20px 16.5%;
	background: #e4e4e4;	
}
div#content {
	float: left;
	width: auto;
	min-width: 780px;
	height: auto;
	min-height: 300px;
	padding: 20px;
	border: 1px solid #aaa;
	background: #fff;	
}
#content #leftside {
	float: left;
	width: 66%;
}
#content #rightside {
	float: left;
	width: 32%;
	margin-left: 5px;
}
#content #rightside img {
	display: block;
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #f2f2f2;
}
#content #rightside span {
	background: transparent;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: Garamond, Georgia, serif;
	padding: 5px 0 5px 0;
}
#content p, #content ul, #content ol {
	line-height: 1.3;	
	font-size: 1.1em;
	padding: 5px 0 5px 0;
}
#content ul, #content ol {
	list-style-position: inside;	
}
#content ul {
	list-style-type: square;
}
#content p.ingres {
	font-size: 14px;	
}
#content a, #footer a {
	color: #339900;
	text-decoration: none;
	cursor: pointer;
}
#content a.readmore {
	padding-left: 16px;
	background: url(img/arrow_next_green.png) no-repeat left center;	
}
#content a:hover, #footer a:hover {
	color: #85c327;
	text-decoration: underline;
}
#content em, #content span {
	background: #e4e4e4;
	color: #001100;
	padding: 2px;
}
#content img {
	display: block;
}
#content img.postimage {
	margin-top: 20px;	
}
#content blockquote {
	margin: 2px 2px 2px 10px;
	color: #666;
	border-left: 2px solid #aaa;
	padding: 2px 2px 2px 10px;
}
#content dl {
	padding: 5px;
	border: 1px solid #f2f2f2;	
}
#content dl {
	width: 490px;
}
#content #rightside dl {
	width: auto;
}
#content dl dt {
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px;
	background: #e4e4e4;	
}
#content dl dd {
	font-size: 1em;
	padding: 1px 1px 1px 20px;
}
#content form {
	margin: 10px 20px 10px 0;	
}
#content form fieldset {
	border: 0;
}
#content form input, #content form textarea {
	display: block;
	border: 1px solid #e4e4e4;
	background: #f2f2f2;
	width: 100%;
	padding: 2px;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#content form input:focus, #content form textarea:focus {
	border: 1px solid #aaa;	
	background: #fff;
}
#content form label {
	display: block;
	margin: 5px 0 1px 0;
	font-size: 13px;
}
#content form input.button {
	width: auto;
	padding: 5px;
	margin: 5px 5px 5px 0;
}
#content form input.button:hover {
	background-color: #fff;
}
#content iframe {
	float: left;
	margin-top: 10px;
}
#content .some {
	clear: both;
	width: 100%;
	height: 40px;
}
div#footer {
	clear: both;
	width: auto;
	height: auto;
	padding: 20px;	
	text-align: center;	
}
div.progress-container {
  border: 1px solid #e4e4e4; 
  width: 193px; 
  margin: 5px 5px 5px 10px; 
  padding: 1px;
  background: #fff;
}
div.progress-container > div {
  /* background-color: #ACE97C; */
  background: #A2DC4C;
  height: 16px;
  padding-top: 1px;
  text-align: center;
}

