@charset "UTF-8";

/* CSS Document */


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


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.23em;
	margin: 0 25px 0 40px;
	color: #FFFFFF;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #407098;
	line-height: 1.3em;
	margin: 0 15px 0 15px
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #407098;
	line-height: 1.3em;
	margin: 1em 25px 0 15px
}


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

}


#webpage {
	position:absolute;
	top: 30px;
	width:800px;
	height:435px;
	z-index:1;
	background-image: url(background.gif);
	background-repeat: no-repeat;

}


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


a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #407098;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a:active {
	text-decoration: underline;
	color: #407098;
}


#logo {
	position:absolute;
	width:320px;
	height:150px;
	z-index:16;
	left: 0px;
	top: 0px;
}


#nav {
	position:absolute;
	left:391px;
	top:74px;
	width:487px;
	height:24px;
	z-index:12;
}


#masthead {
position:absolute;
	left:17px;
	top:100px;
	width:895px;
	height:249px;
	z-index:13;
}


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


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


#copyright {
	position:absolute;
	bottom: 0;
	left: 0;
	width:800px;
	height: 4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0 0 -4.25em 0;
}


#socNet {
	position:absolute;
	bottom: 0;
	left: 0;
	width:800px;
	height: 4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	margin: 0 3em -4.25em 0;
}


#socNet a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#socNet a:link {
	text-decoration: none;
}

#socNet a:visited {
	text-decoration: none;
	color: #666666;
}

#socNet a:hover {
	text-decoration: none;
	color: #407098;
}

#socNet a:active {
	text-decoration: none;
	color: #666666;
}

