.print_only {
	display:inline;
}
.no_print {
	display:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
	padding: 0;
	margin: 0 auto;
	background-color:#f0f0f0;
	width:6.5in;
}
#top {
	display:none;
}
#wholepage {
	background-image:url(/images/bg_page.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}
.featured_headline {
	font-weight:bold;
	color: #a23242;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
}
a, a:hover, a:active {
	color:#ff3c00;
}
a:visited {
	color:#452856;
}
#nav_breadcrumb {
	display:none;
}
#nav_subnav {
	display: none;
}
#col_left {
	width:3.5in;
	float:left;
}
#one_col_left {
	width:3in;
	padding:6.5px;
	padding-top:0;
	padding-bottom:36px;
	margin-top:36px;
	margin-bottom:16px;
	background-color:#FFFFFF;
}
#two_col_left {
	float:left;
	width:3in;
	padding:30px;
	padding-top:0;
	padding-bottom:36px;
	border-right:1px solid #e6e6e6;
	margin-top:36px;
	margin-bottom:16px;
	background-color:#FFFFFF;
}
#two_col_right {
	float:right;
	width:3in;
	padding:30px;
	padding-top:0;
	padding-bottom:36px;
	margin-top:36px;
	margin-bottom:16px;
}

#col_right {
	display: none;
}
#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;
}

#footer {
	font: 9px Arial, Helvetica, sans-serif;
	background-color: #6c6c6c;
	color:#FFFFFF;
	text-align:left;
	width: 840px;
	padding:15px;
	clear:both;
}
#footer_left {
	text-align:left;
	padding:0;
	margin:0;
	float:left;

}
#footer_right {
	display:none;
}
#footer a {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:none;
	color:#FF3C00;
}

.article_head {
	font-size:18px;
	color:#ff3c00;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.sub_head {
	font-weight:bold;
	font-style:italic;
	color:#ff3c00;
	font-size:1.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:5px;
}
.callout {
	border:1px solid #999999;
}

.formhighlight {
	color:#CC0000;
}
.required {
/* for phpList form */
	font-weight:bold;
	color:#638D7C;
}

/**** Forms BEGIN ****/

form {
	margin:0px;
	padding:0px;
	padding-top:6px;
	padding-bottom:6px;
	min-height:20px;
}
input, textarea, select {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	font-size:0.8em;
}
input.search_button {
	border:none;
}
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;
}
#dhtmltooltip {
	display:none;
}