body, input, select, legend, h1, h2, h3
{
    font-family: Verdana;
    font-size: 12px;
    color: black; 
}

h3
{
    font-weight:bold; 
   
    margin-top:15px;
    margin-bottom:10px;
}


body
{
	background-color: #004477;	
	scrollbar-base-color: #004477;
	scrollbar-arrow-color: White;	
	scrollbar-track-color:white;	
	scrollbar-highlight-color:white; 
    scrollbar-3dlight-color:#004477; 
    scrollbar-darkshadow-color:#004477; 
    scrollbar-shadow-color:white;
}


.content
{
    position: absolute; 
    left: 50%;
    height: 73%;
    width: 600px;
    
    margin-top: 60px;
    margin-left: -300px;
    padding: 15px;
    overflow: auto; 
    
    border: solid 2px black;
    background:white;    
}

.quotebox
{
    position: absolute; 
    left: 50%;
    
    width: 600px;
    
    margin-top: 100px;
    top: 73%;
    margin-left: -300px;
    padding: 15px;
    overflow: auto; 
    
        
}

.menu
{
    position: absolute;
    margin-left: -300px;
    left: 50%;
    width: 600px;
    
    margin-top: 20px;
    height: 50px;
    z-index:10;
    top:30px;
    padding-left:10px;
}

.header a
{
    position: absolute;
    margin-left: -300px;
    left: 50%;
    width: 600px;
    
    margin-top: 15px;
    height: 50px;
    z-index:10;
    font-size:18px;
    color:White;
    text-decoration:none;
    padding-left:10px;
    
}

.header span
{
    font-size:13px;
}


pre
{
    color: black; 
	font-family: Verdana;
	font-size: 12px;	
}

a
{
    color: darkblue; 
	font-family: Verdana;
	font-size: 12px;
}

.whiteframe
{
    border-top: solid 1px black;    
    border-right: solid 0px black; 
    border-bottom: solid 0px black; 
    border-left: solid 1px black; 
    padding: 5px 5px 5px 5px;
}

.borderbox
{
    background:white; 
    color:black;
    border:solid 1px black;
}
.box
{
    background:white; 
    color:black;
    border:solid 1px black;
}

.columnbox
{
    padding:5px;
    width:300px;
    background:white; 
    color:black;
    border:solid 2px black;
}

.button
{
    background:white; 
    color:black;
    border:solid 1px black; 
}

.separator
{
    text-align:center; 
    font-weight:bold; 
    padding-bottom:20px;    
}

.section
{
    margin-top:20px;
    /*background-color: #eeeeee;*/
    padding:10px;
    }

.title
{
    font-weight:bold;
    padding-top:5px; 
    padding-bottom:5px;
    font-size: 12px;
}

.section .title
{
    padding:0px; 
    margin:0px;
    }

.subtitle
{
    font-style:italic;
    padding-top:5px; 
    padding-bottom:5px;
    font-size: 12px;
    color:Orange;
    padding-bottom:0px;
    margin-bottom:0px;
}

.point
{
    
    padding-bottom:10px;
    vertical-align:top;
}

.subpoint
{
    padding-top:5px; 
    padding-bottom:5px;
}

.image
{
    float:left;
    margin-right:10px;
}

ul.imagewall
{
	list-style: none;
}

ul.imagewall li
{		
	float: left;
	border-top: solid 1px #004477;
	width:100px;	
	height:100px;
	text-align:center;		
	padding: 10px 5px 5px 0px;
}

div.searchpanel
{
	margin-left:40px;
}

input.searchbox
{
	width:200px;
}
input.searchbutton
{
	width:75px;
	background:white; 
    color:black;
    border:solid 1px black; 
}