#body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#c7d7c6;
	margin:0;
	padding:0;
	text-align:center;
	scrolling:auto;
	scrollbar-face-color: #D2C4FF;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #BFADFF;
	scrollbar-3dlight-color: #FCFCFC;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #C8C8C8;
	scrollbar-arrow-color: #360492;
}
#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: transparent;
	visibility: visible;
	z-index: 0;
	background-image: url(images/reflexback.jpg);
}
#header {
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 780px;
	height: 176px;
	align-horiz: center;
	z-index: 0;
	background: url(images/reflexhead.jpg) no-repeat top left;
}
#sidebar {
	margin: 35px 0 0 20px;
	background-color:#e6fee4;
	width: 140px; 
	padding: 0px 0px 0px 0px;
	float: left;
	align-vert: top;
	z-index: 20;
}

#mainContent { 
	margin: 15px 20px 0 190px;
	width: 560px; 
	padding: 0 0 0 0px;
	align-vert: top; 
} 
#footer { 
	padding: 0 0px 0 0px; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.menu a:link {
	font: 15px Verdana;
	font-weight: bold;
	font-style: strong;
	color:#194e1c;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
}
.menu a:visited {
	font: 15px Verdana;	
	font-weight: bold;
	font-style: strong;
	text-align: left;
	text-decoration: none;
	color: #749576;
	line-height: 20px;
}
.menu a:hover, a:active {
	font: 15px Verdana;
	font-weight: bold;
	font-style: strong;
	text-align: left;
	text-decoration: none;
	color:#0ac815;
	line-height: 20px;
}
.thispage{
	font: 15px Verdana;
	font-weight: bold;
	font-style: strong;
	color: #55BF55; 
	text-align: left;
	text-decoration: none;
	line-height: 20px;
}

#sharebox {
	float:right;
	position:relative;
	top: 0px;
	left: 0px;
	width: 234px;
	height: 35px;
	text-align: right;
	align-horiz: right;
	background: transparent;
	z-index: 20;
	visibility: visible;
}
	

#noteBox {
	float:left;
	top: 375px;
	left: 20px;
	width: 150px;
	height: 80px;
	line-height: 10px;
	text-align: left;
	align-horiz: left;
	background: transparent;
	z-index: 20;
	visibility: visible;
}
.noteText {
	color: #194e1c;
	font-family: Arial;
	font-size: 8pt;
}
.noteText a:link {
	font: 8pt Arial;
	color: #0ac815;
	text-decoration: none;
}
.noteText a:hover, a:active {
	font: 8pt Arial;
	color: #0ac815;
	text-decoration: underline;
}
.noteText a:visited {
	font: 8pt Arial;
	color: #749576;
	text-decoration: none;
}
.bodytext {
    font: 15px Verdana;
	text-decoration: none;
	color: #194e1c;
}
.bodytext a:link {
	font: 15px Verdana;
	font-weight: bold;
	font-style: strong;
	color: #0ac815;
	text-decoration: none;
}
.bodytext a:visited {
	font: 15px Verdana;
	font-weight: bold;
	font-style: strong;
	text-decoration: none;
	color: #749576;
}
.bodytext a:hover, a:active {
	font-weight: bold;
	font-style: strong;
	text-decoration: underline;
	color: #0ac815;
}
.bodytext h1 {
	font: 18px Verdana;
	font-weight: bold;
	color: #194e1c;
	line-height:30px;
}
.bodytext h2 {
	font: 16px Verdana;
	font-weight: bold;
	color: #194e1c;
}
.bodytext h3 {
	font: 15px Verdana;
	font-weight: bold;
	color: #194e1c;
}
.bodyhead {
    font: 15px Verdana;
	font-weight: bold;
	text-decoration: none;
	color:#0099FF;
}
.captiontext {
    font: 14px Verdana;
	text-decoration: none;
	color: #000000;
}


