@charset "UTF-8";
/* CSS Document */

html, body {
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:small;
	color:#666666;
	
	background-color: #B2B590;
	background-image: url(../tfa_images/bg_main.jpg);
	background-repeat: repeat-x;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a, a:active, a:link, a:visited {
	font-size: 12px;
	color: #005481;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #005481;
	text-decoration: underline;
}

#logoPadding {
	padding: 0 0 0 25px;
}
#logoLink {
	padding: 0 25px 0 0;
}
#logoLink a, #logoLink a:active, #logoLink a:link, #logoLink a:visited {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 13px;
	color: #AC161B;
	font-weight: bold;
	text-decoration: none;
}
#logoLink a:hover {
	color: #005581;
	text-decoration: none;
}
#mainNav {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../tfa_images/bg_main_nav.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding: 0 0 0 15px;
}
#mainNav a, #mainNav a:active, #mainNav a:link, #mainNav a:visited {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	letter-spacing: .02em;
}
#mainNav a:hover {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#subNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #005481;
	text-decoration: none;
}
#subNav a, #subNav a:active, #subNav a:link, #subNav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #005481;
	text-decoration: none;
}
#subNav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #005481;
	text-decoration: underline;
}


.pagetitle {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 22px;
	color: #D5A00F;
	line-height: 26px;
	text-decoration: none;
}
.head {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
.subhead {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
.homecopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	text-decoration: none;
}
.bodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	text-decoration: none;
}
#sectiontitle {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 14px;
	color: #353535;
	text-decoration: none;
	height: 30px;
	padding: 5px 0 0 10px;
	background-image: url(../tfa_images/bg_sections.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}
#sectionbox {
	padding: 10px;
}
.boxpadding {
	padding: 10px;
}
#underwriters {

}
#underwriters a, #underwriters a:link, #underwriters a:active, #underwriters a:visited {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 10px;
	color:#666666;
	text-decoration: none;
}
#underwriters a:hover {
	color:#CC0000;
	text-decoration: none;
}


/* ----- */
div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 900px;
	background:#FFFFFF;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
div#header {
	border-bottom: 10px solid #005581;
	height: 140px;
	background-image: url(../tfa_images/bg_main.jpg);
	background-repeat: repeat-x;
	margin:0;
	top: 15px;
}
div#content {
	padding: 5px 10px 5px 10px;
}
div#content p {

}
div#footer {
	padding: 2px 0 2px 10px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 10px;
	color: #999999;
	text-decoration: none;

	position: absolute;
	width: 890px;
	bottom: 0; /* stick to bottom */
	background: #FFFFFF;
	border-bottom: 8px solid #005581;
}
