body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bar.jpg) left top repeat-y;
}
#header {
	position: relative;
	border-bottom: solid 2px #FF0000;
	background: #FFFFFF url(images/snowyhead.jpg) right top no-repeat;
}
#header #title {
	position: absolute;
	top: 27px;
	left: 0px;
	width: 100%;
}
#header #title h1 {
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	margin: 0 200px 0 75px;
	text-align: center;
}
#header #title h1 span {
	font-size: 36px;
	font-weight: normal;
	color: #000066;
}
#menu {
	background: #00007F url(images/menuT.gif) left top repeat-x;
	border-top: solid 1px #FFFFFF;
}
#menuinner {
	background: url(images/menuB.gif) left bottom repeat-x;
	border-bottom: solid 1px #FFFFFF;
	padding-left: 180px;
}
#menu a {
	display: block;
	float: left;
	padding: 3px 20px 3px 20px;
	font-size: 0.8em;
	font-weight: bold;
	border-left: solid 1px #CBC9E2;
	border-right: solid 1px #010156;
}
#menu b {
	display: none;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	background: #525FAA url(images/menuHB.gif) left bottom repeat-x;
	color: #010156;
}
#menuclear {
	clear: both;
}
#menuinner>#menuclear {
	height: 1px;
}
.popmenu {
	display: none;
	position:   absolute;
	z-index:1;
}
.popmenu a {
	display: block;
	width: 170px;
	background: #75B938;
	padding: 4px 3px 4px 21px;
	font-size: 0.7em;
	font-weight: bold;
}
.popmenu>a {
	width: 146px;
}
.popmenu a:link, .popmenu a:visited {
	background: #00007F;
	text-decoration: none;
	color: #FFFFFF;
}
.popmenu a:hover {
	background: #3B499F;
	text-decoration: none;
	color: #CBC9E2;
}
#main {
	position: relative;
	width: 100%;
}
#content {
	font-size: 0.8em;
	color: #111111;
	margin: 10px 0 0 180px;
	padding: 0 200px 10px 20px;
	border-bottom: solid 2px #FF0000;
	background: url(images/snowybody.jpg) right bottom no-repeat;
}
#content h1 {
	font-size: 130%;
	color: #2573BB;
	margin-top: 0;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 120%;
	color: #39A2D3;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}
#content h3 {
	font-size: 120%;
	color: #2573BB;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 120%;
	color: #189B00;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h5 {
	font-size: 110%;
	color: #2573BB;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 110%;
	color: #189B00;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #2573BB;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #2573BB;
}
#content a:visited {
	color: #111111;
}
#content a:hover {
	color: #39A2D3;
}
#leftbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	padding-top: 23px;
}
#submenu a {
	display: block;
	width: 100%;
	padding: 4px 3px 4px 15px;
	border-top: solid 1px #CBC9E2;
	border-bottom: solid 1px #010156;
	font-size: 0.7em;
	font-weight: bold;
}
#submenu>a {
	width: auto;
}
#submenu .parent {
	padding: 4px 3px 4px 5px;
}
#submenu a:link, #submenu a:visited {
	background: url(images/bgsubmenu.gif) left top no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}
#submenu .parent:link, #submenu .parent:visited {
	background: #3B499F;
	color: #FFFFFF;
}
#submenu .parent:hover {
	color: #FF0000;
}
#submenu a:hover {
	background: #3B499F;
	text-decoration: none;
	color: #FFFFFF;
}
#submenu #login {
	background: url(images/login.gif) left top no-repeat;
	width: 120px;
	height: 22px;
	margin: 20px 0 0 4px;
	text-align: center;
}
#submenu #login a {
	background: none;
	padding: 4px 0 4px 0;
	border-bottom: none;
}
#submenu #login a:link, #submenu #login a:visited {
	background: none;
}
#submenu #login a:hover {
	background: none;
}
#contact {
	font-size: 0.7em;
	xfont-weight: bold;
	color: #FFFFFF;
	padding:  40px 2px 10px 5px;
}
#contact a:link, #contact a:visited {
	color: #FFFFFF;
}
#contact a:hover {
	color: #808080;
}
#footer-left {
	width: 180px;
}
#footer td {
	font-size: 0.7em;
	color: #111111;
	padding: 3px 5px 0 5px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #2573BB;
}
#footer a:hover {
	text-decoration: none;
	color: #111111;
}
#features {
	float: right;
	width: 190px;
	font-size: 0.8em;
}
.feature {
	border: solid 2px #00007F;
	margin: 10px;
	background: #CBC9E2;
	color: #00007F;
}
.feature h2 {
	background: #00007F;
	margin: 0;
	padding: 3px 7px 3px 7px;
	font-size: 100%;
	font-style: normal;
}
.feature p {
	margin: 5px 0 5px 0;
	padding: 0 7px 0 7px;
}
.feature a:link, .feature a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.feature p a:link, .feature p a:visited {
	color: #FF0000;
}
.feature h2 a:hover, .feature p a:hover {
	text-decoration: none;
	color: #6978B7;
}
/* RESPONSE FORM */
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
}
#response label {
}
#response .lbl {
	float: left;
	width: 9em;
	text-align: right;
	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;
}
#response legend {
	color: #189B00;
	font-weight: bold;
	margin-top: 10px;
}