@charset "UTF-8";/* CSS Document for basic minisite page structure */body, div, p, li, td, th {	font-family: Verdana, Arial, Helvetica, sans-serif;}body {		background-color: #FFF;}#top, #nav1, #bread {	display: none;}/* styles that control the appearance of the minisite navigation */#header {	margin: 0px;	background-image: url(cssimages/FAF_logo.jpg);	background-repeat: no-repeat;	background-position: 20px top;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 150px;	background-color: #318A2A;	width:588px;	border:none;	height: 155px;}#header h1 {	background-image: url(cssimages/FAF_header.jpg);	background-repeat: no-repeat;	background-position: left top;	height: 155px;	font-size: 1px;	text-indent: -5000px;	margin: 0px;	padding: 0px;	}/* styles that control the appearance of the minisite navigation */#layoutnav2 {	background-color: #318A2A;	padding-top: 20px;	padding-bottom: 50px;	width:150px;}#nav2 {		background-color: #318A2A;}#nav2 li {	list-style-type: none;	border:none;	padding:0;}#nav2 li a:link, #nav2 li a:visited {	color: #FFFFFF;	border-bottom-color: #FFFFFF;	border-width: 1px;	font-weight: bold;	background-color: #318A2A;	background-image: none;	}#nav2 li li a:link, #nav2 li li a:visited {	background-color: #A0CF67;	color: #003;}#nav2 li li li a:link, #nav2 li li li a:visited {	}#nav2 li a:hover, #nav2 li li a:hover {	background-color: #EA7E1E;	text-decoration:none;	color: #FFFFFF;}/* styles that control the appearance of the main content of page */#layoutcontent {	width:588px;	padding-top:10px;	}	#content {}/* styles that control the appearance of the highlight area */#layout {	width:738px;}#layouthighlight {	display: none;	}#highlight {}/* styles that control the appearance of the footer */#footer {	border:none;	color: #FFFFFF;	background-color: #EA7E1E;	width:718px;}#footer li a:link, #footer li a:visited {	color: #FFFFFF;}