.printonly {
	display:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
	padding: 0;
	margin: 0 auto;
	background-color:#D3E6CF;
	background-image:url(/images/background_page.gif);
	width:694px;
}

#container {
	width: 694px;
	w\idth: 694px;
	text-align: left;
	margin: 0 auto;
}
.sectionhead {
	font-weight:bold;
	font-style:italic;
	color: #47713d;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.subhead {
	font-weight:bold;
	font-style:italic;
	color: #47713d;
	font-size:1.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.callout {
	border:1px solid #999999;
}
#header {
	margin:0 auto;
	width:694px;
}
#maincol {
	position:relative;
	margin:0;
	width:694px;
	background-image:url(/images/bg_content.gif);
}
#centercol {
	top:0px;
}
#content {
	padding:70px;
}
#content p {
	line-height:1.6em;
}
#content a {
	color: #638D7C;
	text-decoration:underline;
}
#content a:hover {
	text-decoration: none;
	background-color: #638D7C;
	color:#FFFFFF;
}
#content a:hover {
	background-color: #638D7C;
	color:#FFFFFF;
}
#nav {
	margin-left:10px;
}
#nav, #nav ul {
	font-size:11px;
	float: left;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding-left:56px;
	z-index:1;
}

#nav a {
	display: block;
	width: 90px;
	w\idth: 90px;
	color: #000000;
	text-decoration: none;
}

#nav a.daddy {
	background: url(/images/rightarrow2.gif) center right no-repeat;
	cursor:default;
}

#nav li {
	float: left;
	padding: 0;
	padding:10px;
	width:95px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	top:3.5em;
	border:1px solid #666666;
}

#nav li li {
	padding-right: 1em;
	padding-top: 1.12em;
	padding-bottom: .12em;
	width: 13em;
}

#nav li ul a {
	width: 9em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}

#nav a {
	color: #000000;
	text-decoration:none;
}

#footer {
	font: 9px Arial, Helvetica, sans-serif;
	color: #47713d;
	margin: 0 auto;
	position:relative;
	width: 694px;
	text-align:left;
	padding:0;
	padding-top:5px;
	background-image:url(/images/bg_footer.gif);
/*	background-position:bottom;*/
/*	background-repeat:no-repeat; */
}
#footer_right {
	text-align:right;
	position:absolute;
	left:10px;
	width:660px;
	padding:0;
}
#footer a {
	text-decoration:none;
	color:#638D7C;
}
#footer a:hover {
	text-decoration:none;
	color:#60BF99;
}
.highlight {
	font-size: 14px;
	font-weight: bold;
	color: #7C6240;
}

.bluehighlight {
	font-weight: bold;
	color: #47713d;
}

.formhighlight {
	color:#CC0000;
}
.expiry_alert {
	padding:10px;
	color:#EEEEEE;
	background-color:#FF6666;
	border: 1px solid #FF0000;
	text-align:center;
}
.required {
/* for phpList form */
	font-weight:bold;
	color:#638D7C;
}
.invalid {
	border-color: #ff0000; background-color: #ffcccc;
}
.whitetext {
	color:#FFFFFF;
	background-color:#333333;
}
/**** Forms BEGIN ****/

input, textarea, select {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #47713d;
	font-size:0.8em;
}
input:focus, textarea:focus {
	background-color: #E8F1E6;
	color:#000000;
/*	border: 1px solid #c8918f;	*/
	border: 1px solid #000000;
}
input.form-submit {
	background: #BFCF00;
	background-color: #E8F1E6;
	border: 2px solid #47713d;
	font-weight:bold;
	padding:2px;
}
.errorfield {
	background-color: #ffcccc;
	border: 1px solid #ff0000;
}
input.errorfield, textarea.errorfield, select.errorfield {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffcccc;
	border: 1px solid #ff0000;
}
.btn_submit {
	background-color: #E8F1E6;	
}
.tinytext {
	font-size: 8px;
}
.disabled_textbox {
	color: #888888;
}
/**** Forms END ****/
