body{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   background-image:url(images/page_bg.jpg);
   background-repeat: repeat-x;
   background-color:#FFFFFF;
   margin: 0px;
}
a, a:link a:visited {
   color: #0169CA;
   text-decoration:none;
}
a:hover{
   color: #650E04;
   text-decoration:underline;
}
img{
   border:0px;
}
/*----------------------------------------------------------------------MAIN PAGE---------------------------*/
/*------------------------------------------------------------LAYOUT-----------*/
#container{
   width:741px;
   margin:auto;
   background-color:#650E04;
}
#header{
   background-image:url(images/header_logo.jpg);
   height: 234px;
}
#flash_menu{
   background-image:url(images/flash_temp.jpg);
   height: 63px;
}
#body{
   color:#333333;
}
#menu{
   float:left;
   width: 235px;
   height:298px;
   background-image:url(images/menu_bg.jpg);
   
}
#content{
   float: right;
   width: 506px;
   min-height: 350px;
   background-image:url(images/home_bg.jpg);
   background-color: #DBE1D5;
}
/* for Internet Explorer */
/*\*/
* html #content{
   height: 350px;
}
#footer{
   clear:both;
   height: 21px;
   background-image:url(images/footer_bg.jpg);
   background-repeat:repeat-x;
   padding-top: 20px;
   font-size:10px;
}
#top_left{
   float: left;
   width: 312px;
   height: 169px;
   padding: 2px 0px;
   text-align:center;
}
#top_right{
   float:right;
   width: 194px;
   height: 165px;
   padding: 4px 0px;
   text-align:center;
}
#bottom{
   clear:both;
   width: 495px;
   padding: 5px;
   font-size:11px;
}
#legal{
   float:right;
   width:110px;
   padding: 3px 10px 0px 0px;
   color:#FFFFFF;
}
#copy{
   float:left;
   padding: 3px 0px 0px 10px;
   width:450px;
   color:#FFFFFF;
}

/*---------------------------------------------------BEHAVIORS------------------------*/
.date{
   float:left;
   width: 200px;
   padding:3px;
   text-align:left;
   font-size:10px;
   color:#FFFFFF;
}
img.floatRight { 
   float: right;
   margin: 2px; 
}
img.floatLeft { 
   float: left;
   margin: 2px; 
}
.menu_header{
   margin: 5px;
   color:#fff;
   font-weight:bold;
   font-size:14px;
   border-bottom: 1px solid #fff;
}
.news_header{
   margin-top: 10px;
   font-weight:bold;
   font-size:15px;
   border-bottom: 1px solid #AFB5C1;
}
.menu_items{
   margin: 5px;
}
.menu_items a, .menu_items a:link a:visited {
   color: #fff;
   text-decoration:none;
}
.menu_items a:hover{
   color: #AFB5C1;
   text-decoration:underline;
}
/*----------------------------------------------------------------------SECONDARY PAGES---------------------------*/
#sec_header{
   background-image:url(images/sec_header_logo.jpg);
   height: 107px;
}
#sec_content{
   padding: 10px;
   float: right;
   width: 486px;
   min-height: 350px;
   background-image:url(images/sec_home_bg.jpg);
   background-color: #DBE1D5;
}
/* for Internet Explorer */
/*\*/
* html #sec_content{
   height: 350px;
}
h1{
   float:right;
   display:block;
   font-size:18px;
   font-weight: bolder;
   margin: 0;
   padding:0;
}
.text_box{
   clear:both;
   padding: 5px;
   background-color:#CDD6C5;
   border:1px solid #9DAD8D;
}
.label{
   float:left;
   width:130px;
   height:15px;
   text-align:right;
}
.text_box input, 
.text_box textarea{
   width: 325px;
}
.text_box .button{
   width:auto;

}
/* WLM Addittions */
.fdic{
   text-align:right;
   margin:3px 5px -5px 3px;
}
#fdiclnk{
   text-align:center;
   font-size:1.5em;
   font-weight:bold;
}
.tal{text-align:center}
.ul{text-decoration:underline}
.frow{
 background-color:#000000;
 color:#CDD6C5;
 font-size:1.1;
 font-weight:bolder;
 padding:3px;
}
.trow{
 border:1px solid #000000;
}
.privspacer{
 height:1px;
 line-height:1px;
 padding:0px;
 margin:0px;
}
.trowl{
 border-bottom:1px solid #000000;
 border-left:1px solid #000000;
}
.trowr{
 border-bottom:1px solid #000000;
 border-right:1px solid #000000;
}
