/* Global Styles */

body {
	align: center;
	margin: 0;
	padding: 0;
    background-image:url('back.png');
	background-attachment:fixed;
	background-image: no-repeat;
	width: 100%;
	
	}
	
#container {
 margin: 0 auto;

}
	
td {
	font:11px tahoma, sans-serif;
	color:#666666;
	
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px tahoma, sans-serif;
	color: #FCFFEB;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}

#meetings { 
			}

	
#navigation a:hover {
	background: #99CC66;
	color:#0B3E8F;
	}
	
#logo 	{
	font:20px tahoma, sans-serif;
	color: #000000;
	letter-spacing:.1em;
	line-height:30px;
	}

#tagline 	{	
	font:11px tahoma, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #F4CE15;
	}
		
#dateformat {
	color: #0B3E8F;
	letter-spacing:.2em;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	}
	
#dateformat a {
	font:11px tahoma, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:13px tahoma, sans-serif;
	color:##008BCC;
	line-height:18px;
	margin-top:0px;
	letter-spacing:.10em;
	}
	
.pageName{
	font: 18px tahoma, sans-serif;
	color: #008BCC;
	line-height:26px;
	letter-spacing:.10em;
	}
	
.pageName2{
	font: 14px tahoma, sans-serif;
	color: #008BCC;
	line-height:18px;
	letter-spacing:.10em;
	}
	
.subHeader {
	color: #008BCC;
	line-height:22px;
	letter-spacing:.10em;
	font-family: Tahoma, sans-serif;
	font-size: 15px;
	
	}

.quote {
	font: 20px Tahoma, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px tahoma, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px tahoma, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	

