body 
{
	font-family : Arial;
	font-size : 11px;
	background-color : #fff;
}

.content-header {
	background-image : url(../img/content-header.gif);
	background-repeat : no-repeat;
	height : 27px;
	width : 712px;
	color : #fff;
	font-size : 14px;
	font-weight : bold;
	padding-left : 7px;
	vertical-align : top;
	padding-top : 3px;
}

.services-header {
	background-image : url(../img/services-header.gif);
	background-repeat : no-repeat;
	height : 27px;
	width : 136px;
	color : #fff;
	font-size : 14px;
	font-weight : bold;
	padding-left : 7px;
	vertical-align : top;
	padding-top : 3px;
}

.label {
	color : #666;
	font-size : 11px;
}

.textbox {
	font-size : 11px;
	border : solid 1px #ccc;
	padding : 0px;
	margin : 0px;
}

.button {
	border : solid 1px #F29926;
	background-color : #FEE0AA;
	font-size : 11px;
	margin-left : 4px;
	padding : 0px 4px 0px 4px;
}

.line {
	border-bottom : solid 1px #F29926;
	margin-bottom : 3px;
	padding-bottom : 3px;
	padding-left : 4px;
}

a.link {
	text-transform : uppercase;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
	color : #000;
}

a.link:hover {
	color : #F29926;
}

.footer {
	background-color : #F29926;
	height : 25px;
	text-align : center;
	color : #fff;
}

div.footer-item 
{
	text-transform : uppercase;
	color : #fff;
	display : inline;
	padding-left : 5px;
	padding-right : 8px;
	font-weight : bold;
	font-size : 12px;
}

div.footer-item a
{
	color : #fff;
	text-decoration : none;
}

div.footer-item a:hover {
	color :#FEE0AA;
}

.copyright {
	font-size : 10px;
	text-align : center;
}

.error {
	padding: 5px;
	color: #990000;
	font-weight: bold;
}

.success {
	padding: 5px;
	color: #996633;
	font-weight: bold;
}

.popup-header {
	font-size: 14px;
	color: #F29926;
}

.popup-sub-header {
	font-size: 14px;
	color: #ccc;
}

.sub-content-header 
{
	background-color : #FEE0AA;
	width : 692px;
	color : #000;
	font-size : 12px;
	font-weight : bold;
	height : 17px;
	padding-top : 2px;
}

#dropmenudiv {
	position:absolute;
	border:1px solid #999999;
	border-bottom-width: 0;
	line-height:16px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999999;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: #F29926;
	background-color:#F5F5F5;
}

#dropmenudiv a:hover { 
	background-color: #CCCCCC;
	text-decoration: underline;
}

ul.cat {
	margin: 0px 0px 0px 14px;
}

li.subcat {
	list-style-image : url(../img/bulletpoint2.gif);
}

.stats {
	font-size : 16px;
	font-weight : bold;
	color : #F29926;
	text-align : center;
	width : 692px;
	padding-top : 15px;
}

.stats span {
	color : #666;
}

.cat-header 
{
	background-image : url(../img/cat-header.gif);
	background-repeat : no-repeat;
	height : 20px;
	width : 215px;
	color : #fff;
	font-size : 12px;
	font-weight : bold;
	padding-left : 7px;
	vertical-align : top;
	padding-top : 3px;
}

.cat-header a {
	color : #fff;
	text-decoration : none;
}

a.catsub {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.form-item 
{
	display : block;
	width : 170px;
	background-color : #FEE0AA;
	font-size : 12px;
	height : 17px;
	margin-top : 4px;
	margin-bottom : 2px;
}