
    /*    main.css for index.html of WCC 1-15-04 */
	
	
/* Primary layout sections */


body	{
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
	}
	

html>body	{
	font-size: small;	
	} 

	

	
	/*  Hide earlier versions, hide Skip Navigation */ 
	
.hide  {
       display: none;
       }

img {
       display: block;
       border: 0;
       }

.inline {
	display: inline;
	}

	
	 
		 
#logo	{
	padding-top: 58px;

	}
	
		 
#brochure	{
	text-align: center;
	padding-top: 28px;

	}
	


#footer {
	color: #888;
	text-align: center;
	padding-top: 30px;
	font-size: 10px;
	margin-bottom: 15px;
	}
	



	/* default links 	*/
	
 ul {
	list-style: none;
	padding: 0;
     margin-top: 70px;
	 text-align: left;
	 margin-left: 20px;
	border: 0;
	}	

a:link {
	text-decoration: none;
     font-weight: bold;	
	font: 15px/35px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
    margin-bottom: 1em;
     text-align: left;
	color: #00F;
	}

a:visited {
	text-decoration: none;
     font-weight: bold;	
	font: 15px/35px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
    margin-bottom: 1em;
     text-align: left;
	color: #050;
	}

a:hover {
	text-decoration: underline;
     font-weight: bold;	
	font: 15px/35px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
    margin-bottom: 1em;
     text-align: left;
	color: #F00;
	}

a:active {
	text-decoration: none;
     font-weight: bold;	
	font: 15px/35px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
    margin-bottom: 1em;
     text-align: left;
	color: #333;
	}
	

