/* CSS Document */
/* Global Styles */
p{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666666;
line-height: 18px;
padding: 3px;
}




/* ID Styles */


	


/* Class Styles */

.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC99;
	display: block;
	padding: 8px;
	width: 160px;
}


.navigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFCC99;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 160px;
}





.pageName{
	color: #99CC66;
	line-height:20px;
	letter-spacing:1.8em;
	padding-top: 16px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.tagline{
	color: #FF9933;
	letter-spacing:0.6em;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	}	
	

.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #99CC66;
	text-decoration: none;
	letter-spacing: .3em;
}


.caption{
	color: #666666;
	letter-spacing:0em;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	}	
	
	
.sm_navbar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #006633;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
}
