@charset "utf-8";
body  {
	background: #6f7070;
	background-image: url('../images/bkgrnd.png');
	background-repeat: repeat-x;
	margin: 11;
	padding: 0;
	text-align: center;
	color: #000000;
}
.bray #container { 
	width: 901px;
	background: #ffffff;
	margin: 0 auto;
	border: 0px solid #FFFFFF;
	text-align: left;
} 
.bray #header { 
	background: #DDDDDD; 
	margin: 0 auto;
	height: 160px;
}
.bray #headbottom { 
	background: #DDDDDD;
	background-image: url('../images/link_bk.jpg');
	background-repeat: no-repeat;
	height: 165px;
	text-align: center;
}
.bray #mainlinks { 
	background: #DDDDDD;
	background-image: url('../images/linkbar.jpg');
	background-repeat: no-repeat;
	height: 52px;
	color: white;
}
.bray #linktext { 
	padding: 15px 0px 0px 210px;
	text-align: left;
}
.bray #mainContent { 
	font: 90% arial, Helvetica, sans-serif;
	background-image: url('../images/contentfade.jpg');
	background-repeat: repeat-x;
	margin: 0 0 0 0px;
	padding: 15px 15px;
} 
.bray #footer { 
	background-image: url('../images/btmbar.jpg');
	background-repeat: no-repeat;
	height: 52px;
} 
.bray #btminfotext { 
	font: 80% Arial;
	padding: 10px;
	text-align: center;
	color: white;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: none;
}
.toplinks a:link {
	font: 90% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: white;
	text-decoration: none;
}	
.toplinks a:visited {
	font: 90% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: white;
	text-decoration: none;
}	
.toplinks a:hover {
	font: 90% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: red;
	text-decoration: underline;
}	
.toplinks a:active {
	font: 90% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: white;
	text-decoration: none;
}
.mainlinks a:link {
	font: 110% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: white;
	text-decoration: none;
}	
.mainlinks a:visited {
	font: 110% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: white;
	text-decoration: none;
}	
.mainlinks a:hover {
	font: 110% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: red;
	text-decoration: underline;
}	
.mainlinks a:active {
	font: 110% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: white;
	text-decoration: none;
}