/* --- CSS Reset 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	
	padding: 0;
	border: 0;

	font-family: inherit;
}--- */
div {
	margin: 0;
}
body {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#724C00;
	/*margin: 0;*/	
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
td {
	padding:4px;
	vertical-align:top;
	font-size:12px;
}
p {
	font-size:12px;
}
h1 {
	font-size:16px;
	color:#724C00;
	font-weight:bold;
}
h2 {
	font-size:14px;
	line-height:24px;
	color:#724C00;
}
li {
	margin-left:22px;
	font-size:12px;
}
a {
	color:#558C31;
	text-decoration:none;
}
a:hover {
	color:#558C31;
	text-decoration:underline;
}
#nav {
	margin-left:28px;
	padding:5px;
	color:#724C00;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}
#nav a {
	text-decoration:none;
	color:#724C00;
}
#nav a:hover {
	text-decoration:none;
	color:#558C31;
}
#nav-current a {
	text-decoration:none;
	color:#558C31;
}
#nav-current a:hover {
	text-decoration:none;
	color:#558C31;
}
#home-outer-box {
	width: 920px;
	height: auto;
	top: 5px;
	border: solid 0 #724C00;
	border-width:8px;
	padding:5px;
	margin: 0;
}
#home-side-box {
	float: left;
	width: 230px;
	height: auto;
	padding: 5px;
	border: solid 0 #724C00;
	border-width:4px;
	color: #724C00;
	margin: 0;
}
#home-content-box {
	margin: 0;
	width: auto;
	height: auto;
	overflow:hidden;
	color: #724C00;
}
#outer-box {
	width: 920px;
	height:auto;
	top: 5px;
	border: solid 0 #724C00;
	border-width:8px;
	padding:5px;
	margin: 0;
}
#side-box {
	float: left;
	width: 230px;
	height: auto;
	padding: 5px;
	border: solid 0 #724C00;
	border-width:4px;
	color: #724C00;
	margin: 0;
}
#content-box {
	margin: 0;
	width: auto;
	height: auto;
	overflow:hidden;
	color: #724C00;
}
#content {
	width: auto;
	height: auto;
	margin-left: 5px;
	border: solid 0 #724C00;
	border-width:4px;	
}
#content-text {
	margin: 5px;
	text-align:left;
	padding:8px;
	padding-right:26px;
}
#footer {
	font-size:12px;
}
