html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #faf8ec;
	height: 100%;
}
img {
	border: none;
}
a:focus {
	outline:none;
}
form {
	margin: 0;
	padding: 0;
}
.page {
	width: 100%;
	float: left;
	min-height: 100%;
	background: url(../images/page-bg-2.gif) repeat-y 50% 0;
	min-width: 800px;
}
* html .page {
	height: 100%;
}
#main {
	margin: 0 auto;
	width: 800px;
}
/* header page */
#header {
	width: 800px;
	height: 160px;
	float: left;
	position: relative;
	background: url(../images/header.jpg) no-repeat;
}
/* logo */
.logo {
	background: url(../images/logo.gif) no-repeat;
	width: 408px;
	height: 113px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 15px;
}
/* top nav start */
.top-nav {
	float: right;
	background: url(../images/blue-nav-bg.gif) no-repeat;
	width: 172px;
	height: 17px;
	padding: 4px 0 0 7px;
	margin: 113px 14px 0 0;
	display: inline;
}
.top-nav li {
	float: left;
	display: inline;
	background: url(../images/sep-4.gif) no-repeat 0 3px;
	padding: 0 7px 0 7px;
	font: bold 11px/15px Arial, sans-serif;
}
.top-nav li.first {
	background: none;
}
.top-nav li a {
	text-decoration: none;
	color: #b8c4d1;
}
.top-nav li a:hover {
	text-decoration: underline;
}
/* top nav end */
/* main nav start */
.main-nav {
	margin: 0;
	padding: 2px 0 0 12px;
	float: left;
	width: 788px;
	height: 24px;
	background: url(../images/nav-bg.gif) repeat-x;
}
.main-nav li {
	float: left;
	display: inline;
	font: bold 12px Arial, sans-serif;
	background: url(../images/sep.gif) no-repeat 0 4px;
	padding: 0 1px 0 2px;
}
.main-nav li.first {
	padding-left: 0;
	background: none;
}
.main-nav li a {
	color: #eaecee;
	text-decoration: none;
	padding: 3px 9px 3px 9px;
	display: block;
}
.main-nav li a:hover {
	text-decoration: underline;
	background-color: #506373;
}
.main-nav li a.active {
	background-color: #506373;
}
/* main nav end */
/* main container */
.container {
	float: left;
	width: 800px;
}
/* banner box */
.banner-box {
	background: url(../images/banner.jpg) no-repeat;
	height: 197px;
	width: 800px;
	float: left;
	position: relative;
}
/* nsa logo */
.nsa {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/ico-nsa.gif) no-repeat;
	width: 59px;
	height: 40px;
	top: 150px;
	left: 172px;
}

/* iffps logo */
.iffps {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/ico-iffps.gif) no-repeat;
	width: 59px;
	height: 40px;
	top: 150px;
	left: 240px;
}

/* text on the banner */
.banner-text {
	float: left;
	margin: 29px 0 0 173px;
	display: inline;
	width: 280px;
}
.banner-text h2 {
	margin: 0 0 0 2px;
	padding: 0 0 2px;
}
.banner-text h2 img {
	display: block;
}
.banner-text p {
	margin: 0;
	padding: 0;
	color: #000;
	font: 12px Arial, sans-serif;
}
.banner-text p a {
	color: #103865;
}
.banner-text p a:hover {
	text-decoration: none;
}
/* box with email and blog links */
/* two links */
.email-box {
	float: left;
	width: 800px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
.nav {
	float: left;
	background: url(../images/brown-nav.gif) repeat-x;
	margin: 0 0 0 5px;
	display: inline;
}
.nav div {
	float: left;
	background: url(../images/brown-nav-left.gif) no-repeat;
}
.nav div ul {
	background: url(../images/brown-nav-right.gif) no-repeat 100% 0;
	float: left;
	margin: 0;
	padding: 0 16px 0 24px;
}
.nav ul li {
	float: left;
	display: inline;
	padding: 3px 8px 0 11px;
	background: url(../images/sep-2.gif) no-repeat 0 6px;
	font: 14px Arial, sans-serif;
	height: 28px;
}
.nav ul li.first {
	background: no-repeat;
	padding-left: 0;
}
.nav ul li a {
	text-decoration: none;
	color: #faf8ec;
}
/* two links end */
.nav ul li a:hover {
	text-decoration: underline;
}
/* text near two links */
.email-box span {
	float: left;
	color: #000;
	font: 12px Arial, sans-serif;
	padding: 5px 0 0 26px;
}
.email-box span strong {
	color: #103865;
	font-size: 14px;
}
.email-box span a {
	color: #000;
}
.email-box span a:hover {
	text-decoration: none;
}
/* diversity challenge box start */
.diversity-challenge-box {
	float: left;
	width: 800px;
	border-bottom: 1px solid #999;
	background-color: #fdf3b4;
}
/* text on thit box */
.diversity-challenge-box .text {
	float: left;
	width: 355px;
	padding: 20px 0 0 26px;
}
.diversity-challenge-box .text h2 {
	margin: 0;
	padding: 0 0 9px
}
.diversity-challenge-box .text h2 img {
	display: block;
}
.diversity-challenge-box .text p {
	margin: 0;
	padding: 0;
	color: #000;
	font: 12px Arial, sans-serif;
}
.diversity-challenge-box .text p a {
	color: #000;
}
.diversity-challenge-box .text p a:hover {
	text-decoration: none;
}
.diversity-challenge-box .text ul {
	margin: 0;
	padding: 13px 0 0;
	font: 15px Arial, sans-serif;
}
.diversity-challenge-box .text ul li {
	list-style: none;
	padding: 0 0 3px;
}
.diversity-challenge-box .text ul li a {
	color: #103865;
}
.diversity-challenge-box .text ul li a:hover {
	text-decoration: none;
}
/* image box */
.diversity-challenge-box .image {
	float: right;
}
.diversity-challenge-box .image img {
	display: block;
}
/* diversity challenge box end */
/* page2box */
.page2-main {
	float: left;
	width: 800px;
	border-bottom: 1px solid #999;
	background-color: #ffffff;
}
.page2-main a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #103865;
	text-decoration: underline;
}
.page2-main a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #103865;
	text-decoration: underline;
}
.page2-main a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #103865;
	text-decoration: underline;
	background-color: #fbf6d0;	
}
.page2-main a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #103865;
	text-decoration: underline;
}
.page2-main .bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}

.page2-main .list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 40px;
	margin-right: 40px;
} 

.page2-main .headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	color: #103865;
	text-transform: uppercase;
}
.page2-main .img {
	margin: 20px;
}
.page2-header {
	float: left;
	width: 800px;
	border-bottom: 1px solid #999;
	background-color: #fdf3b4;
}
.page2-header .headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-left: 20px;
	color: #103865;
	text-transform: uppercase;
}
.page2-box {
	float: left;
	width: 800px;
	border-bottom: 1px solid #999;
	background-color: #FFFFFF;
}
/* page2box */
/* three boxes start */
.three-boxes {
	float: left;
	width: 800px;
	border-bottom: 1px solid #999;
	background: url(../images/vert-lines.gif) repeat-y;
	padding: 13px 0 34px;
}
.three-boxes div {
	float: left;
	width: 233px;
	padding: 0 0 0 28px;
}
.three-boxes h2 {
	margin: 0;
	padding: 0 0 9px;
}
.three-boxes p {
	margin: 0;
	padding: 0 3px 0 0;
	color: #5b5b5b;
	font: 12px/14px Arial, sans-serif;
}
.three-boxes p span {
	color: #103865;
}
.three-boxes p a {
	color: #103865;
}
.three-boxes p a:hover {
	text-decoration: none;
}
/* three boxes end */
/* footer start */
.footer {
	float: left;
	width: 800px;
	color: #767676;
	font: 10px Arial, sans-serif;
	text-align: center;
	padding: 12px 0 12px;
}
.footer a {
	text-decoration: none;
	color: #767676;
}
.footer a:hover {
	text-decoration: underline;
}
