@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	background-color: #FFFFFF;
	margin:0;
	background-color: #FFFFFF;
	background-image:url(../images/pageBkgd.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#banner {
	background-image: url(../images/bnrBkgd.gif);
	background-color:#FFFFFF;
	background-position:top left;
	background-repeat:no-repeat;
	width:974px;
	height:133px;
	padding-left:50px;
}

* html #banner {
	height: 133px;
}

#bottomContentHome {
	width: 1024px;
	min-height: 250px;
	background-color: #fff;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top: 385px;
	left:0;
}

* html #bottomContentHome {
	height: 225px;
}

#contentWrapper {
	position:relative;
	width:1024px;
/*	height:650px;*/
	z-index:2;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}

* html #contentWrapper {
/*	height: 650px;*/
}

#flashBoxHome {
	position:absolute;
	top:173px;
	left:0;
	background-color:#06359f;
	width:100%;
	height:212px;
	z-index:5;
}

#footer {
	width:100%;
	clear:both;
	height:75px;
	background-image:url(../images/footerBkgd.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color: #adaeaf;
	position:absolute;
	text-align:center;
	top:660px;
	left: 0;
	z-index:5;
}

#footer ul {
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 14px;
	list-style: none;
}

#footer ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

#footer ul li a:link {
	color: #fff;
	text-decoration:none;
}

#footer ul li a:visited {
	color: #fff;
	text-decoration:none;
}


#footer ul li a:hover {
	color: #CCCCCC;
	text-decoration:none;
}

* html #footer {
	height: 75px;
}

#leftContent {
	width: 507px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-right: 20px;
	background-image:url(../images/ourMissionBkgd.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 185px;
	font-style:italic;
	color: #064C89;
	float: left;
}

* html #leftContent {
	height: 185px;
}

#rightContent {
	width: 450px;
	padding-left: 20px;
	/*padding-top: 50px;*/
	padding-top: 10px;
	min-height: 225px;
	float: right;
	/*background-image: url(../images/pressReleasesHdr.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	font-size:13px;
	line-height:17px;
}

* html #rightContent {
	height: 225px;
}

#rightContent ul {
	margin: 10px 0 0 0;
	color: #064C89;
	font-size: 14px;
	list-style: none;
}

#rightContent ul li {
	display:block;
	margin-top: 10px;
}

#rightContent ul li a:link {
	color: #064C89;
	text-decoration:none;
}

#rightContent ul li a:visited {
	color: #064C89;
	text-decoration:none;
}


#rightContent ul li a:hover {
	color:#0099CC;
	text-decoration:none;
}

