/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #c9e3f0;
	border: none;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 { color: #851F83; }

a {
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #00A54F;
}
a:visited {
	text-decoration: none;
	color: #00A54F;
}
a:hover {
	text-decoration: none;
	color: #851F83;
}
a:active {
	text-decoration: none;
	color: #00A54F;
}

label { padding-right: 1ex; }

#logoBanner {
	display: block;
	position: relative;
	width: 700px;
	height: 150px;
}

#YES {
	display: block;
	position: relative;
	width: 700px;
	height: auto;
	text-align: center;
	background: #00A54F;
	-moz-border-radius: 20px;
}

#main {
	display: block;
	position: relative;
	width: 700px;
	height: 450px;
}

#mainNav {
	display: block;
	position: relative;
	float: left;
	width: 150px;
	height: 100%;
	min-height: 450px;
	text-align: center;
	vertical-align: middle;
	background: ivory;
	-moz-border-radius: 12px 0 0 12px;
}

#mainNav p a.noBlock {
	display: inline;
	position: static;
	font-size: smaller;
	border: none;
	background: none;
	padding: 0;
}

#mainNav a {
	display: block;
	position: relative;
	width: 95%;
	left: 3px;
	padding-bottom: 9px;
	padding-top: 9px;
	border-collapse: separate;
	vertical-align: middle;
	background: #e6f4e3;
	-moz-border-radius: 12px 0 0 12px;
	border-style: solid;
	border-width: 2px 1px 2px 2px;
	border-color: #f2ffee #d6e4d3 #d6e4d3 #f2ffee;
}

#mainNav a:hover {
/*	text-decoration: underline; */
	background-color: #FFFBAA;
	border-color: #FFFFBB #EEEB99 #EEEB99 #FFFFBB;
}

#mainNav span {
	display: block;
	position: relative;
	width: 95%;
	left: 3px;
	padding-bottom: 9px;
	padding-top: 9px;
	border-collapse: separate;
	vertical-align: middle;
	background-color: #f3e8ee;
	-moz-border-radius: 12px 0 0 12px;
	border-style: solid;
	border-width: 2px 1px 2px 2px;
	border-color: #e3d8de #ffeff8 #ffeff8 #e3d8de;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

#mainContent {
	display: block;
	position: relative;
	float: right;
	width: 540px;
	height: auto;
	text-align: left;
	min-height: 450px;
	background: ivory;
	-moz-border-radius: 0 12px 12px 0;
}

#mainContent h1,h2,h3,h4,h5,h6,p,form {
	margin: 10px;
}

#mainContent img {
	border: ridge 4px #851F83;
	-moz-border-radius: 4px;
}

#mainContent img.noFrame { border: none }

#mainContent .left {
	float: left;
	clear: right;
	margin: 0 8px 0 0;
}

#mainContent .right {
	float: right;
	clear: left;
	margin: 0 0 0 8px;
}
