		/* Eric Meyer v1.0 - 2008-02-12 */
		html, body, div, span, h1, h2, h3  {margin:0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
		
		body  {
			background-color: #313a6b;
			color: #000;
			width: 100%;
			font-size: .85em;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 0;
		}
		
		#content	{
			
			
			width: 900px;
			margin: 0 auto;
			background-color: #fff;
			color: inherit;
		}
		
		#header	{
			background-image: url(images/collage-lite.jpg);

			background-repeat: no-repeat;
			width: 100%;
			height: 129px;
			border-top: 5px solid #cd9933;
			border-bottom: 5px solid #cd9933;
		}
		
		h1	{
						

			text-align: center;
			background-color: transparent;
			color: #336699;
			padding: 20px 0 0 10px; 
			font-size: 1.5em;
			font-weight: bold;
			letter-spacing: 5px;
		}
		
		.tagline	{
			text-align: center;
			font-style: italic;
			font-size: .9em;
			padding: 0 20px 0 0;
			margin-top: 0;
			font-weight: bold;
		 	color: #336699;
		 	background-color: transparent;
		}
		
		#links	{
			width: 890px;
			margin: 0;
			padding: 10px 0 10px 10px;
			border-bottom: 5px solid #cd9933;
		}
		
		ul.menu	{
			list-style-type: none;
			margin: 0 -10px ;
		}
		
		ul.menu li	{
			display: inline;
			padding: 10px;
			font-weight: bold;
		}

		#main	{
			

			padding: 10px ;
			background-color: #ffff;
			color: #000 ;
		}
		
		h2	{
			

			background-color: transparent;
			color: #313a6b;
			padding: 10px; 
			border-bottom: 2px solid #313a6b;
			width: 80%;
			font-size: 1.25em;
			font-weight: bold;
			letter-spacing: 5px;
		}
		
		h3	{
			background-color: transparent;
			color: #313a6b;
			padding: 10px; 
			font-size: 1.15em;
			font-weight: bold;
			letter-spacing: 2px;
		}

		p	{
			padding: 5px 20px;
		}
		
		li.news	{
			margin: 20px 50px;
		}
		
		ul.officers li	{
			padding: 5px;
		}
		
		table.officers	{
			width: 80%;
			border-top: 1px solid #000;
			border-right: 1px solid #000;
			border-left: 1px solid #000;
		}
		
		table.officers tr	td {
			border-bottom: 1px solid #000;
			padding: 3px;
			width: 50%;
		}

   /* The containing box for the SOM gallery. */
#container {
    width:670px;
    height:450px;
    margin:20px auto 0 auto;
    border:1px solid #aaa;
    text-align: center ;
    }
    
    #container table	{
    	margin: 5px auto;
    }
		
		#footer	{
			
			height: 129px;

			text-align: center ;
			font-style: italic;
			font-size: .90em;
			color: #313a6b;
			background-color: transparent;
			font-weight: bold;
			border-top: 5px solid #cd9933 ;
			border-bottom: 5px solid #cd9933;
			background-image: url(images/anc_web_header_2.JPG);
			background-repeat: no-repeat;
			width: 100%;
		}
		
		a:link, a:visited {
			text-decoration: none;
		}
		
		a:hover, a:active {
			text-decoration: none;
			background-color: #313a6b;
			color: #fff;
		}
