body
{
	font: 80%/1.6  Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	background-color:#99CCFF;
	padding: 0;
	margin: 0;
	min-width: 800px;
	
}


/* Universal stuff */
a { color:#000066; }
a:visited { color: #99ccff;}


a img {
	border: 0;
	}
	
h1{
color:#99ccff;
font-size:22px;
font-weight:bold;
text-align: center;
}

h2{
color:#99ccff;
font-size:16px;
font-weight:bold;

}

/* Header stuff */

#header * {
	padding: 0;
	border: 0;
	margin: 0;	
}

#header {
    background:url(logo5.png) left no-repeat;
	height: 200px;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}

#repeatsky {
    z-index: 1;
	height: 200px;
	background:url(dayskypart.png) repeat-x;
}


/* Menu Tabs */
	
	 	#tabs {
      float:left;
      width:100%;
      background:#000066;
      font-size:100%;
      line-height:normal;
	  min-width: 600px;
	  font:Verdana, Arial, Helvetica, sans-serif;
      }
* html #tabs {/* Hack to set minimum width for IE browsers */
		width:expression(document.body.clientWidth > 750?
"100%" :"750px");}
    #tabs ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
			font-weight:bold;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 12px 4px 6px;
      color:#000066;
			
			
      }
		 #tabs #current a {
      float:left;
      background:url("tableft_current.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
			font-weight:bold;
			border-bottom: 1px solid #99ccff;
      }
     #tabs #current a span {
      float:left;
      display:block;
      background:url("tabright_current.gif") no-repeat right top;
      padding:5px 12px 4px 6px;
      color:#000066;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#000066;
			
      }
.nocurrent #tabs a{
border-bottom: 1px solid #000;
}
    #tabs a:hover {
      background-position:0% -42px;
			border-bottom: 1px solid #000066;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
		#tabs #current a span {float:none;}
    #tabs #current a:hover span {
      color:#000066;
      }
    
/* Main Content */

#container {
width: 80%;
min-height:800px;
position:relative;
margin:auto;
background-color:#FFF;
margin-top:0px;
margin-left:180px;
overflow:hidden;
}

#tabstripe{
clear: both;
height: 30px;
width: 100%;
background:#99CCFF;
}

.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}

.boxcontent {
  padding: 0px 10px 0px 10px;
  margin-top:15px;
  min-height:600px;
  height:auto !important;
  height:600px;
}

.boxcontent p{
font:Arial, Helvetica, sans-serif;
}

#leftnav{
width:150px;
background-color:#000066;
position:absolute;
margin-left:10px;
min-height:400px;
height:auto !important;
height:400px;
color:#CCFFFF;
text-align:center;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

#leftnav a {
color:#fff;
text-decoration:none;
}

#leftnav a:hover{
color:#000066;
display:block;
background-color:#ccffff;
}

.boxleftnav { 
  background: #000066; 
}
.boxtopleftnav { 
  background: url(neleftnav.gif) no-repeat top right; 
}
.boxtopleftnav div { 
  font-size: 0;
  height: 15px; 
  background: url(nwleftnav.gif) no-repeat top left;
}

.boxcontentleftnav {
  padding: 0px 15px 0px 15px;
}

#footer{
position: relative;
width: 100%;
height: 50px;
background: #000066;
color: #99ccff;
text-align: center;
padding: 4px 0;
padding-top: 1em;
font-size:10px;
}

#footer a{
color: #ccffff;
}

#tablerow {
min-height:120px;
height:200px;
width:500px;
list-style-type:none;
text-decoration:none;
margin:auto;
}

#tablerow .pic {
width:160px;
height:120px;
list-style-type:none;
padding-top:15px;
float:left;
text-decoration:none;
}


#tablerow .text {
list-style-type:none;
text-align:center;
text-decoration:none;
padding-left:190px;
padding-top:3px;
}
