body {
	background-color: #ffffff;
	padding:0;
	margin:0;
	}

#floater {
	width: 799px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	background-color:#c1272d;
}

a {
	color: #343434;
	text-decoration: none;				  
	}					 
a:hover {
	color: #5f5f5f;
	text-decoration: none;
	 }

div {
	font-family: varial;
	font-size: 10px;
	font-weight: normal;
	}

td {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #202020;
	}
td a:hover {
    font-family: arial;
	font-size: 12px;
	color: #5f5f5f;
	text-decoration: underline;
	 }
	 
.login {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #202020;
	text-decoration: none;
	}

.toplink {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;;
	text-decoration: none;
	}
	
.toplink a {
	color: #ffffff;
	text-decoration: none;
	}
	
.toplink a:hover {
	color: #202020;
	text-decoration: none;
	}
	
.mainnavtxt {
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #343434;;
	text-decoration: none;
	}
	
.mainnavtxt a {
	color: #343434;
	text-decoration: none;
	}
	
.mainnavtxt a:hover {
	color: #5f5f5f;
	text-decoration: underline;
	}
	
.orgtxt {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #ff3c00;
	text-decoration: none;
	}
	
.orgtxt a {
	color: #ff3c00;
	text-decoration: none;
	}
	
.orgtxt a:hover {
	color: #ff3c00;
	text-decoration: underline;
	}

.whitetxt {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
	
.whitetxt a {
	color: #ffffff;
	text-decoration: none;
	}
	
.whitetxt a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

							
 input
{
color: #3c3c3c;
font-size: 11px;
border: 1px solid #3c3c3c
}



#footer {
    clear: both;
	width: 803px;
	height: 40px;
	background-color:#ffffff;
	}
