/* CSS Document */
/* tffprint rev0 1October 2007 set up to print out the main page of the website*/

body {
	background: white;
	font-size: 12pt;
	}
a {
	color:#000080;
	text-decoration:none;
	border-bottom:none;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#container {
	position:relative;
	text-align:left;
	width:100%;
	background:#fff;
	overflow: hidden;
	font-size: 12pt;
	}

#header {
	padding:10px;
	margin:0;
	text-align: center;
	color:#FFF;
	background-color: #009933;
	}
#header h1 {
	font-family:Speedline;
	font-size:300%;
	}
	
#maincol {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none;
	color: black;
	background: transparent;
	font-size: 12pt;
	}

#navigation {
	display: none;
	}
#navigation a {
	display: none;
	}
#navigation a:hover {
	display: none;
	}
	

#centercol {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none;
	color: black;
	background: transparent;
	font-size: 12pt;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}

#rightcol {
	width: auto;
	margin: 0 0;
	padding: 0;
	border: 0;
	float: none;
	color: black;
	background: transparent;
	font-size: 12pt;
	}
#rightcol h2{
	font-family: Speedline;
	font-size: 150%;
	}

#rightcol fishead {
float:right;
}

#footer {
	position:relative;
	top:1px;
	background:#7A2875;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	font-size: 70%;
	}

