@charset "utf-8";
/* CSS Document 
   Author: BradMiller
   Created for: final Project
*/

*
 {
   padding:0px;
   margin:0px;
  }
  
#main
  {
  	width:900px;
  	background-color: #C7B470;
	background-image:url(pics/contentback.gif);
	background-repeat:repeat;
	
	
	/*height:100%;  	*/
	border: thick outset #003172;
  }
body 
 { 
  background-image: url(pics/Page-bglight.gif);
	background-repeat:repeat;
   font-family:Arial, Helvetica, sans-serif;
   font-size:73%;
   padding:10px; 
 }
h3
 {
  font-size: 16px;
  font-style:normal;
  font-weight:bold;
  color:#003172;
 }
h6
 {
  font-size:9px;
  font-style:normal;
  font-weight:bold;
  color:#003172;
 }
 
/*#menu a
 {
   text-decoration: none;
   font-weight: bold;
 }*/
#menu a:link, #menu a:visited
 {
   color:#FFFFFF;
   text-decoration: none;
	font-weight: bold;
 }
#menu a:hover span 
 {
   background-color:#003172; 
 }
#menu a span 
 {
   
   
 }
#header
 {
   background-color: #C7B470;
   width:900px;
   height:145px;
 }
 
#stripe
 {
   border-bottom:1px solid #003172;
   padding-top:8px;
   background-color: #F00;
   /*height:10px;*/
   height:30px;
   width:900px;
 }
#content
 {  
    height:530px;
 	text-align:left;
 	padding: 5px;
    
    overflow:auto;
 }
#content li
 {
 	list-style-position: inside;
 }
 
#content p
 {
 	padding-top: 5px;
 	padding-bottom: 5px;
	
 }
#left
 {
   /*position:absolute;
   left:0px;
   top:0px;*/
   float:right;
   width:150;
   border-left: 2px solid #003172;
   /*height:60%;*/
   /*border-right: 2px solid black;*/
   padding-right:10px; 
   padding-left:10px;
   padding-top:5px;
   
   text-align:left;
   text-wrap:normal;
   /*word-wrap:break-word;*/
   /*height:85%;*/
 }
#right
 {
   float:right;
   width:150;
   border-left: 2px solid #003172;
   /*height:60%;*/
   /*border-right: 2px solid black;*/
   padding-right:10px; 
   padding-left:10px;
   padding-top:5px;
   align:absolute middle;
   
   text-wrap:normal;
   height:100%;
 } 
#foot
 {
   border-top: 2px solid #003172;
   padding:0px;
   background-color: #F00;
   height:30px;
   width:900px;
 }

#foot a:link, a:visited
 {
   color:#FFFFFF;
   text-decoration: none;
   font-weight:300;
 }
#foot a:hover span 
 {
   background-color:#003172; 
 }
#content a:link, #content a:visited
 {
   color:#000099;
   text-decoration:underline;
	font-weight: bold;
 }
