body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 76%; 
	margin: 0; 
	padding: 0;
	color: #666;
	text-align: center;
	}
a { text-decoration: none; border-bottom: 1px solid #ccc; color: #8B0000; }
a:hover { border: none; }	
h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 25px;
	padding-bottom: 10px;
	margin-bottom: -6px;
	}
	

#container {
	height: auto ;
	height: 100%;
	min-height: 100%;
	position: relative;
	}
	

#header { }	
#header div {
	margin: 0 auto;
	height: 60px;
	width: 450px;
	text-align: left;
	padding-left: 20px;
	}
#logo{
float:left;
height: 108px;
width: 475px;
}	
#logo img {
border: none;
}
	
#header h1 { 
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	float: left;	
	font-size: 1.9em;
	padding: 30px 0;
	margin: 0;
	}			
#header h1 span { color: #999; }	
#header h1 a {
	border: none;
	color: #000;	
	font-weight: normal;	
	}		

#nav {
	float: right;
	margin: 0;
	padding: 0;
    
	}
#nav li {
	list-style-type: none;
	display: inline;		
	float: left;	
	}	
#nav li a {
	text-decoration: none;
	border: none;
	color: #000;
	padding-top: 5px;		
	display: block;	
	margin: 0 15px;	
    font-size: 1.2em;	
	}		
#nav li.on a { 
	background: url(images/nav_hover.gif) no-repeat 50%;
	background-position: 0px -2px;
	padding: 1px 45px 6px 45px;
	margin: 0;
	color: #fff;
	}
#nav li a:hover { color: #33CC00; }	

#strike {
	background-image:url(images/site-strike.jpg);
	text-align: center;
	clear: both;
	
	padding-left: 10px;
	}
#strike div {
	width: 420px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 30px 40px 0;
	}	

#strike p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 20px;
	letter-spacing: -1px;
	}	

#strikeshadow {
  background-image:url(images/shadow.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height:11px;
	margin: 0 auto;

	margin-bottom: 35px;
}	

#body { 
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: url(images/line_bg.gif) repeat-y 515px 20px;
	padding-left: 20px;
	padding-bottom: 61px;	
	}
#body:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}
* html #body { height: 1%; }

#l, 
#l {
	width: 480px;
	padding-right: 20px;
	float: left;
	margin-right: 20px;
	}
#l p,
#r p {
	margin-top: 10px;
	}	
	
#l p {
	color: #3D3D3D;
	font-weight: normal;
	font-size: 14px;
}

#r {
	width: 210px;
	float: right;
	margin-right:15px;
	}
#r p span {
	color: #009900;
	font-weight: bold;
	}
	
#r a.bigger {
 font-size: 14px;
 font-weight: bold;
}	
#r p {
	margin: 1em 0;
	padding: 0;
}	
#r hr {
	border-top: 1px solid #eee; 
	height: 1px; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0; 
	margin: 0; 	
	}			

div.block {
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	color: #999;
	margin-top: 10px;
	}	
	
#footer {
	
	color: #fff;
	padding-top: 30px;
	width: 100%;

	
	}
#footer div {
	width: 800px;
	background-color:#28578d;
	margin: 0 auto;
	font-size: 10px;
		padding-top: 10px;	
	padding-bottom: 2px;
	}	
#footer div div {	

	
	}
#footer a { color: orange; font-weight: bold; text-decoration: none;}		


.bluetext {color: #004080; font-weight: bold;}
.ads {width: 800px;	margin: 0 auto;height:140px;}


/*- Menu Tabs 6--------------------------- */

    #tabs6 {
      float:right;
      width:100%;
      background:#ffffff;
      font-size:1.2em;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #tabs6 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:right;
      background:url("images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:right;
      display:block;
      background:url("images/tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFA500;
      }
    #tabs6 a:hover,  #tabs6 a.sel {
      background-position:0% -42px;
	     color:#FFA500;
      }
    #tabs6 a:hover span, #tabs6 a span.selspan {
      background-position:100% -42px;
	     color:#FFA500;
      }
	
	
