body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 8px;
	
}

html {
min-height: 100%;
margin-bottom: 1px;
}

#inside-left {
	position: relative;
	left: 0px;
	width: 145px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 100px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 85px;
	float: left;
	background-image: url(../images/header3.gif);
	list-style-image: url(../images/bullet.gif);
}
#inside-right {
	float: right;
	position: relative;
	width: 455px;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-image: url(../images/blbullet.gif);
}


a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #85D328;
}
#header2 {
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 785px;
}

#container {
	width: 785px;
	left: auto;
	right: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.85em;
	color: #000000;
	background-color: #FFFFFF;
	top: -9px;
}

#home #container {
	top: 4px;
}


.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
	background-color: #FFFFFF;
	height: 15px;
}


#header {
	z-index: 1;
	position: relative;
	width: 785px;
	height: 164px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-header.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header1 {
	background-image: url(../images/header1.gif);
	height: 134px;
	width: 785px;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9EA19F;
	border-right-color: #9EA19F;
	border-left-color: #9EA19F;
	background-color: #FFFFFF;
}
#content {
	position: relative;
	z-index: 3;
	width: 785px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9EA19F;
	border-left-color: #9EA19F;
	background-color: #FFFFFF;
}
#footer {
	position: relative;
	background-color: #FFFFFF;
	height: 5px;
	font-size: 0.85em;
	color: #9EA19F;
	text-align: center;
	width: 785px;
	bottom: 0px;
	top: auto;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9EA19F;
	border-bottom-color: #9EA19F;
	border-left-color: #9EA19F;
}
.highlight {
	color: #85D328;
	font-weight: bold;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.quote {
	font-size: .90em;
	font-style: italic;
	color: #85D328;
	text-align: right;
}
