@charset "UTF-8";
/* CSS Document */

* {
	/* margin:0; */ 
padding:0;
	border:none;
	margin-top: 0px;
} /* this resets all browsers to "0", since some browsers have different defaults than others */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #000000;
	color: #FFFFFF;
}


/* POSITIONING */

div { 
text-align:left;} /* this will make all text default to left within div containers */

#container {
	width:968px; /* to center the outer container in the window */
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width:928px;
	position: relative;
	background-image: url(../images/global/nav-bg.gif);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#leftColumn {
	width: 275px;
	float: left;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	width: 623px;
	float: left;
	margin-top: 2px;
	margin-right: 50px;
}
#footer {
	width:968px;
	position: relative;
	top: 50px;
	margin-top: 40px;
	float: left;
	color: #999999;
	padding-bottom: 15px;
}
#home-callout {
	background-color:#666;
	padding: 15px;
	width: 125px;
	margin-top: 25px;
}
a.footer {
	color: #999999;
}
a.footer:link {
	color: #999999;
	text-decoration: none;
}
a.footer:visited {
	color: #999999;
	text-decoration: none;
}
a.footer:hover {
	color: #999999;
	text-decoration: underline;
}
a.footer:active {
	color: #999999;
	text-decoration: none;
}

/* LINKS */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* GLOBAL STYLES */

ul {
	font-size: 11px;
	line-height: 13px;
	list-style-type: square;
	list-style-position: inside;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.fpfAppInput {
	width: 80%;
	border: 2px solid #999999;
}
.fpfAppText {
	width: 200px;
	border: 2px solid #999999;
}
.fpfAppText2 {
	width: 200px;
	border: 2px solid #999999;
	margin-top:5px;
}
.fpfAppTextRequired {
	width: 200px;
	border: 2px solid #CC6600;
}
.imageContact {
	border: 1px solid #666666;
}
.subText {
	font-size:10px;
	line-height:12px;
}
.clear-div {clear: both;}
#home-callout ul {margin-left:0;}