body 
	{
	margin: 0px;
	background: #4f4f4f;
	font-family: Helvetica, verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	}

a:link, a:visited 
	{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 14pt;
	}

a:hover, a:active 
	{
	text-decoration: none;
	color: teal;
	font-weight: bold;
	font-size: 14pt;
	}

a.footer:link, a.footer:visited 
	{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	}

a.footer:hover, a.footer:active 
	{
	text-decoration: none;
	color: teal;
	font-weight: bold;
	font-size: 10pt;
	}

a.poll:link, a.poll:visited 
	{
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 6pt;
	}

a.poll:hover, a.poll:active 
	{
	text-decoration: underline;
	color: black;
	font-weight: bold;
	font-size: 6pt;
	}

a.contact:link, a.contact:visited 
	{
	text-decoration: none;
	color: black;
	font-weight: bold;
	}

a.contact:hover, a.contact:active 
	{
	text-decoration: underline;
	color: black;
	font-weight: bold;
	}




html
	{
	overflow-y: scroll; 	/*keeps scrollbars in firefox all the time*/
	}

td img 
	{
	display: block;
	}


#container
	{
	float: left;
	width: 100%;
	height: 100%;
	margin: auto;
	}

#content
	{
	width: 950px;
	margin: auto;
	}

.margins
	{
	float: left;
	width: 850px;
	margin-left: 50px;
	}

#navigation
	{
	float: left;
	margin-left: 35px;
	margin-top: 25px;
	}
	
#header
	{
	float: left;
	width: 950px;
	height: 290px;
	background: transparent url(graphics/header.jpg) no-repeat top left;
	}

#body
	{
	float: left;
	width: 950px;
	height: 55px;
	background: transparent url(graphics/body.jpg) repeat-y top left;
	}

#prefooter
	{
	float: left;
	width: 950px;
	height: 92px;
	background: transparent url(graphics/prefooter.jpg) no-repeat top left;
	}

#footer
	{
	float: left;
	width: 950px;
	height: 103px;
	background: transparent url(graphics/footer.jpg) no-repeat top left;
	}	

#footer p
	{
	font-size: 10pt;
	margin: 0px;
	color: white;
	font-weight: bold;
	}

.leftside
	{
	float: left;
	width: 490px;
	height: 92px;
	font-size: 10pt;
	margin-top: 20px;
	margin-left: 40px;
	}

.leftside p
	{
	margin: 50px;
	}

.rightside
	{
	float: left;
	width: 405px;
	height: 92px;
	margin-top: 20px;
	}

.rightside h4
	{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	}

.columnleft
	{
	float: left;
	width: 490px;
	height: 290px;
	font-size: 10pt;
	margin-left: 30px;
	}

.columnright
	{
	float: left;
	width: 315px;
	height: 290px;
	font-size: 10pt;
	}


.columnright h3, .columnleft h3
	{
	margin-top: 0px;
	}

ul, p
	{
	font-size: 10pt;
	}

p.sent
	{
	font-size: 8pt;
	color: red;
	}

.homeleft
	{
	float: left;
	width: 300px;
	}

.homeright
	{
	float: left;
	width: 550px;
	}

img.biopic
	{
	float: left;
	margin: 15px 15px 5px 0px;
	}

.bumpright
	{
	margin-left: 15px;
	}

.contributionad
	{
	color: red;
	font-size: 13pt;
	}
