@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight:lighter;
	text-align: left;
	line-height:1.25;
	color:#CCCCCC;
}

p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight:lighter;
	text-align: left;
	line-height:1.25;
	color:#CCCCCC;
}

h1 {
	font-family: Arial, sans-serif;
	font-weight:lighter;
	font-size: 17px;
	color:#99CC00;
	line-height: 25px;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight:lighter;
	font-size: 17px;
	color:#99CC00;
	line-height: 25px;
}

.footer {
	font-size: 12px;
}

.green {
	color:#99CC00;
}

a {
	color:#FF9900;
	text-decoration: none;
	overflow: hidden;
}

a:hover {
	text-decoration: underline;
}

#secondaryNav {
	color: #666666;
	font-size:12px;
	line-height:18px;
}

#secondaryNav a {
	color:#666666;	
}

#secondaryNav a:hover {
	color:#ffffff;	
}

.floatleft {
	float:left;
}

.floatright {
	float:right;	
}

/* QUOVOLVER STYLING */

/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

blockquote {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 370px; /* required */
	
	}

blockquote p { 
	font-style: italic; 
	line-height:1em;
	text-align:center;
}

blockquote p.announcement {
	line-height: 1.5em;	
	text-align:center;
}

blockquote cite { 
	color:black;
	font-style: normal; 
	display: block; 
	text-align: right; 
	text-transform: uppercase; 
	font-size: 10px; 
	font-weight: bold; 
	letter-spacing: 1px;  
}

blockquote h2 {
	color: white;
	text-transform: uppercase; 
	font-size: 10px;
	padding-bottom: 5px;
	line-height: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
}
