body   { font-size: 13px; font-family: Arial; }
p {}
td {}


#main
{ 
	margin-left: 0px;
	margin-top: 0px;
  	width: 879px;
  	background-color: 6680CC;
 }
 
 #logobox
    { height: 236px;
    }
    
   #logoborder
   { height: 32px;
     background-color: #f0e68c;
     text-align: right;
     font: 8px arial;
   }
   	
   	#logospacer
   	{ height: 2px;
   	  background-color: 6680CC;
   	  }
   		
   	#logospacer2
   	{ height: 1px;
   	  background-color: #f0e68c;
   	}
   		
   #content
   { 
   margin-top: 18px;
   width: 879px;
   }
   		
  #navigation
  {
  	float: left;
 	width: 161px; /* 161px */
 	border-right: 1px solid #f0e68c; /*#6680CC;*/ /*#445DA0;*/
 	height: 570px;
 	}
 	
 #navigation a {
	font:12px Times;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:14px;
	display:block;
	padding:10px;
	border: 2pt solid  #f0e68c /*#6680CC*/ /*rgb(20,40,95)*/;
	border-bottom-width: 1px;
	border-right-width: 0px; 
	border-left-width: 1px; 
        background-color: #293895;
	}
	
	
#navigation a:hover {
	/*color: #99ccFF;*/
	color: #f0e68c ;
	/*background-color: #ffffff;*/
	border: 2pt solid #f0e68c /*#99ccFF*/ /*red*/;
	border-bottom-width: 1px;
	border-right-width: 0px; 
	border-left-width: 1px; 
	}
	
#navigation a:active {
	/*color: #99CCFF;*/
	/*color: #ffffff;*/
	color: #f0e68c ;
	border: 2pt solid #f0e68c /*#99ccFF*/ /*red*/;
	border-bottom-width: 1px;
	border-right-width: 1px; 
	border-left-width: 2px; 
	}
	
	
#bodybox 
	{ 	padding-top: 7px;
		background-color: white;
		padding-left: 40px;
		padding-right: 40px;
		width: 630;
		height: 565px;
		overflow: auto;
		float: right;
		}
		
#bodytitle
{	text-align: center;
	font:22px Times;
	color: #8d6b14;
	line-height:20px;
	letter-spacing:.1em;
	}
	
#subtitle {
	text-align: center;
	font:16px Times;
	color: #8d6b14;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	

#bodytext{
	font:11px arial;
	color: black;
	line-height:20px;
	letter-spacing:.1em;
	text-align: justify;
	margin-top:0px;
	}
	
#bodytext img
{ padding-left: 12px;
}
	
#bodytext a
{ color: #8d6b14;
	text-decoration: none;
	}

#bodytext a:hover
{ color: #8d6b14;
	text-decoration: underline;
	}
	
.tabletext{
	font:12px arial;
	color: black;
	line-height:20px;
	letter-spacing:.1em;
	text-align: justify;
	margin-top:0px;
	}
