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


#main
{ 
	
	margin-left: 0px;
	margin-top: 0px;
  	width: 879px;
  	background-color: 14285f;
 }
 
 #logobox
    { height: 236px;
    }
    
   #logoborder
   { height: 32px;
   	background-color: #B62A29;
   	}
   	
   	#logospacer
   	{ height: 2px;
   		background-color: 14285f;
   		}
   		
   		   	#logospacer2
   	{ height: 1px;
   		background-color: #B62A29;
   		}
   		
   #content
   { 
   margin-top: 18px;
   width: 879px;
   }
   		
  #navigation
  {
  	float: left;
 	width: 161px;
 	border-right: 1px solid #445DA0;
 	height: 500px;
 	}
 	
 #navigation a {
	font:11px georgia;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:14px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
	
#navigation a:hover {
	color:#99CCFF;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:active {
	color:#99CCFF;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
	
#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 georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
#subtitle {
	text-align: center;
	font:16px georgia;
	color: #CC3300;
	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: #CC3300;
	text-decoration: none;
	}

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