body 
{
margin: 0; 
padding: 0; 
font-size: 90%; 
color: #000; 
background-color: #fff; 
}
a:link
{
color: #ffff00;
}

a:visited
{
color: #FFF;
}

a:hover ,a:active 
{
color: #fff; 
background-color: #036; 
} 


div#picture
{
position: absolute;
left: 0;
top: 0;
}

div#banner1 {
position: absolute;
left: 165;
top: 0;
height: 20;
width: 800;
background-color: #333;
}

div#banner
{
width: 800;
height: 145;
color: #fff;
background-color: #333;
border-bottom: 0px solid #000;
text-align: center;
position: absolute;
left: 165;
top: 20;
} 

h1 
{
font-style: Freeform 721;
font-size: 4em;
vertical-align: middle;
}

h2
{
font-style: verdana;
font-size: 1.5em;
}

h3 
{
font-style: verdana;
font-size: 1.25em;
}

p
{
align: justify;
}

div#container
{
background-color: #fff;
position: absolute;
left: 165;
top: 165;
margin: 0;
margin-left: 3em;`	
text-align: left;
font-size: 1.1 em;
font-style: verdana;
} 

#container a
{
color: #cc9900;
} 

div#navigation
{
position: absolute;
left: 0;
top: 165;
height: 350px;
width: 165px;
padding-top: 2em;
background-color: #333;
color: #FFFF00;
font-color: #FFFF00; 
} 

div#navigation ul 
{
list-style-type: none; 
padding: 0; 
margin: 0; 
} 

div#navigation ul li { margin-top: 4px; } 

#navigation ul li a
{
display: block;
width: 135px;
padding: 3px 5px 3px 10px;
text-decoration: none;
color: #ffff00;
} 

#navigation ul li a:hover
{
color: #333;
background-color: #ffff33;
background-image: url(nav_base2.jpg);
background-repeat: repeat-y;
} 

div#more
{
float: right;
width: 160px;
margin: 0;
padding: 2em 10px 0 0;
color: #fff;
} 

div#more h3
{
margin-top: 0;
color: #fff;
padding: .2em;
} 

div#more h3
{
margin-top: 0;
color: #fff;
padding: .2em;
background-image: url(more_base.jpg);
background-position: right;
background-repeat: repeat-y;
} 

div#content
{
margin-left: 190px;
margin-right: 200px;
} 

div#content h2
{
font-size: 2em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;
} 

div#content { line-height: 150%; } 

#cleardiv
{
clear: both;
height: 1em;
} 



div#footer
{
position: absolute;
top: 500;
left: 220;
text-align: right;
} 

div#footer li
{
display: inline;
margin-right: 1em;
}

#footer ul li a 
{
text-decoration: underline;
color: #CC9900;
}

#footer ul li a: hover
{
text-decoration: underline;
color: #ffff00;
background color: #333;
}