html
{
min-height: 100%;
margin-bottom:0.25px; /*To display vertical scrollbars in FF regardless of content size*/
height:100%;
border:0px; /*IE has default page borders*/
}

body
{
height: 100%;
margin:0px;
padding:0px;
background:#000000;/*CHANGE*/
font: normal 14px/20px Arial, Helvetica, sans-serif;
color:#000000;/*CHANGE ALL*/
}





#container /*To center everything within*/
{
position: relative;
margin: 0 auto;
padding:10px;
width:740px;
}
#container a:link, #container a:visited, #container a:active, #container a:focus, #container a:hover
{
outline:none;
}





#header
{
width:736px;
height:150px;
border:2px solid #ffff00;/*CHANGE ALL*/
margin:0px 0px 5px 0px;
padding:0px;
background:#9CD1FA url(../images/header.jpg);/*CHANGE ALL*/
cursor:pointer;
}
#header h1
{
padding:10px;
margin:0px;
visibility:hidden;
}





#subheader
{
width:736px;
height:90px;
border:2px solid #ffff00;
margin:0px 0px 5px 0px;
padding:0px;
background:#cccccc;
text-align:center;
}





#contentblock
{
width:716px;
border:2px solid #ffff00;
border-bottom:0px;
margin:0px;
padding:10px;
background:#cccccc;
}
#contentblock p
{
text-indent:30px;
margin:10px;
}
#contentblock b
{
font-weight:normal;
}
#contentblock ul
{
list-style:circle;
padding:0px;
margin:0px 0px 10px 70px;
}
#contentblock ol
{
padding:0px;
margin:0px 0px 10px 70px;
}
#contentblock li
{
margin:0px 0px 10px 0px;
}
#contentblock h1
{
text-decoration:underline;
margin:20px;
font-weight:bold;
font-size:18px;
color:#000000;
}
#contentblock h2
{
text-decoration:underline;
margin:20px;
font-weight:bold;
font-size:14px;
color:#000000;
}
#contentblock h3
{
text-decoration:none;
margin:10px;
font-weight:bold;
font-size:14px;
color:#000000;
}
#contentblock a:link, #contentblock a:active, #contentblock a:visited
{
text-decoration:none;
color:#ffff00;
}
#contentblock a:hover
{
text-decoration:none;
color:#000000;
}





#bottom-navigation
{
width:716px;
background:#cccccc;
border:2px solid #ffff00;
border-top:0px;
margin:0px 0px 5px 0px;
padding:0px 10px;
}
#bottom-navigation p
{
font-size:11px;
line-height:20px;
margin:0px;
color:#000000;/*CHANGE*/
}
#bottom-navigation a:link, #bottom-navigation a:active, #bottom-navigation a:visited
{
text-decoration:none;
color:#ffff00;/*CHANGE*/
}
#bottom-navigation a:hover
{
text-decoration:none;
color:#000000;/*CHANGE*/
}





#footer
{
width:736px;
background:#cccccc;
border:2px solid #ffff00;
margin:0px 0px 5px 0px;
padding:0px;
}
#footer p
{
font-size:11px;
line-height:20px;
text-align:center;
margin:0px;
color:#666666;/*CHANGE*/
}
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover
{
text-decoration:underline;
color:#666666;/*CHANGE*/
}





.textlinks
{
width:736px;
text-align:center;
font: normal 11px/11px Arial, Helvetica, sans-serif;
color:#666666;/*CHANGE*/
margin:0px;
padding:0px;
visibility:hidden;
}
.textlinks a:link, .textlinks a:active, .textlinks a:visited, .textlinks a:hover
{
text-decoration:none;
color:#666666;/*CHANGE*/
margin-right:10px;
}





#
{
width:0px;
height:0px;
margin:0px;
padding:0px;
}





.float-left
{
float:left;
margin:0px;
padding:0px;
}





.float-right
{
float:right;
margin:0px;
padding:0px;
}





.clear-both
{
clear:both;
line-height:0;
height:0;
margin:0px;
padding:0px;
}





.clear-left
{
clear:left;
line-height:0;
height:0;
margin:0px;
padding:0px;
}





.clear-right
{
clear:right;
line-height:0;
height:0;
margin:0px;
padding:0px;
}





.hidden
{
line-height:0;
width:0px;
height:0px;
display:none;
margin:0px;
padding:0px;
}