body {
	margin: 0px;
	padding: 0px;
}
.home-left-m {
	background-image: url(/images/home-imges/left-m-border.jpg);
	background-repeat: repeat-y;
}
.home-right-m {
	background-image: url(/images/home-imges/right-m-border-repeat.jpg);
	background-repeat: repeat-y;
}
.home-right-border {
	background-image: url(/images/home-imges/left-border2.jpg);
	background-repeat: repeat-y;
}
.home-left-border {
	background-image: url(/images/home-imges/left-border2.jpg);
	background-repeat: repeat-y;
}
.search-textbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	float: right;
	background-color: #FFFFFF;
}
.sub-left-m {
	background-image: url(/images/sub-images/left-m-border.jpg);
	background-repeat: repeat-y;
}
.sub-right-m {
	background-image: url(/images/sub-images/right-m-border.jpg);
	background-repeat: repeat-y;
}
.sub-right-border {
	background-image: url(/images/sub-images/right-border.jpg);
	background-repeat: repeat-y;
}
.sub-left-border {
	background-image: url(/images/sub-images/left-border.jpg);
	background-repeat: repeat-y;
}
.bg-content {
	background-image: url(/images/home-imges/content-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-content-sub {
	background-image: url(/images/background-content-sub.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headline-brown {
	font-family: Arial;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
.headline-brown-small {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
.headline-orange {
	font-family:arial;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #9C4900;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.content{
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.contentExpired{
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #777777;
	text-decoration: none;
}
.content a:link{
	color: #990000;
	text-decoration: none;
}
.content a:visited{
	color: #990000;
	text-decoration: none;
}
.content a:hover{
	color: #006600;
	text-decoration: none;
}
.content-footer{
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.content-footer a:link{
	color: #990000;
	text-decoration: none;
}
.content-footer a:visited{
	color: #990000;
	text-decoration: none;
}
.content-footer a:hover{
	color: #006600;
	text-decoration: none;
}
.sub-nav-text{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding-left: 15px;
	margin-left: 6px;
}
.sub-nav-text a:link{
	color: #993300;
	text-decoration: none;
}
.sub-nav-text a:visited{
	color: #993300;
	text-decoration: none;
}
.sub-nav-text a:hover{
	color: #CC9900;
	text-decoration: none;
}
.error{
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

/* -------------- FORM ELEMENTS -------------------------- */
form{margin-bottom : 0px;margin-left : 0px;margin-right : 0px;margin-top : 0px;padding:0px;}
input{border: #999999 1px inset;background-color: #EFEFEF; color: #333333;}
.inputRequired{border: #999999 1px inset;background-color: #EFEFEF; color: #333333;}
.inputError{border: #999999 1px inset;background-color: #FFFFCC; color: #000000;}
textarea{border: #999999 1px inset;background-color: #EFEFEF; color: #333333;}
.textareaError{border: #999999 1px inset;background-color: #FFFFCC; color: #000000;}
select{border: #999999 1px inset;background-color: #EFEFEF; color: #333333;}
.selectError{border: #999999 1px inset;background-color: #FFFFCC; color: #000000;}
radiobutton{border: #EFEFEF 0px outset;}

#content{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

