
html {
	font-family:Lucida Console, Monaco, monospace;
	font-size:62.5%;
}

body {
	background: #151B54;
}

#header {
	background:transparent url(logo1fblack.png) no-repeat top center;
	height:399px;
	margin:0 auto;
	width:835px;


}
#bar {
	background: black bottom center;
	height:30px;
	margin:0 auto;
	width:795px;
	z-index:1;
	border-style: solid;
	border-color: black;
	border-width: 20px;
	border-top-width: 10px;
	border-bottom-width: 10px;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
li {
	display:inline;
}
#main {
	background-color:#fff;
	min-height:200px;
	height: auto !important;
	margin:0 auto;
	padding:10 px;
	width:795px;
	
	border-width: 20px;
	border-style: solid;
	border-color: black;
		border-top-style: none;
}

#content {
	background-color:transparent;
	font-size:1.3em;
	line-height:1.5em;
	min-height:200px;
	/* ugh IE */
	height: auto !important;
	height: 200px;
	padding:0 10px;
	width:775px;
	border-top-style: solid;
	border-top-color: white;
	border-top-width: 20px;
}

#footer {
	background:transparent no-repeat bottom center;
	z-index:1;
	height:40px;
	margin:0 auto;
	width:837px;
}


h1, h2, h3{
	font-family: Arial, Verdana, sans-serif;
	font-weight:thick;
}
h1 {
color:#151B54;
margin:0;
}
h2 {
color:black;
}
        a:link, a:visited {
        color:firebrick;
        text-decoration:none;
}

a:hover, a:active {
        color:#151B54;
}



