html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(/images/bg.gif) top repeat-x;
}

body {
	font-size: 12px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

a {
	color: #0f5ea2;
	outline: none;
}

h1 {
	color: #487546;
	padding-bottom: 20px;
	font-weight: normal;
	font-size: 22px;
}

#main-wrapper {
	width: 820px;
	margin: 0 auto;
}

#header {
	width: 820px;
	height: 87px;
	padding-top:8px;
}

#navigation {
	width: 580px;
	height: 34px;
	margin-bottom: 10px;
	float: right;
}

#content-wrapper {
	width: 820px;
	clear: both;
}

#leftside {
	float: left;
	width: 190px;
	background-color: #eee;
	padding: 10px 10px 0 10px;
	margin-top: 20px;
}

#leftside p {
	width: 180px;
	text-align: center;
	color: #487546;
	font-size: 18px;
	border-bottom: 2px solid #487546;
	margin-bottom: 15px;
}

#leftside ul {
	padding: 0;
	margin: 5px 0 20px 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
}

#leftside ul li {
	margin: 0 5px 10px 5px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	color: black;
	border: none;
}

#leftside ul li a,#leftside ul li a:hover {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #990000;
	background: none;
}

#rightside {
	float: right;
	width: 580px;
	padding: 0 10px;
}

#rightside p,#rightside ul {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}

#rightside ul li {
	margin-left: 30px;
}

img {
	margin: 10px;
	border: none;
}

img.iright {
	float: right;
}

#header p.hbig {
	font-size: 24px;
	margin: 0 0 0 10px;
	padding: 0;
}

#header p.hbig a {
	color: #666;
	text-decoration: none;
}

#header p.hsmall {
	font-size: 16px;
	margin: 0 0 0 10px;
	padding: 0;
}

#navigation ul {
	height: 22px;
	margin: 0;
	display: inline;
	float: right;
	margin-right: 16px;
}

#navigation ul li {
	display: inline;
	float: left;
	margin: 0;
}

#navigation ul li a {
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin-right: 1px;
	text-transform: uppercase;
}

#navigation ul li a {
	background: url(/images/nav-services1.gif) no-repeat;
	width: 138px;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a:hover,#navigation ul li a.current {
	background: url(/images/nav-services2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#footer {
	margin-top: 20px;
	width: 820px;
	border-top: 1px solid #76b872;
}

#footer p {
	text-align: center;
	color: #427d3f;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
}

#fadv {
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
	width: 820px;
	border-top: 1px solid #76b872;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: #000;
	margin: 10px;
	padding: 0;
}

#fadv li {
	display: block;
	float: left;
	width: 255px;
	margin: 5px;
	padding: 0;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a, #fadv li a:hover {
	color: #990000;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}