body {
	margin: 0px;
	padding: 0px;
	background-color: #F9FCE9;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #5B5B53;
}

#top-wrapper {
	margin: 0px;
	padding: 0px;
	width: 800px;
	clear: both;
	height: 220px;
}

#top-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 590px;
	height: 230px;
}

#top-right h1 {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial;
	font-size: 14px;
	color: #5B5B53;
	font-weight: normal;
	margin-top: 2px;
	padding-left: 4px;
}

#top-right p {
	margin-bottom: 0px;
	margin-top: 30px;
}

#top-right img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#top-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}

#mid-wrapper {
	margin: 0px;
	padding: 0px;
	width: 800px;
	clear: both;
}

#mid-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 585px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B8D052;
}

#mid-right h1 {
	font-size: 18px;
	font-weight: normal;
	color: #A2C748;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-left: 30px;
}

#mid-right h2 {
	font-size: 16px;
	font-weight: normal;
	color: #A2C748;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 30px;
}

#mid-right p {
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 1.2em;
	line-height: 1.7em;
}

#mid-right p.caption {
	padding-left: 80px;
	margin-top: 0px;
	margin-bottom: 0em;
	line-height: 1.3em;
	font-size: 11px;
}

#mid-right ul {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 1.7em;
	list-style-type: circle;
	list-style-position: outside;
	text-indent: 0px;
	padding-left: 5px;
	margin-left: 50px;
}

#mid-right li {
	margin-bottom: 0.3em;
	padding-left: 5px;
}

#mid-right img {
	padding-top: 10px;
	padding-bottom: 10px;
}

#mid-right a {
	color: #5BAFC8;
	text-decoration: none;
}

#mid-right a:visited {
	color: #5BAFC8;
	text-decoration: none;
}

#mid-right a:hover {
	color: #AAD04B;
	text-decoration: none;
}

#mid-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}

#mid-left a:link {
	text-decoration: none;
	color: #5BAFC8;
	display: block;
}

#mid-left a:visited {
	text-decoration: none;
	color: #5BAFC8;
}

#mid-left a:hover {
	color: #AAD04B;
	text-decoration: none;
}

#mid-left h4 {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #5BAFC8;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
	background-color: #FFFFCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 30px;
}
#mid-left   h4.current   {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #999999;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
	background-color: #EBFFA8;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#bot-wrapper {
	margin: 0px;
	padding: 0px;
	width: 800px;
	clear: both;
}

#bot-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}

#bot-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 585px;
}

#bot-right p {
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	margin-left: 30px;
	color: #2C2E2D;
	letter-spacing: 0.1em;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bot-right a {
	color: #5BAFC8;
	text-decoration: none;
}

#bot-right a:visited {
	color: #5BAFC8;
	text-decoration: none;
}

#bot-right a:hover {
	color: #AAD04B;
	text-decoration: none;
}

.clearfloat {
	clear:both;
	height:0;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.sub-wrapper {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.sub-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
}

.sub-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
}


div.rule-line {
	border-bottom: 1px dotted silver;
	height: 10px;
	margin-right: 30px;
	margin-left: 30px;
}

`
