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

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


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

.margin {
	margin: 0 0 0 0;
}


.titleBlueMargin {
	color: #0B4B6B;
	font-size: 14px;
	margin: 0 0 0 0;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	text-align: left;
	background-color: #990000;
}

#webpage {
	position:absolute;
	top: 0;
	width:985px;
	height:690px;
	z-index:1;
}

#banner {
	position:absolute;
	width:985px;
	height:275px;
	top: 165px;
	z-index:10;
}

#content {
	position:relative;
	width:985px;
	top: 440px;
	z-index:5;
}
.blue {
	color: #0B4B6B;
	font-weight: bold;
	font-size: 12px;
}

.titleBlue {
	color: #0B4B6B;
	font-size: 14px;
	font-weight: bold;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

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


#logo {
	position:absolute;
	width:248px;
	height:166px;
	z-index:5;
	left: 23px;
	top: 0px;
}

#donateBtn {
	position:absolute;
	width:99px;
	height:58px;
	z-index:5;
	left: 870px;
	top: 0px;
}

#nav {
	position:absolute;
	left:290px;
	top:142px;
	width:695px;
	height:23px;
	z-index:12;
}

#footer {
	position: absolute;
    bottom: 0;
	left: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #407098;
	line-height: 1.3em;
}

#copyright {
	position:relative;
    bottom: 0;
	left: 0;
	width:985px;
	height: 4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0 0 -4.25em 0;		
}

#webSig {
	position:relative;
	bottom: 0;
	left: 0;
	width:985px;
	height: 4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	margin: 0 3em -4.25em 0;
}

#webSig a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #407098;
}
#webSig a:link {
	text-decoration: none;
}
#webSig a:visited {
	text-decoration: none;
	color: #407098;
}
#webSig a:hover {
	text-decoration: none;
	color: #000000;
}
#webSig a:active {
	text-decoration: none;
	color: #407098;
}

