.clear {
	clear: both;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}



.container {
	width: 795px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	text-align: left;
	margin: 0px auto;
}
body {
	background-color: #EEDDFF;
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FF6600;
	text-align: center;
}
.container #rightMain input {
	border: 1px solid #9ccea5;
	background-color: #eeddff;
}

.FloatLeft {
	float: left;
	padding: 15px;
}

.container #header #title {
	float: left;
}
.container #header #logo {
	float: right;
	margin: 0px;
}
#nav {
	font-size: 12px;
	font-weight: bold;
	clear: none;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.container #rightMain {
	float: right;
	width: 520px;
	clear: both;
	text-align: justify;
	padding: 10px;
}
.container #rightMain textarea {
	background-color: #eeddff;
	border: 1px solid #9ccea5;
}

.container #leftMain {
	width: 200px;
	clear: left;
	float: left;
	text-align: left;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #00CC33;
	border-right-color: #00CC33;
	border-bottom-color: #00CC33;
	border-left-color: #00CC33;
}

.container #header {
	margin: 0px;
	width: 790px;
	background-position: center;
	height: 149px;
	padding: 0px;
}

#nav ul { list-style: none; padding: 0px; margin: 0px; cursor: pointer; }

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 151px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9ccea5;
	border-right-color: #9ccea5;
	border-bottom-color: #9ccea5;
	border-left-color: #9ccea5;
	background-repeat: no-repeat;
	background-position: 0px -10px;
	clear: none;
}
#nav a { text-decoration: none; color: #00ca65; padding: 0px 15px; font-weight: normal; line-height: 20px; }
#nav a:hover { color: #006C36; }
a:hover {
	color: #006c36;
}

a {
	color: #00ca65;
}

#nav .selected { background: url("/images/background.gif") repeat-x 0px 0px; }
#nav .selected a { color: #006c36; }
#nav li:hover, #nav li.sfhover { background: url("/images/background.gif") repeat-x 0px 0px; }
.container #left {

	width: 760px;
	clear: none;
	float: left;
	text-align: left;
	padding: 10px;
}
.FloatRight {

	float: right;
	padding: 15px;
}
