/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  html{
    height: 100%;
  }
  body{
    background: #FFF url(../images/body_top_bg_form.jpg) repeat-x;
    text-align: center;
    font: 11px Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
    color: #666;
  }
  td.off {
background: url(../images/menu_bg.gif) 0px 0px repeat-x;
height:25px;
}
td.on{
background-color:#89B02B;
height:25px;
color:#FFFFFF;
}
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;
}
.logo
{
margin-left:19px;
margin-top:16px;
}

.header_image_box
{
padding:0px 5px 4px;
background-color:#FFFFFF;
color: #5B5A5A;
}
.body_text_box
{
padding:35px 30px 15px 30px;
background-color:#FFFFFF;
color: #5B5A5A;
}
.body_left_bg
{
background:url(../images/body_left_bg.jpg) left top repeat-y;
width:8px;
}
.body_right_bg
{
background:url(../images/body_right_bg.jpg) left top repeat-y;
width:8px;
}
.footer_left_bg
{
background:url(../images/footer_left_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: #72550F;
text-decoration: none;
padding-left:3px;
}
.box {
	font-family: "Times New Roman", Times, serif;
	background-color: #8ABD24;
	border-top-color: #ECE9D8;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-left-color: #ECE9D8;
}

.highlight
{
color:#72550F;
background-color:inherit;
font-size:14px;
text-decoration:none;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    width: 720px;
    height: 240px;
    background: transparent url(../images/header_bg.jpg) left bottom no-repeat;
    text-align: left;
  }
  h1#logo{
	position: absolute;
	top: 115px;
	left: 312px;
	font: normal 25px Times New Roman, Times, Georgia, serif;
	width: 439px;
	height: 35px;
  }
  h1#logo a{
    color: #000FF;
    text-decoration: none;
  }
  h1#logo a:hover{
    color: #ff9;
  }
  ul#mainNav{
    float: right;
    padding: 15px 0;
    list-style: none;
  }
  ul#mainNav li{
    float: left;
    padding-left: 80px;
    text-align: right;
  }
  ul#mainNav a{
    display: block;
    color: #993;
    font: 14px Times New Roman, Times, Georgia, serif;
    text-decoration: none;
  }
  ul#mainNav a:hover{
    color: #cc3;
    text-decoration: underline;
  }
  
  #footer{
    margin: 0 auto;
    width: 720px;
    color: #cc6;
    font-size: 9px;
  }
  #footer a{
    color: #cc6;
    text-decoration: none;
  }
  #footer a:hover{
    color: #ff9;
  }
  #footer ul{
    padding: 5px 0 40px 0;
    background: transparent url(../images/footer_dot.gif) repeat-x;
    list-style: none;
  }
  li.validate{
    padding-right: 10px;
    float: left;
  }
  li.copyright{
    float: right;
  }
  li.copyright a{
    padding-right: 18px;
    background: transparent url(../images/inhead_logo.gif) right center no-repeat;
  }
