@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.clr {
	clear: both;
}
a {
	outline:none;
}

.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/shared/blue_texture_bg.jpg) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}

#footer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#footer p {
	margin: 0px;
	padding: 10px 0px;
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #999999;
}


#header {
	background: #0a284d;
	border-bottom: 2px solid #FFF;
	position: relative;
	height:49px;
}
#header #logo {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
#header #links {
	float: right;
	margin: 0px;
	padding: 20px 20px 0px 0px;
	width: 350px;
	position: relative;
}
#header #links ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header #links li {
	font: 11px/12px Arial Narrow, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	display: inline-block;
}
#header #links li a {
	outline:none;
	font: 11px/12px Arial Narrow, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
#header #links li a:hover {
	font: 11px/12px Arial Narrow, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:underline;
}

#header #ficsp_login {
	display:none;	
}

#banner {
	margin: 0px;
	padding: 0px;
	height: 290px;
	position: relative;
	z-index: 10;
	background: url(../images/banners/banner_blue.gif) no-repeat;
}
#banner #imageGroup {
	height: 290px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 10;
}
#banner #curves {
	height: 99px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	z-index: 15;
}
#banner #curves #blueOne {
	margin: 0px;
	padding: 0px;
	height: 99px;
	width: 159px;
	float: left;
}
#banner #curves #blueTwo {
	margin: 0px;
	padding: 0px;
	height: 99px;
	width: 161px;
	float: left;
}
#banner #curves #seeking {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 99px;
	width: 243px;
}
#banner #curves #grantees {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 99px;
	width: 237px;
}

.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#colOne {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 320px;
	z-index: 1;
	float: left;
}
#colOne #subnav{
	margin: 0px auto;
	padding: 0px;
	width: 273px;
}
#colOne #enews {
	position: absolute;
	bottom: 0px;
	width: 102px;
	height: 72px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
#colTwo {
	position: relative;
	right: 0px;
	margin: 0px;
	padding: 0px;
	width: 480px;
	float: right;
}
#colTwo .title {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#colTwo .bodyGroup {
	height: 300px;
	overflow:auto;
}
#colTwo h1 {
	font: bold 15px/18px "Times New Roman", Times, serif;
	color: #0A284D;
	padding: 0px 0px 15px 30px;
	margin: 0px;
}
#colTwo h2 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #541800;
	padding: 0px 0px 5px 30px;
	margin: 0px;
	text-transform: uppercase;
}

#colTwo ul {
	margin: 0px;
	padding: 0px 0px 15px 30px;
	list-style: none;
}
#colTwo ol {
	margin: 0px 0px 0px 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}

#colTwo ul li {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #0A284D;
	background: url(../images/shared/bullet.gif) no-repeat left 7px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#colTwo ol li {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #0A284D;
	margin: 0px;
	padding: 0px 0px 8px;
}

#colTwo li ul li {
	padding-left: 10px;
	margin: 0px;
}

#colTwo p {
	padding: 0px 0px 15px 30px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #0A284D;
	margin: 0px;
}
#colTwo a {
	color: #9FA374;
	text-decoration: none;
}
#colTwo a:hover {
	text-decoration: underline;
}

#colTwo .red, #colTwo a.red {
	color: #541800;
}
#colTwo table td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;	
}
#colTwo table p {
	width:auto;
}


#quote_sliderGroup {
	position: absolute;
	top: 51px;
	left: 0px;
	z-index: 105;
	width: 800px;
	height: 196px;
}
#quote_sliderGroup .arrows {
	position: absolute;
	right: 25px;
	top: 35px;
	z-index: 110;
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#quote_sliderGroup .arrows img {
	padding-right: 2px;
	cursor: pointer;
	padding-left: 2px;
}#colTwo #yearSelect {
	margin: 0px;
	padding: 0px 0px 10px 30px;
}
#colTwo #yearSelect h2 {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
	width: auto;
}
#colTwo #yearSelect form {
	margin: 0px;
	padding: 0px;
}


#colTwo ul li.pdf {
	margin: 0px;
	padding-left: 25px;
	background: url(/images/shared/pdf_icon_sm.gif) no-repeat left 0px;
}
#colTwo ul li.ppt {
	margin: 0px;
	padding-left: 25px;
	background: url(/images/shared/icon_ppt.gif) no-repeat left 0px;
}
#colTwo ul li.hjw {
	margin: 0px;
	padding-left: 25px;
	background: url(/images/shared/icon_hjw.gif) no-repeat left 0px;
}
#colTwo ul li.mp3 {
	margin: 0px;
	padding-left: 25px;
	background: url(/images/shared/icon_mp3.gif) no-repeat left 0px;
}
.separator {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	height: 20px;
	border-top: 1px solid #541800;
	width: 450px;
}
#back {
	margin: 0px;
	padding: 0px;
	width: 100px;
	position: relative;
	left: 350px;
	top: 17px;
}
#back p {
	margin: 0px;
	padding: 0px;
}

