@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	border-style: none;
	background-color: #FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1em 0 0 0;
}

.margin {
	margin: 0 0 0 20px;
}

#bodyhead {
	position:absolute;
	left: 0;
	top: 0;
	width:100%;
	height:169px;
	background-image: url(../_img/foc_topband.gif);
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 58em;
	text-align: left;
}

#webpage {
	position:relative;
	top:40px;
	width:921px;
	height:675px;
	z-index:1;
	background-image: url(../_img/bkgrnd_02.png);
	background-repeat: repeat-y;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #00467f;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00467f;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #00467f;
}

#logo {
	position:absolute;
	left:34px;
	top:11px;
	width:190px;
	height:110px;
	z-index:11;
}
#banner {
	position:absolute;
	left:249px;
	top:-39px;
	width:622px;
	z-index:12;
}
#nav {
	position:absolute;
	left:283px;
	top:180px;
	width:593px;
	height:23px;
	z-index:5;
}
#bar {
	position:absolute;
	left:27px;
	top:243px;
	width:862px;
	height:23px;
	background-image: url(../_img/bar.png);
	background-repeat: no-repeat;
	z-index:6;
}
#content {
	position:absolute;
	left:283px;
	top:254px;
	width:359px;
	height:408px;
	z-index:4;
}

#infobox1 {
	position:absolute;
	left:14px;
	top:510px;
	width:203px;
	height:101px;
	z-index:5;
}
#sideContent {
	position:absolute;
	left:31px;
	top:268px;
	width:201px;
	height:299px;
	z-index:6;
}

#header {
	position: relative;
	top: -20px;
	left: 0;
	background-image: url(../_img/bkgrnd_01.png);
	background-repeat: no-repeat;
	z-index:2;
	height: 20px;
	width: 921px;
}

#footer {
	position: relative;
	top: 0;
	left: 0;
	background-image: url(../_img/bkgrnd_04.gif);
	background-repeat: no-repeat;
	z-index:2;
	height: 45px;
	width: 921px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	color: #192955;
}
	
#copyright {
	position:relative;
	bottom: 0;
	left: 0;
	width:900px;
	height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
	margin: 0 0 -1em 2em;
}

#webSig {
	position:relative;
	bottom: 0;
	left: 0;
	width:880px;
	height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
	text-align: right;
	margin: 0 0 -1em 0;
}

#webSig a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
}
#webSig a:link {
	text-decoration: none;
}
#webSig a:visited {
	text-decoration: none;
	color: #003399;
}
#webSig a:hover {
	text-decoration: none;
	color: #000000;
}
#webSig a:active {
	text-decoration: none;
	color: #003399;
}
.boldTitle {
	font-size: 14px;
	font-weight: bold;
	color: #1c3267;
}
.blue {color: #1c3267}
