/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background-color:#F5F5EB;
}
.hsal {
    width: 471px;
    height: 75px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50px;
}
td.mainoff {
background: url(images/main_menu_bg.gif) -130px 0px no-repeat;
height:33px;
}
td.mainon{
background: url(images/main_menu_bg.gif) 0px 0px no-repeat;
height:33px;
}
.header_background
{
background:url(images/bkgrnd.gif) center center no-repeat;
}
.header_image_box
{
padding:0px 5px;
background-color:#FFFFFF;
color: #484836;
}
.body_text_box
{
padding:35px 30px 15px 30px;
background-color:#FFFFFF;
color: #484836;
}
.footer_left_bg
{
background:url(images/footer_left_bg.gif) left top no-repeat;
height:33px;
}
.footer_center_bg
{
background:url(images/footer_center_bg.gif) left top repeat-x;
height:33px;
}
.footer_right_bg
{
background:url(images/footer_right_bg.gif) left top no-repeat;
height:33px;
}
.box_top_line
{
background:url(images/top_line.gif) left top repeat-x;
height:9px;
}
.box_left_line
{
background:url(images/left_line.gif) left top repeat-y;
width:9px;
}
.box_right_line
{
background:url(images/right_line.gif) left top repeat-y;
width:9px;
}
.box_bottom_line
{
background:url(images/bottom_line.gif) left top repeat-x;
height:9px;
}
.input_box
{
border:1px solid #72550F;
width:108px;
height:18px;
background-color:#EDE9D7;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #17170F;
text-decoration: none;
padding-left:3px;
}
.highlight
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
background-color:inherit;
font-weight: bold;
}
.floatimgleft {
float:left;
margin-top:5px;
margin-right:5px;
margin-bottom:5px;
}
.floatimgright {
float:right;
margin-top:5px;
margin-left:5px;
margin-bottom:5px;
}

.floatimgcenter {
float:center;
margin-top:5px;
margin-left:5px;
margin-bottom:5px;
}


/* CSS Background image Document */
.menu_bg
{
background:url(images/menu_bg.jpg) left top repeat-x;
height:27px;
}
.menu_footer_bg
{
background:url(images/menu_footer_bg.jpg) left top repeat-x;
height:27px;
}
.menu_left_bg
{
background:url(images/menu_left_bg.jpg) left top repeat-x;
height:27px;
}
.menu_right_bg
{
background:url(images/menu_right_bg.jpg) left top repeat-x;
height:27px;
}
.header_left_bg
{
background:url(images/header_left_bg.jpg) left top repeat-y;
width:21px;
}
.header_right_bg
{
background:url(images/header_right_bg.jpg) left top repeat-y;
width:21px;
}
.body_left_bg
{
background:url(images/body_left_bg.jpg) left top repeat-y;
width:6px;
}
.body_right_bg
{
background:url(images/body_right_bg.jpg) left top repeat-y;
width:6px;
}
.body_center.jpg
{
background:url(images/background.jpg) left top no-repeat;
height:100%;
width:100%;
}
.header_top_image
{
background:url(images/header_top_image.jpg) left top no-repeat;
height:130px;
}
.header_bottom_image
{
background:url(images/header_bottom_image.jpg) left top no-repeat;
height:133px;
}




/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #484836;
	text-decoration: none;
}
.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #72550F;
	color: #17A;
  background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
text-decoration:underline;
color: #4C3601;
color: #17A;
background-color:inherit;
}
.left_menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 33px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #484836;
	background-color:inherit;
	text-decoration: none;
}
.left_menu_link:hover
{
text-decoration:underline;
color:#1B1B11;
background-color:inherit;
}
.footer_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #72550F;
  color: #17A;
	background-color:inherit;
	text-decoration: none;
}
.footer_link:hover
{
text-decoration:underline;
color: #3D2B00;
color: #17A;
background-color:inherit;
}



	/* STYLES FOR CROSSFADER */
	div.cf_wrapper
	{
    width: 406px;
    text-align: left;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 120px;
  }
	
	div.cf_element
	{
		width: 406px;
		height: 150px;
		border:  0px solid #ccc;
	}
