@charset "utf-8";
body  {
	font: 90% Verdana, ;
	background: #000000;
	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: left; /* 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 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	font-size: small;
	height: auto;
	border: 0;
	text-align: left;
	
} 
.twoColFixLtHdr #header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 280px;
	background-repeat: no-repeat;
	background-image: url(images/tmfplogo.gif);
	text-align: right;
	background-color: #ffffff;
} 
.twoColFixLtHdr #header h1 {

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	vertical-align: top;
}
.twoColFixLtHdr #mainContent {
	margin: 80px 0 0 290px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	background:#ffffff;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	height: auto;
} 
.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 */
	background-color: #FFFFFF;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.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;
}
.navLink1 {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink1 A:link {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink1 A:visited {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink1 A:hover {
   font-family: arial, sans-serif;
   font-weight: bold;
   font-size: 12px;
   color: #E63689;
   text-align: center;
   padding-top: 5;
   padding-bottom: 5;
}
.navLink1 A:active {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink2 {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink2 A:link {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink2 A:visited {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink2 A:hover {
   font-family: arial, sans-serif;
   font-weight: bold;
   font-size: 12px;
   color: #68350A;
   text-align: center;
   padding-top: 5;
   padding-bottom: 5;
}
.navLink2 A:active {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink3 {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink3 A:link {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink3 A:visited {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink3 A:hover {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #9BCD16;
	text-align: center;
	padding-top: 5;
	padding-bottom: 5;
}
.navLink3 A:active {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink4 {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink4 A:link {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink4 A:visited {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink4 A:hover {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FF3333;
	text-align: center;
	padding-top: 5;
	padding-bottom: 5;
}
.navLink4 A:active {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink5 {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink5 A:link {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink5 A:visited {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
.navLink5 A:hover {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #314695;
	text-align: center;
	padding-top: 5;
	padding-bottom: 5;
}
.navLink5 A:active {
   font-family: arial, sans-serif, helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   color: #CC0000;
   text-decoration: none;
}
