

body {

 font-size: 85%;
  font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
background-color:#000;  
}
#wrapper { 
 margin: 0 auto;
 width: 780px;
 border: solid 2px #660000;
}
#faux {
clear:both;
  background: url(images/columns.gif); 
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 780px;
 height: 182px;
 background: #D1DBDB url(images/banner.png);
}

#header span {
 display:none;	
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 140px;
 float: left;
   
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 600px;
 display: inline;
 position: relative;
}
#footer { 
 width: 780px;
	height:130px;
 clear: both;
 color: #fff;
 background: #660000;
 border-top: solid thin #333;
}
.clear { clear: both; background: none; }


/**************************
Navigation
**************************/

/*- Menu Tabs--------------------------- */ 

	
	
/*- Menu Tabs E--------------------------- */

    #tabsE {
      float:left;
      width:100%;
      background:#000;
      font-size:100%;
      line-height:normal;

      }
    #tabsE ul {
	  margin:0;
	  padding:10px 0px 0px 8px;
	  list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("images/tableftE.gif") no-repeat left top;
	 
      margin:0px;
      padding:0px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("images/tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;

      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
	   color:#EFE89A;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  
	
/******************
Left Navigation
*******************/
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 130px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
font-size:110%;
}

#navlist li a { 
	text-decoration: none; 
	color: #990000;
	display:block;
}

#navlist li a:hover { 
	text-decoration: none; 
	color: #fff;
	background-color:#000000;
}
/**************
Content
**************/
h1 {
    color: #990000;
	border-bottom:3px solid #F3F3F3;
    }
	
h2 {
    color: #333;
	border-bottom:2px solid #F3F3F3;
    }

img {
	border:none;
	}
		


 ol li  {margin-bottom:20px; line-height:22px;}
		
.thumbnail{
	padding: 5px 5px 10px 3px;
	background-color: #eee;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.thumbnail:hover {

	background-color:#660000;
	
	
}
.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

.underline {
	text-decoration:underline;
	}

.center {
	text-align:center;
}

.red {
	color:#990000;
	}		
	
table ul {
	margin-left:10px;
	
	}	
.rightBorder1 {
	border-right:3px solid #F3F3F3;
	}		
/**************************
Footer
**************************/
#footer p {
 padding:10px;
}

#footer a {
 color:white;
}


#footer table {
	text-align:center;
	margin:8px auto;
	}
	
	
	
.style10 {
	
	font-weight:bold;
}