/* CSS Document */
/* Layout Styles */
body {
	background-color: #0065A4;
	font-family: Arial, san-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-height: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 790px;
	background-color: #FFFFFF;
	border-right: solid black 1px;
	border-left: solid black 1px;
}
.company { 
	background-color: #000000;
	width: 790px;
}
#logoTagline {
	margin-left: 25px;
	padding-top: 10px;
	width: 359px;
}
#voteMatt {
	margin-left: 500px;
	padding-top: 10px;
}

/* End Layout Styles */
/* Font Styles */
.footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6d6d6d;
}
.orangeLink	{
	font-size: 12px;
	color: #CE7019;
	font-weight: bold;
}
.orangeLink:hover	{
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}
.voteMatt	{
	font-size: 17px;
	color: #000000;	
}

.topNav	{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12.5px;
	text-decoration: none;				
}
.topNavBlack	{
	font-weight: bold;
	color: #006699;
	font-size: 12.5px;
	text-decoration: none;
}
.topNav:hover	{
	color: #006699;			
}
.headline {
	font-family: Arial, san-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;	
}
.subheadline {
	font-family: Arial, san-serif;
	font-size: 16px;
	color: #006699;
}
.subNav	{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;				
}
.subNav:hover	{
	color: #000000;
}
.subNavBlack	{
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	text-decoration: none;				
}