@charset "utf-8";
@import "header.css";
/* CSS Document */
#page {
	background-color:#D69400;
	margin-top:28px;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
}
#content {
	width:569px;
	padding: 8px;
	background-color:#FFFFFF;
	float:left;
}
#wideContent {
	width:759px;
	padding:8px;
	background-color:#FFFFFF;
	float:left;
}
#content #toolbar, #wideContent #toolbar {
	text-align:right;
}
#content #toolbar ul, #wideContent #toolbar ul {
	list-style-type:none;
	list-style-image:none;
	padding:0px;
	margin:0px;
}
#content #toolbar ul li, #wideContent #toolbar ul li {
	display:inline;
}
#content .contentItem, #wideContent .contentItem {
	font-size:small;
}
#content .contentItem h1, #wideContent .contentItem h1 {
	color:#7D7D28;
	font-size:medium;
}
#content .breadcrumbs, #wideContent .breadcrumbs {
	font-size:x-small;
	font-weight:bold;
	color:#000000;
}
#content .breadcrumbs a:link, #content .breadcrumbs a:visited, #wideContent .breadcrumbs a:link, #wideContent .breadcrumbs a:visited {
	color:#000000;
	text-decoration:underline;
}

a:link, a:visited {
	color: #717124;
	text-decoration:none;
	font-weight: bold;	
}
a:hover {
	text-decoration:underline;
}

#rightCol {
	margin-left:585px;
	padding:8px;
	font-size:smaller;
}
#rightCol h1 {
	border-top:solid thick #BE3229;
	font-size:medium;
	color:#FFFFFF;
	text-transform:uppercase;
	letter-spacing:-1px;
}
#rightCol ul {
	list-style-type:none;
	list-style-image:none;
	padding:0px;
	margin:0px;
}
#rightCol ul li {
	padding:4px 0px;
	border-top:solid 1pt #BE3229;
}
#rightCol a:link, #rightCol a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: normal;
}
#rightCol a:hover {
	text-decoration:none;
}
#contact_footer {
	padding:10px;
	background-color:#D69400;
	border-top:solid 1pt #000000;
	font-weight:bold;
	font-size:smaller;
}
#contact_footer .address {
	float: left;
}
#contact_footer .phone {
	text-align:right;
}
#footer_bot {
	height:49px;
	background:url(images/footer_bot.gif) repeat-x;
}
.clear {
	clear:both;
}
#copyright {
	margin:10px 0px;
	font-size:smaller;
	text-align:center;
	color:#FFFFFF;
}
#copyright a:link, #copyright a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: normal;
}
#copyright a:hover {
	text-decoration:underline;
}

.hiliteBox {
	background-color: #EFEFEF;
	border: 1pt solid #999999;
	display: block;
	padding: 4px;
	font-size: small;
}

.redhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CD3A32;
}
.klc {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #555555;
text-decoration: none;
}
