﻿body {
	margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
	width:1003px;
	/*
	background-image:url('images/scanlines_bg.jpg');
	background-repeat:repeat-x;
	*/
	background-image:url('images/leftcol_bg.jpg');
	background-repeat:repeat-y;
}


#header{
	width:1003px;
	height:80px;
	background-image:url('images/header.jpg');
}


#outerbodyblock{
	clear:both;
		border-right: 1px black solid;
	border-bottom: 1px black solid;

}


#innerbodyblock{
}


#left-col{
	float:left;
	margin-left:13px; 
	display:inline;
}


#content{
	margin-left:200px;
	width:750px;
	padding-top:3px;
	/*
	border-style:solid;
	border-width:1px;
	*/
}

#content.normalcontent{

	padding:10px;
	text-align:justify;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	background-color:#F4F4F4;
	
}


#footer{
	padding:10px;
	margin-left:200px;
	margin-top:10px;
	width:750px;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#F4F4F4;
	border:1px #666666 solid;	
}


h1{
	font-family: "Gill Sans MT", Arial;
	font-size: 18px;
	margin:0px;
	padding:0px;
	
}



#tbl-garyHenning {
}

#tbl-garyHenning td {
	text-align:center;
	vertical-align:top;
}

.tbl-garyHenning_colOne, .tbl-garyHenning_colThree {
	width:40%;
	padding-top:30px;
}

.tbl-garyHenning_colTwo {
	width:20%;
}

#tbl-garyHenning span {
	display:block;
	font-weight:bold;
}

.tbl-garyHenning_LvlOneHeading {
	font-size:20px;
}

.tbl-garyHenning_LvlTwoHeading {
	padding-top:20px;
	font-size:15px;
	font-style:italic;
}
	  
/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
	border-bottom-style:solid;border-bottom-width:1px;border-top-style:solid;border-top-width:1px;      
      }
    #tabsB ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
	


