body {
	margin: 0px;
	width:975px;
	font-size: 12px;
	font-family: "trebuchet ms", arial, sans-serif;
	
}


#top  { width: 970px;
	height: 150px;
	background-color: #ffffff;
	color: #85CC3E;
	font-size:60px;
	text-align:left;
	}

address { margin-top: 13px; 
          border-top: 1px solid #EA3522; 
          font-size: smaller; 
          padding-top: 3px;
          font-weight: bold; 
          font-style: normal; }

a {
	color: #0292ca;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.copylead { color: black; }


h1 { font-size: 20px; 
     background-color: #0292CA; 
     padding-left: 5px;
     letter-spacing: .2em;
     font-variant: small-caps; }

h2 {
	font-size: 16px;
	color: #8EC641;
	font-weight: lighter;
}

h3 { margin: 0px; font-size: 12px; }


#main {
	width: 550px;
	padding: 1px;
	margin-top: 5px;
	margin-bottom:10px;
	left: 160px;
	top: 170px;
	position: center;
	float: center;
		}


#nav  {
	margin: 10px;
	width: 150px;
	padding: 5px;
	border: 1px solid #ED2F23;
	height: auto;
	float:left;
	background-color: #FFD063;
	color: #0292CA;
	font-weight: 300;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#nav2 {
	margin: 5px;
	width: 140px;
	padding: 1px;
	position: absolute;
	float: right;
	left: 740px;
	top: 160px;
	height: 493px;
	background-color: #FFD063;
		 }


#footer {
	width: 975px;
	background-color: #0292CA;
	color: white;
	border: 1px solid #000;
	padding: 5px;
	margin-left: 25px;
	margin-top: 5px;
	text-align: center;
	float:left;
}


#footer a { color: white; }


.other { 
         font-size: 10px; 
         padding-left: 2px; }
		 
p {
	font-size: 14px;
	font-weight:300;
	font-style:normal;
	background-color: #FFFFFF;
	padding-left: 5px;
      }
		 
