/*
CSS for Voices site
*/
body {
	background-color: #0F034D;
}
#frame {
	background-color: white;
	position: absolute;
	left: 50px;
	top: 10px;
	width: 80%;
}
#bodycontent {
	color: #0F034D;
}
#blankcell1 {
	height: 52px;
}
#blankcell2 {
	height: 8px;
}
#banner h1 {
	font-size: 50px;
	text-decoration: none;
	letter-spacing: -2px;
	font-family: Times New Roman, Helvetica, Arial, Verdana, sans-serif;
}
#banner {
	text-align: center;
	color: white;
	background-color: #0F034D;
}
#sitebranding {
	text-align: center;
	background-color: #6CAEE0;
	height: 51px;
}
#sitebranding h1 {
	font-size: large;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #0A0A2A;
}
#navigation {
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: large;
	height: 50px;
	vertical-align: bottom;
}
#navigation a {
	font-weight: bold;
}
#navigation a:link {
	color: #0F034D;
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
	color: #0F034D;
}
#navigation a:hover {
	text-decoration: none;
	color: #6CAEE0;
}
#navigation a:active {
	text-decoration: none;
	color: #0F034D;
	background-color: white;
}
#bottombar {
	background-color: #0F034D;
	height: 3px;
	width: 100%;
}
#bodycontent {
	width: 99%;
	padding-left: 8px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#bodycontent a {
	text-decoration: underline;
}
#bodycontent a:link {
	color: #0F034D;
	text-decoration: underline;
}
#bodycontent a:visited {
	text-decoration: underline;
	color: #0F034D;
}
#bodycontent a:hover {
	text-decoration: underline;
	color: #6CAEE0;
}
#bodycontent a:active {
	text-decoration: underline;
	color: #0F034D;
	background-color: white;
}
#footer {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: x-small;
	color: #0F034D;
	width: 99%;
	padding-left: 8px;
	height: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
}