﻿body 
{
    background-color: White;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#000080;
    scrollbar-base-color: #F5E2CA;	
}

A:link  
{
    color: #000080;
}

A:visited  
{
    color: #000080;
}

A:active  
{
    color: #000080;
} 
A:hover  
{
    color: #ff8e16;
} 


div#outer     
{
    width: 950px;    
    background-color:#FFFFFF;    
    margin-top: 50px;    
    margin-bottom: 50px;    
    margin-left: auto;    
    margin-right: auto;    
    padding: 0px;    
    border: 0px solid #000000;
}

div#header     
{
    background-color: #ff8e16;
    height: 20px;
    margin: 0px;    
}

div#middle 
{
    width: 950px;
    height: 650px;
    margin: 0px;        
/*    background-color: Purple; */
    background-position:top;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;    
}

div#nav     
{
    /* background-color: Yellow; */
    width: 250px;    
    margin-top: 20px;    
    float: left;
    padding: 10px;
}

div#main     
{   
    width: 650px;
    height: 600px;
    padding: 10px;
    /* background-color: Green; */
    margin-top: 20px;        
    overflow: auto; 
}

div#footer     
{
    background-color: #000066;
    height: 20px;
    margin: 0px;    
}

div#newsletter 
{
    padding-left: 10px;
}

div#menu 
{
    padding-left: 10px;
}

div#navspacer 
{
    height: 100px;
}

div#bodytextA 
{
    width:410px;
    height:310px;
    padding:5px 5px 5px 0px;
    overflow: auto;     
}

div#bodytextB
{
    width:623px;
    height:310px;
    padding:5px 5px 5px 0px;
    overflow: auto;     
}

div#bodytextC 
{
    width:410px;
    height:580px;
    padding:5px 5px 5px 0px;
    overflow: auto;     
}

div#bodytextD
{
    width:623px;
    height:580px;
    padding:5px 5px 5px 0px;
    overflow: auto;     
}

.sandbox
{
/*
	height:255px;
    width:182px;
*/
    width: 185px;
    height: 240px;
	background-color:#F5E2CA;
	border: 1px solid #000066;
	padding:5px 5px 5px 5px;
	overflow: auto;
}

div#printarea 
{
    
}
