@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;
	line-height: 1.23em;
	margin: 0 15px 0 15px
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
	background-color: #990000;
}

#webpage {
	position:absolute;
	top: 30px;
	width:600px;
	height:350px;
	z-index:1;
	background-image: url(background.gif);
	background-repeat: no-repeat;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

#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, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #407098;
	line-height: 1.3em;
}

#copyright {
	position:absolute;
    bottom: 0;
	left: 0;
	width:600px;
	height: 4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0 0 -4.25em 0;	
}

#webSig {
	position:absolute;
	bottom: 0;
	left: 0;
	width:600px;
	height: 4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	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;
}

