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

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


#bodyhead {
	position:absolute;
	left: 0;
	top: 0;
	width:100%;
	height:768px;
	background-image: url(../_img/login/bkgrnd.jpg);
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size: 11px;
	line-height: 1.23em;
	margin: 0 20px 0 20px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.23em;
	margin: 0 12px 0 -2px;
}

.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:955px;
	top: 155px;
	z-index:5;
}

#content {
	position:relative;
	width:955px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size: 11px;
	line-height: 1.23em;
	z-index:6;
	background-image: url(../_img/login/content_bkgrnd02.png);
	background-repeat: repeat-y;
}

.name {
	color: #0B4B6B;
	font-weight: bold;
	font-size: 12px;
}

.title {
	font-size: 11px;
	font-weight: bold;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #18380d;
}

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

#content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #18380d;
	font-size: 11px;
	font-style: italic;
}

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

#logo {
	position:absolute;
	width:244px;
	height:101px;
	z-index:5;
	left: 10px;
	top: 44px;
}

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

#title {
	position:absolute;
	left:300px;
	top:120px;
	width:278px;
	height:28px;
	z-index:12;
	background-image: url(../_img/login/boardofdirectors_title.png);
}

#nav {
	position:absolute;
	left:723px;
	top:128px;
	width:228px;
	height:17px;
	z-index:12;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #18380d;	
}
#footer {
	position: relative;
	left: 0;
	margin-top: -40px;
	width:955px;
	height:196px;
	background-image: url(../_img/login/footer.png);
	z-index:12;
}

h1, h2, h3, h4, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #407098;
	line-height: 1.23em;
	margin: 0 0 0 20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #407098;
	line-height: 1.23em;
	margin: 0 0 0 20px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.23em;
	margin: 0 0 0 20px;
}

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

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

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

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

#loginPage {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
	text-align:center;
}