/* Start of CMSMS style sheet 'faac' */
body {
	background-image: url(look/siteback.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-family: trebuchet ms, arial, san-serif;
	text-align: center;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	height: 93px;
}

#inner_header {
	position: relative;
	width: 1024px;
	margin: 0px auto 0px auto;
	height: 93px;
}

#logo {
	position: absolute;
	top: 19px;
	left: 0px;
}

#faaclogo {
	position: absolute;
	top: 8px;
	right: 0px;
}

#navigation {
	padding-top: 20px;
}

#navigation a:link, #navigation a:visited {
	font-size: 130%;
	color: #000000;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

#navigation a:hover {
	color: #034E6E;
	text-decoration: underline;
}

#main_wrapper {
	background-color: #0092CF;
	width: 1012px;
	padding: 6px;
	margin: 72px auto 0px auto;
	text-align: left;
}

#leftcolumn {
	float: left;
	width: 262px;
}

#subnav {
	margin-top: 50px;
	margin-left: 10px;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
}

#subnav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subnav a:link, #subnav a:visited {
	display: block;
	width: 220px;
	height: 25px;
	padding: 3px 10px 0px 0px;
	text-align: right;
	background-image: url(look/sub_off.gif);
	font-size: 120%;
	margin-bottom: 6px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#subnav a:hover {
	background-image: url(look/sub_on.gif);	
	color: #ffffff;
}

#subnav li li a:link, #subnav li li a:visited {
	display: block;
	width: 220px;
	height: 15px;
	padding: 3px 10px 0px 0px;
	text-align: right;
	background-image: none;
	font-size: 90%;
	margin-bottom: 6px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#subnav li li a:hover {
	background-image: none;	
	color: #000000;
	text-decoration: underline;
}

#address {
	color: #ffffff;
	margin-left: 10px;
}

#rightcolumn {
	float: right;
	width: 744px;
}

#maincontent {
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 10px;
}

.undercol {
	clear: both;
	height: 2px;
	font-size: 1px;
}

#lefthomecol {
	float: left;
	width: 313px;
	padding: 10px;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #3F5057;
	height: 581px;
}

#righthomecol {
	float: right;
	border: 1px solid #ffffff;
}

#lefthomecol h1 {
	color: #ffffff;
}

h1 {
	color: #026B97;
	font-size: 150%;
}

h2 {
	color: #026B97;
	font-size: 130%;
}

h3 {
	color: #026B97;
	font-size: 110%;
}

a:link, a:visited {
	color: #026B97;
}

a:hover {
	color: #0092CF;
}


.contactform {
width: 300px;
}

.contactform div {
position: relative;

padding-left: 140px;
margin-bottom: 3px;
}

.contactform div div {
/*padding-left: 0px;*/

}

.contactform label {
position: absolute;
display: block;
top: 0px;
left: 0px;
width:150px;
}

.contactform textarea {
width:250px;
height: 100px;
border: 1px solid #000000;
}
/* End of 'faac' */

