﻿html,body{
	margin: auto;
	padding:0;
	height:100%;
}

body	{
	font-size: 0.8em;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: auto;
	background-position:Top Left;
	background-repeat:repeat-x;
	background-color: #000000;
	background-attachment:fixed;
	min-height:101%;
}

h1	{
	font-size: 2.4em;
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding-left: 30px;
	color: #93C1F5;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

h2	{
	font-size: 2em;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding-left: 30px;
	color: #93C1F5;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

h3	{
	font-size: 1.5em;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	color: #93C1F5;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

p	{
	line-height: 1.4;
	margin-right: 100px;
	margin-left: 20px;
}

img {
	border: 0;
}
.left-align {
	text-align: left;
}

.font-small {
	font-size: 0.6em;
}
.small-font {
	font-size: small;
}

.center {
	text-align: center;
}
.date-style {
	font-weight: bold;
	width: 120px;
}
.hot-box {
	color: black;
	width: 100%;
	background-image: url('images/bg-blue.png');
}

#extra{background:#FF8539;float:left;clear:left;width:200px;}

#header	{
	width: 760px;
	height: 250px;
	text-align: center;
	padding: 0px;
	margin:  auto;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url('images/logo.jpg');
}

#wrapper{
	color: #FFFFFF;
	margin: auto;
	width: 650px;
	padding: 10px 0 0 110px;
	background-repeat: repeat;
	background-image: url('images/bg-natfl369.gif');
}

#wrapper h4 {	
	margin-top:0;
}

.navigation {
	float: left;
	margin:-10px 0 0 -110px;
	display:inline;
}
 
#content	{
		float: none;
		width: 760px;
		margin:  auto;
}

#footer	{
	clear: both;
	text-align: center;
	background-color: #93C1F5;
	color: #000066;
	font-size: .8em; 
	font-weight: bold;
	line-height: 1.5;
	vertical-align: bottom;
	margin: auto;
	width: 760px;
}

/* HYPERLINK PROPERTIES */

a:link  {
	color: #1368C9; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #2D86EB; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #65A6F1; 
	text-decoration: underline; 
	font-weight: bold;
	background-color: #CFDBED;
}

a:active {
	color: #000066; 
	text-decoration: none; 
	font-weight: bold;
}

/* Joshua's reveal/hide  */

.sub {
	margin: 0 2px 0 0;
	padding: 1px 5px;
	background: #93C1F6;
	border: 1px solid #5BA1F1;
}

.info {
	margin: 10px;
	padding: 10px;
	background: #93C1F6;
	border: 1px solid #5BA1F1;
	color: #000000;
	font-size: 89%;
	display: block;
}
.lft {
	float: left;
}
.hot-text {
	color: black;
	width: 85%;
	background-image: url('images/bg-blue.png');
}
.red-text {
	font-family: "Comic Sans MS";
	text-align: center;
	color: #FF0000;
	height: 30px;
}

span.caption  {
	clear: both;
	float: left;
	font-size: 11px;
	padding-bottom: 5px;
	width:100%;	
}

/*- Menu Tabs J--------------------------- */

    #tabsJ {
	background-position: #000000;
	margin: 0 auto;
	background: #000000;
	font-size: 93%;
	line-height: normal;
	padding-left: 30px;
}
    #tabsJ ul {
	margin: auto;
	padding: 0 10 0 10px;
	list-style: none;
}
    #tabsJ li {
      display:inline;
      margin: auto;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("tabrightJ.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;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
