body {
	font: bold 11px/1.5em Verdana;
	background-color: #000;
	background-image: url('bbg.gif');
}
h1 {
	font: bold 36px Bookman Old Style;
        color: #FF6666;
	text-indent: 15px;
}

h3 {
	font: bold 18px Verdana;
	color: #FF6666;
	margin: 30px;
	
	
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
img {
border: none;
}

pre {
	border: 1px solid #24618E;
	background-color: #9DB0BF;
	width: 80%;
	padding: 5px;
	margin: 5px auto;
}

#container {
	width: 850px;
	padding:px;
	margin: 0px auto;
}

/*/////////////////////
//   Menu         
/////////////////////*/
#menu {
	width: 850px;
	height: 40px;
}

/*- Menu Tabs J--------------------------- */

    #tabsJ {
	float:left;
	width:850px;
	font-size:93%;
	line-height:normal;
	border-bottom:0px solid #24618E;
      }
    #tabsJ ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

/*/////////////////////
//   Header         
/////////////////////*/
#header {
	background-color: #FFF;
	background: url('IMG_5.jpg') no-repeat left center;
	width: 850px;
	height: 190px;
	border: 1px solid #7593AB;

	
	
}
#headertext {
	position: relative;
	left: 60px;
	top: 45px;
	color: black;
	font-size: 2em;
}
/*/////////////////////
//   Main         
/////////////////////*/
#middle {
	background-color: #FFF;
	background-image: url('wbr.gif' );
	width: 850px;
	border: 1px solid #7593AB;
}
#main {
	padding: 10px;
	font: normal 11px/1.5em Verdana;
}
/*/////////////////////
//   Footer         
/////////////////////*/
#footer {
	background-color: transparent;
	width: 850px;
	height: 32px;
	color: #FFF;
	padding: 5px;
	font: normal 80% Arial;
}
/*/////////////////////
//   Links         
/////////////////////*/
a:link {
	color: #7593AB;
}
a:visted {
	color: #7593AB;
}
a:hover {
	color: #24618E;
}
a:active {
	color: #7593AB;
}
a {
	color: #7593AB;
}

/*Places images to the right so that text can be placed down the left of it.*/
img.FloatRight {float: right;
              margin-top: 0px;
              margin-right:10px;
              margin-left: 20px;
              margin-bottom:20px;}

/*Places images to the left so that text can be placed down the right of it.*/
img.FloatLeft {float: left;
               border-style:none;
               border-width:15px
               margin-top: 10px;
               margin-right: 10px;
               margin-left: 10px;
               margin-bottom: 10px;
               padding-right:10px;
               }



