body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 0.8em;
	color: #333333;
	text-align: center;
}
#page {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header {
	width: 100%;
	height: 120px;
	background: #A1AEBE url('images/fullheader.jpg') no-repeat left top;
	border-bottom: 10px solid #F6A9A1;
}
body>#page #header {
	height: 110px;
}
#menu {
	background: #445058 url('images/menuT.gif') repeat-x left top;
}
#menu2 {
	background: url('images/menuB.gif') repeat-x right bottom;
	height: 21px
}
#menu>#menu2 {
	height: auto;
}
#menu a {
	display: block;
	float: left;
	padding: 3px 20px 3px 20px;
	font-size: 100%;
	border-left: solid 1px #C9D0D6;
	border-right: solid 1px #62727E;
}
#menu b {
	display: none;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	background: #DFE3E6 url('images/menuH.gif') repeat-x left bottom;
	color: #222F38
}
#menuclear {
	clear: both;
}
.popmenu {
	display: none;
	position:   absolute;
	z-index:1;
}
.popmenu a {
	display: block;
	width: 170px;
	background: #8F9CAC;
	padding: 3px 3px 3px 10px;
	font-size: 100%;
}
.popmenu>a {
	width: 146px;
}
.popmenu a:link, .popmenu a:visited {
	background: #8F9CAC;
	text-decoration: none;
	color: #222F38;
}
.popmenu a:hover {
	background: #405260;
	color: #FFFFFF;
}
.popmenu b {
	display: none;
}
#main {
	position: relative;
	width: 100%;
}
#leftcol {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	background: url('images/leftcol.jpg') repeat-y left top;
	font-size: 100%; padding-left:7px; padding-right:7px; padding-top:30px; padding-bottom:10pc
}
body>#page #leftcol {
	width: 166px;
}
#rightcol {
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
	background: url('images/rightcol.jpg') repeat-y left top;
	font-size: 100%;
	text-align: center; padding-left:7px; padding-right:7px; padding-top:30px; padding-bottom:10pc
}

#rightcol a:link {
	color: #0000FF;
	text-decoration: underline;
}
#rightcol a:visited {
	color: #0000FF;
	text-decoration: underline;
}
#rightcol a:hover {
	color: #FF0000;
	text-decoration: underline;

}
body>#page #rightcol {
	width: 166px;
}
#content {
	padding: 10px 200px 20px 200px;
}
#content h1 {
	font-size: 90%;
	color: #6F808C;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0px;
}
#content h2 {
	font-size: 150%;
	color: #A3524F;
	font-style: italic;
	margin: 10px 10px 10px 0px;
}
#content h3 {
	font-size: 120%;
	color: #405260;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 120%;
	color: #222F38;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h5 {
	font-size: 110%;
	color: #A3524F;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 110%;
	color: #405260;
	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 #A3524F;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content form {
	margin-top: 4px;
}	
a:link {
	color: #A3524F;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #222F38;
}
#footer {
	padding: 0 10px 0 5px;
}
body>#page #footer {
	xpadding: 0 90px 0 90px;
}
#footer table {
	width: 640px;
}
#footer td {
	font-size: 0.7em;
	color: #405260;
	padding: 2px 5px 2px 5px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #A3524F;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 8em;
	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;
}
#page-subheading {
	position: absolute;
	top: 150px;
	left: 150px;
	width: 700px;
	height: 25px;
	text-align: center;
	font-style: italic;
}