@charset "UTF-8";
body  {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1024px;
	background-repeat: no-repeat;
	border:none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(IMAGES/FWAHome.jpg);
} 
.twoColFixLtHdr #header {
	background-color: #000000;
	width: 1024px;
	height: 265px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
	margin-top: 0px;
	background-image: url(IMAGES/FWAhome.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #nav_table {
	margin-top: 167px;
	text-align:left;
	padding-top: 20px;
	float: right;
	padding-right: 29px;
	margin-left: 410px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	background-color: #FED2DD;
	border: medium ridge #FF66CC;
	color: #000000;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	top: 280px;
	margin-left: 12px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	background-color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding-left: 10px;
	left: 60px;
} 

.twoColFixLtHdr #footer {
	background-color: #000000;
	background-repeat: no-repeat;
	height: 100px;
	padding: 0;
	text-align: center;
	background-image: url(IMAGES/CopyrightMain.jpg);
	background-position: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
body {
	background-color: #000000;
}
h1 {
	text-decoration: underline;
	font-size: 36px;
	color: #FF66CC;
}
h2 {
	font-size: 24px;
}
h4 {
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
	text-align: center;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
}
.style16 {
	font-size: 13px;
	text-decoration: underline;
}
.style17 {
	color: #FF6633;
	font-weight: bold;
}
h3 {
	font-size: 18px;
}
.style18 {
	font-size: 24px;
	font-weight: bold;
	color: #FF3333;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style19 {
	color: #E50505;
	width: auto;
}
.style23 {
	color: #000000;
	background-color:#FED2DD;
}
.style24 {color: #000000}
.style26 {
	color: #000000;
	font-weight: bold;
	font-size: larger;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style29 {font-size: 12px}
.style30 {
	font-size: 14px;
	font-weight: bold;
}
.style33 {color: #3366CC}
.style34 {font-size: 14px; font-weight: bold; color: #3366CC; }
.style36 {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
.style37 {
	color: #CC0033;
	font-weight: bold;
	font-size: 18px;
}

.style46 {
	color: #0000FF;
	font-weight: bold;
	font-size: 14px;
}
.style47 {
	color: #3366FF;
	font-weight: bold;
}
.style50 {
	font-size: x-large;
	color: #FF0000;
	font-weight: bold;
}
.style54 {font-size: 18}
.style55 {font-size: 18px}
.style56 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
a:active {
	color: #000000;
}
