@charset "utf-8";
/* CSS Document */

body {
	font-family: "Palatino Linotype", Georgia, Verdana, Arial;
	font-size: 100.01%;
	background-color: #144587;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	min-width: 750px;
	}
h1 {font-size: 28px;
    font-weight: bold;}
h2  {font-size: 17px;
     font-weight: bold;}
h3 {font-size: 20px;
    font-weight: bold;}
h4  {font-size: 15px;
    font-weight: bold;}
#container {
	width: 980px;  
	background: #FFF;
	margin: 20px auto 5px auto; 
	text-align: left;
	border: 1px solid white;  
	}
#wrapper {width: 100%;
          height: 100%;
		  margin: 0;
		  padding: 0;
		  background-color: #FFE5B9;
		   		   }
#wrapper2 {width: 100%;     
		  margin: 0;
		  padding: 0;
		  background-color: #FFF;
		   		   }				   
#header {
	background: #144587 url(images/topswoopblu.jpg) no-repeat 50% 50%; 
	padding: 10px 25px 10px 0;  
	color: white;
	text-align: right;
		}

#mainContent {
	float: right;
	width: 770px;
	margin: 3px;
	padding: 5px;
	background: transparent;
		}

#nav {
    float: left;
	width: 180px;
	margin: 7px 2px;
	background: transparent;
			}
 
#menuwrapper {width: 974px;
	background-color: white;
	border: 1px solid #AFA976;
	padding: 1px;
	font-size: 85%;
	text-align: center;
		}
#menu1 {float: left;
       width: 200px;
	   height: 23px;
	   margin: 2px;
	   padding: 0;
	   border: 1px solid #AFA976;
	   font-size: 95%;
	   }

#menu2 {float: left;
       width: 552px;
       margin: 2px 2px 2px 4px;
	   padding: 0;
	   border: 1px solid #AFA976;
	   font-size: 95%;
	   }	
#menu3 {float: right;
       width: 200px;
       margin: 2px;
	   padding: 0;
	   border: 1px solid #AFA976;
	   font-size: 95%;
	   }	      
#footer {
	width: 100%;
	padding: 0; 
	height: 98px;
	border-top: 1px solid white;
	background: transparent url(images/footer.jpg) no-repeat top left;
	}
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#spacer {width: 100%;
         height: 25px;
		 color: #FFFFFF;
		 font-size: 20px;
		 font-weight: bold;
         margin-bottom: 20px;}
img.left {float: left;
          margin: 5px 25px 5px 2px;
		            }
img.right {float: right;
          margin: 5px;
		             }
img.rightpad {float: right;
          margin-right: 15px;
		  margin-left: 10px;
		             }
span.smallerfont {font-size: 12px;
                  color: #CCC;
				  font-weight: normal;}
span.grey{color: #CCC;}
span.bigfont {font-size: 175%;
              font-weight: bold;}
span.white {font-size: 65%;
            color: white;
			font-weight: normal;}
span.medfont {font-size: 95%;
              font-weight: bold;}
span.medfont2 {font-size: 110%;
               font-weight: bold;}
span.italic  {font-size: 135%;
              font-weight: bold;
			  font-style: italic;}
a:link {color: #000066;
         text-decoration: none;}
a:visited {color: #000066;
           text-decoration: none;}
a:hover {color: #AFA976;
         text-decoration:none;
		}
#current {color:#CCC;
          text-decoration: none;}	 
.brclear { 				
     clear: both; 		
     height: 0; 			
     margin: 0;			
     font-size: 1px;	   	
}
ul {list-style-type: disc;
   }
li {display: list-item;
    padding-left: 1px;
	margin-left: 15px;}
.indent {margin-left: 30px;
         margin-right: 30px;}
.center {text-align: center;}
textarea {height: 18px;
         margin: 0;
         padding: 0;
		 		 }
#button {margin-left: 155px;}		 