/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*Mods © www.netrex.com.au 08-02-2008 solidblockmenuheaderfooter.css */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
text-align: right;
font: bold 13px Arial;
width: 98%;
border: 1px solid gray; /* orig #625e00 */
border-width: 1px 1px;
background: black url("blockdefault.gif") center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding:2px 9px;
text-decoration: none;
border-right: 1px solid gray; /* orig white */
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url("blockactive.gif") center center repeat-x;
}

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

/*Mods © www.netrex.com.au 08-02-2008 solidblockmenuheaderfooter.css */

<!--Force IE6 into quirks mode with this comment tag-->

#body {
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
font-family: Arial;
font-weight: bold;
color: black;
}

#framecontent{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 117px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;
color: white;
}

#maincontent{
position: fixed;
top: 117px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto;
font-family: Arial;
font-weight: bold;
color: black;
background: #F1FEFE;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 117px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}

#header {
}

#footer {
  text-align: center;
  font-family: Arial;
  font-size: 10px;
  color: black;
}