body 
	{
	margin: 0px;
	background: #4e4e4e;
	font-family: Helvetica, verdana, Lucida Sans Unicode, arial;
	background: transparent url(graphics/canvas.jpg) repeat top left;
	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;
	}

#site
	{
	width: 950px;
	height: 836px;
	background: transparent url(graphics/site.jpg) no-repeat top left;
	}

#navigation
	{
	float: left;
	width: 700px;
	height: 25px;
	margin-top: 40px;
	margin-left: 50px;	
	}

#headerspace
	{
	float: left;
	width: 950px;
	height: 230px;
	}

#page
	{
	float: left;
	margin-top: 5px;	
	margin-left: 20px;
	height: 330px
	}

iframe.page
	{
	width: 875px;
	height: 330px;
	}

#lowerpage
	{
	float: left;
	width: 950px;
	height: 100px;
	}

#footer
	{
	float: left;
	width: 950px;
	height: 80px;
	margin-top: 10px;
	}	

#footer p
	{
	font-size: 10pt;
	margin: 0px;
	color: white;
	font-weight: bold;
	}

.leftside
	{
	float: left;
	width: 490px;
	height: 100px;
	font-size: 10pt;
	margin-top: 25px;
	margin-left: 40px;
	}

.leftside p
	{
	margin: 50px;
	}

.rightside
	{
	float: left;
	width: 405px;
	height: 100px;
	}

.rightside h4
	{
	margin-top: 25px;
	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;
	}