body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/images/border.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	position: relative;
	background: url(/images/bannerbg2.jpg);
	height: 100px;
}
#header #logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#header #wh1 {
	position: absolute;
	top: 5px;
	right: 210px;
	border-top: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
}
#header #wh2 {
	position: absolute;
	top: 5px;
	right: 110px;
	border-top: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
}
#header #wh3 {
	position: absolute;
	top: 5px;
	right: 10px;
	border-top: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
}
div#menu {
	margin: 1px 0 0 180px;
	width: 100%;
	background: #FFFFFF url(/images/menubar_grey.jpg);
	border-top: solid 1px #CFD0D8;
	border-bottom: solid 1px #4E505C;
}
body>#menu {
	width: auto;
}
div#menu a {
	display: block;
	float: left;
	padding: 3px 20px 2px 20px;
	font-size: 0.8em;
	font-weight: bold;
	border-left: solid 1px #CFD0D8;
	border-right: solid 1px #4E505C;
}
div#menu a:link, #menu a:visited {
	color: #F0F0F0;
	text-decoration: none;
}
div#menu a:hover {
	background: #CCCCCC;
	color: black;
}
div#menu b {
	display: none;
}
#menuclear {
	clear: both;
}
#menu>#menuclear {
	height: 1px;
}
#main {
	position: relative;
	margin-left: 190px;
	background: #FFFFFF;
	width: 100%;
}
body>#main {
	width: auto;
}
#content {
	margin: 1px 190px 0 0;
	background: #FFFFFF;
	padding: 0 10px 10px 10px;
}
#main>#content {
	width: auto;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: bold;
	padding: 15px 0 10px 0;
	font-size: 1.2em;
	color: #363996;
}
#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 1.2em;
	font-style: italic;
	color: #3D3E64;
}
#content h3 {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #3D3E64;
	font-size: 1.1em;
}
#content h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #373859;
}
#content p {
	margin: 0;
	padding: 0px 0 10px 0;
	font-size: 0.9em;
}
#content ul, #content ol {
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 10px;
}
#content li, #content li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content blockquote {
	margin: 0;
	padding: 0px 30px 10px 30px;
	font-size: 0.9em;
	font-style: italic;
}
#content blockquote p {
	margin : 0;
	padding : 0;
}
a:link {
	color: #008000;
}
a:visited {
	color: #00A000;
}
a:hover {
	color: #800000;
}
#footer {
	clear: both;
	border-top: solid 1px #CFD0D8;
	padding-top: 5px;
}
#footer p {
	text-align: center;
	font-size: 0.7em;
	color: #000000;
	margin: 0;
}
#submenu {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 180px;
}
#submenu h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #DDDDDD;
	margin: 0px;
	padding: 5px 5px 10px 5px;
}
#submenu h2 a {
	font-size: 1em;
	padding: 0px;
}
#submenu a {
	display: block;
	font-size: 0.8em;
	padding: 5px 5px 10px 5px;
}
#submenu a:link, #submenu a:visited {
	color: #DDDDDD;
	text-decoration: none;
}
#submenu a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#features {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 170px;
	padding: 0px;
}
#feature {
	background: #DDDDDD;
	border-top: solid 1px #9ACC9A;
	border-left: solid 1px #9ACC9A;
	border-bottom: solid 1px #046104;
	border-right: solid 1px #046104;
	margin-bottom: 5px;
}
#feature div {
	border-top: solid 2px #339933;
	border-left: solid 2px #339933;
	border-bottom: solid 2px #339933;
	border-right: solid 2px #339933;
	padding: 3px;
}
#feature h2 {
	margin: 0;
	font-size: 0.8em;
	padding-bottom: 5px;
}
#feature h2 a:link, #feature h2 a:visited {
	text-decoration: none;
}
#feature p {
	margin: 0;
	font-size: 0.7em;
}
#fill {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 180px;
	height: 2px;
	font-size: 0px;
	background: white;
}
.popmenu {
	visibility: hidden;
	position:   absolute;
	color: black;
  background: #8E8D9F;
	z-index:1;
}
.popmenu a {
	display: block;
	border-top: solid 1px #CFD0D8;
	border-bottom: solid 1px #4E505C;
	border-left: solid 1px #CFD0D8;
	border-right: solid 1px #4E505C;
	padding: 3px 3px 2px 3px;
	font-size: 0.8em;
	font-weight: bold;
}
.popmenu a:link, .popmenu a:visited {
	color: #F0F0F0;
	text-decoration: none;
}
.popmenu a:hover {
	background: #CCCCCC;
	color: black;
}
#response {
	padding: 0.5em;
	width: 90%;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 7em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
#registration {
	padding: 0.5em;
	width: 90%;
	background: #eee;
}
#registration legend {
	font-size: 0.8em;
}
#registration div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#registration label {
	float: left;
	width: 7em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#registration input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#registration input:focus, #registration textarea:focus {
	background-color: #dedede;
}
#registration .element {
	float: left;
}

