html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}
p { padding: 5px 0px 5px 0px; }
a { color: #931C82; text-decoration: underline; }
a:hover { text-decoration: underline; }
img { border: none; }
hr { height: 0px; border: 0px; border-top: 1px #aaa dotted; margin: 0px 0px 10px 0px; }
ul { margin: 0px 0px 0px 0px; padding: 6px 0px 0px 25px; list-style-type: square; }
li { margin: 0px 0px 0px 0px; padding: 6px 0px 6px 0px; }

body {
	background-color: #E9E7E7;
	font-family: Verdana;
	font-size: 12px;
	color: #676968;
}
#Container {
	margin: 10px auto 10px auto;
	width: 960px;
}
#Border {
	float: left;
}
#Header {
	float: left;
	width: 960px;
	height: 190px;
}
#Menu {
	float: left;
	width: 900px;
	height: 25px;
	padding: 18px 0px 0px 60px;
	background-color: #fff;
}
#Menu ul { padding: 0px; margin: 0px; } 
#Menu ul li { padding: 0px; margin: 0px 20px 0px 0px; display: inline; text-transform: uppercase; } 
#Menu a { color: #007660; font-family: Arial; font-size: 13px; font-weight: bold; text-decoration: none; padding: 2px 0px 0px 0px; }
#Menu a:hover { color: #72C367; border-top: 2px #72C367 solid; }
#Menu .selected { color: #72C367; border-top: 2px #72C367 solid; }
#Content {
	float: left;
	width: 865px;
	min-height: 450px;
	background-color: #ffffff;
	padding: 35px 0px 0px 95px;
}
#ContentLeft {
	float: left;
	width: 575px;
	min-height: 450px;
}
#ContentRight {
	float: left;
	width: 170px;
	min-height: 450px;
	margin: 0px 0px 0px 30px;
}
#Footer {
	float: left;
	width: 960px;
	height: 80px;
	background-color: #ffffff;
}
#FooterInner {
	float: left;
	width: 810px;
	margin: 20px 0px 0px 60px;
	padding: 5px 0px 0px 0px;
	border-top: 1px #CDCDCD solid;
	font-size: 10px;
	color: #737375;
	text-align: right;
}
#FooterInner a { color: #737375; } 
#FooterInner ul { padding: 0px; margin: 0px; } 
#FooterInner ul li { padding: 0px; margin: 0px; display: inline; } 
#FooterInner a { text-decoration: none; }
#FooterInner a:hover { text-decoration: underline; }

h1 { font-size: 18px; font-weight: normal; margin: 5px 0px; color: #931C82; }
h2 { font-size: 12px; font-weight: bold; margin: 5px 0px; color: #676968; }
h3 { font-size: 14px; font-weight: bold; margin: 5px 0px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.white { color: #ffffff; }
.black { color: #000; }
.red { color: #CC0000; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
.clear { clear: both; }
.text { width: 280px; border: 1px #aaa solid; padding: 2px; }
.select { width: 280px; border: 1px #aaa solid; padding: 2px; }
.selectSmall { width: 100px; border: 1px #aaa solid; padding: 2px; }
.textarea { width: 280px; height: 120px; border: 1px #aaa solid; padding: 2px; }
.submit { width: 120px; border: 1px #aaa solid; }

#ContentRight { font-weight: bold; }
#ContentRight img { margin-bottom: 4px; }
#ContentRight a { color: #008D7F; text-decoration: none; text-transform: uppercase; }
#ContentRight hr { float: left; border-top: 1px #95D08C solid; width: 165px; margin: 4px 0px 15px 0px; }

#Content100 {
	float: left;
	width: 500px;
	padding: 10px;
	background-color: #fff;
}

.hometext { font-size: 16px; line-height: 18px; font-style:italic; }
.bodytext { font-size: 12px; color: #676968; }
.green { color: #008D7F; }
.purple { color: #931C82; }
.grey { color: #676968; }



