/* CSS for Rotary */

body { background-image:url(images/captext.gif);
		margin-left: 10px;
		margin-top: 10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #005197;
		}

h1	{font-size:20px;
	 font-weight: bold;
	 font-style: italic;
	 color: #005197;
	 }
	 
h2 {font-size: 16px;
	font-weight: bold;
	color: #005197;
}
	 		
#banner { margin: 15px 0 15px 10px;
		  padding: 5px;
		  }
		  
#content { margin: 10px 0 10px 150px;
		   /*border: 2px solid #005197;*/
		   color:#005197;
		   width: 650px;		   
			  }		   
#content a:link, #left-menu a:visited
		{color: #005197;
		 text-decoration: none;
		 
		 }
	
#content a:hover 
		{color: #ffcf4b;
		 text-decoration: none;
		 font-size: 1.5em;
		 font-weight: bold;
		 }	 
#left-menu	{position: absolute;
		 margin-left: 10px;
		 margin-right: 100px;
		 top: 200px;
		 width:100px;
		 color: #005197;
		 font-size:14px;
		 text-align: right;
		 }

#left-menu a:link, #left-menu a:visited
		{color: #005197;
		 text-decoration: none;
		 
		 }
	
#left-menu a:hover 
		{color: #ffcf4b;
		 text-decoration: none;
		 font-size: 1.5em;
		 font-weight: bold;
		 }
		
			 
#footer	{left: 10px;
		  height: 75px;
		  width: 760px;
		  text-align: center;
		  font-size: 10px;
		  text-decoration:none;
		  }
#footer a:link {text-decoration:none;
				color: #005197;}
				
#footer a:hover	{text-decoration: none;
				  font-size: 1.1em;
				  font-weight: bold;
				  }
		  
.border	{border: 2px solid #005197;
			padding: 10px;}
.borderred	{border: 2px solid #f00;
			padding: 10px;}

.current {color: #ffc94e;
		 text-decoration: none;
		 font-size: 1.25;
		 font-weight: bold;
		 }
	
.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
