/* CSS Document */

/*body layout*/
html, body { 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image:url(../images/bg.gif);
 background-attachment: fixed;
 background-position: top left;
 background-repeat:repeat;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
} 

h1 {
 font-size: 14px;
 font-weight: bold;
 color: #1c821c;
 line-height: 12px;
}

h4 {
 font-size: 14px;
 font-weight: bold;
 color: #000000;
 line-height: 12px;
}

a:link {
	color: #af8f42;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
    color: #1c821c;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #1c821c;
    font-weight: bold;
    text-decoration: none;
}
body,td,th {
	color: #241a10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#pagewidth{ 
 width:855px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
}  
#header{
 position:relative; 
 height:110px; 
 background-color:#000000; 
 width:855px;
} 
#footer{
 position: relative;
 background-color: #0d2152;
 width: 760px;
} 
#container1 {
 background-color: #ffffff;
 width: 90%;
 float: left;
 margin: 10px;
 position: relative;
}
#container2 {
 background-color: #ffffff;
 width: 90%;
 float: left;
 margin: 0px;
 position: relative;
}
#container3 {
 background-color: #4c5670;
 width: 120px;
 margin: 10px;
 position: relative;
}
#containerleft {
 background-color: #4c5670;
 width: 160px;
 margin: 8px;
 position: relative;
}
.title { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 line-height: 18px;
 background-color: #fbf9ec;
 color: #241a10;
}
.lfont {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #241a10;
}
.lfontbold {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #241a10;
}
.lfontitalic {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-style: italic;
 font-size: 11px;
 color: #241a10;
}
.white {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #241a10;
 background-color: #000000;
}
.subtitle {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 20px;
 font-weight: bold;
 color: #241a10;
}
.footer {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 13px;
 color: #241a10;
 background-color: #0d2152;
}
.notice  { 
 color: #800000; 
 font-size: 10px; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 line-height: 12px;
} 
.legal { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
.promo {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #fcefc5;
}
.promobold {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #241a10;
 background-color: #ffffff;
}
.links a:link, .links a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #fcefc5;
}
.links a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #af8f42;
	}
	
/*- Menu Tabs--------------------------- */ 


    #tabs {
      float:right;
      width:100%;
      font-size:93%;
	  background-color: #017301;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:0px 0px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:right;
      background:url("../images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
