#content {
	position: relative;
	/*width: 415px;
	left: 20px;*/
}




body, p {
	font-family:  Lucida Grande, Lucida Sans, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin:0px;
	/*background-color: none;*/

}

p, h1, h2 {
	padding: 5px 15px 0px;
}

h1 {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	line-height: 16px;
	color:#7094C3;
	text-transform: uppercase;
	letter-spacing: 0px;
	}

a {
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
	padding-left:3px;
	padding-right:3px;

}


a:visited {
	text-decoration:none;
	font-weight: bold;
	color: #FFCC33;
}

a:active {
	color: #FFFFFF;
	background: #FFFFFF;
	font-weight: bold;
}

a:hover  {
	color: #FFFFFF;
	background: #7094C3;
	font-weight: bold;
}

.hiddenStyle{ 
	visibility: hidden; 
	display: none;
	}
	
.headline {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

.subhead {
	color:#599B14;
	text-transform: uppercase;
}

	
.active {
	color: #FFFFFF;
	background: #FFCC33;
	padding: 1px 10px;
	text-decoration: none;
	font-weight: bold;
}
