body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:center;
	background-color: white;
	background-image:url(../images/bg/body_wash.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	}
h1	{
	font-size: 1.5em;
	color: #062e49;
	padding-top: 20px;
	padding-bottom: 5px;
	}
h2	{
	font-size: 1.3em;
	color: #064928;
	margin-bottom: 5px;
	}
p	{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	}
#wrapper {
	background-color:#FFFFFF;
	width:825px;
	text-align:left;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#banner {
	background: url(../images/bg/banner_bg.jpg) repeat-x left top;
	margin-top: 5px;
	border-bottom: 1px solid #73AFB7;
	padding-left: 15px;
}
#banner p {
	margin: 0px;
	background: url(../images/bg/banner_flower.jpg) no-repeat right top;
	/* background: url(../images/bg/banner_flower_200B.jpg) no-repeat right bottom; */
	height: 85px;
}

#mainBody {
	clear: both;
	width: 100%;
	overflow: hidden;
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainNav {
	float: left;
	width: 190px;
}

#content {
	margin-left: 200px;
	padding-left: 10px;
	border-left: 1px solid #D6ECAE;
}
#content ul {
	font-size: 0.9em;
	list-style-type:disc;
	padding-left: 45px;
	}
#content li {
	margin-bottom: 5px;
	}
.byline {
	color:#73afb7;
	font-size:1.5em;
	margin-bottom:10px;
	font-weight:bold;
	letter-spacing:1px;
	font-variant:small-caps;
	text-indent:0;
	}
.sidebar {
	width: 220px;
	float: right;
	padding-bottom:80px;
	background-color: #99cc66;
	background-image: url(../images/bg_moon_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.sidebar h3 {
	font-size: 0.9em;
	margin: 0;
	text-align: center;
	font-variant:small-caps;
	background: url(../images/click_top_bg.gif) center top no-repeat;
	color:#fff;
	padding-bottom: 3px;
	padding-top:3px;
}
.error {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	line-height: 2em;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content .sidebar ul {
	color: #4b0601;
	font-weight:bold;
	font-size: 0.8em;
	margin: 0;
	padding: 10px 5px 10px 5px;
	border-left:1px solid #930c08;
	border-right:1px solid #930c08;
}

#content .sidebar li {
	list-style:none;
	background-image: url(../images/diamond_ico.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	margin-bottom:6px;
	background-position:2px 3px;

}
span a:link {
	color: #006600;
	font-weight:bold;
	text-decoration:none;
	padding-bottom: 1px;
}
span a:visited {
	color: #990000;
	font-weight:bold;
	text-decoration:none;
	padding-bottom: 1px;
}
span a:hover {
	color: #00CC00;
	font-weight:bold;
	background-image:url(../images/bg/yellow_background_highlight.gif);
	background-repeat:repeat;
	background-position:top left;
	text-decoration: none;
	border-bottom:solid 2px #006600;
	padding-bottom: 1px;
}
