@charset "iso-8859-1";
/* author: Open Net, Inc. */
/* Creation date: 11/30/2007 */

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family: Trebuchet MS, tahoma, Lucida Sans Unicode, sans-serif;
font-size:9px;
color: navy; 
}

#framecontentTop, #framecontentBottom{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 130px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: navy;
}
#framecontentTop{
border-bottom: medium solid #0000cc;
border-bottom-width: 15px;
}

#framecontentBottom{
top: auto;
bottom: 0; 
height: 20px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;
color: white;
font-size:11px;
text-align:left;
}

#maincontent{
position: fixed; 
top: 130px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 20px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
background: #fff;
width:700px;
}
#maincontent p {
font-size:13px;
margin:20px;
width:650px;
}
#maincontent ol {
font-size:12px;
width:650px;
}

#maincontent li {
font-size:12px;
}
.innertube{
margin: 1px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

#framecontentTop h1{
color:navy;
text-align:center;
margin: 0;
padding-top: 1px;
width:600px;
}

#framecontentTop h2{
color:navy;
text-align:center;
margin: 0;
padding-top: 5px;
width:600px;
}

#maincontent h3{
color:navy;
text-align:center;
margin: 0;
padding-top: 5px;
width:650px;
font-size:14px;
}
a.navlink
{
color: red;
font-size: 14px;
text-decoration: none;
text-align:center;
font-family: Trebuchet MS, tahoma, Lucida Sans Unicode, sans-serif;
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
height: 18px;
/*border-style:inset;
border-color:red;
background: #fff url('../images/button.gif') no-repeat top right;*/
}
a.navlink:visited
{
color: navy;
}

a.navlink:hover
{
color: silver;
/*background: #fff;
border-color:silver;*/
}

a.navlink:active
{
color: #003200;
background: #fff url('../images/button_mo.gif') no-repeat top right;
}

* html body{ /*IE6 hack*/
padding: 130px 0 20px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}