body {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-align: center;
	background-image: url(/images/space2.jpg);
	padding: 0px;
	margin: 0px;
	
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight:800;
	text-transform:uppercase;
	font-size:18px;
	margin-top: 0px;
        color: #1c24a9;
}

h5 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
        color: #1c24a9;
	font-size:15px;
}

a {
	color: #000000;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}

a.headnav {
	color: #EAD7A2;
	text-decoration: none;
        text-align: center;
	font-family:"Times New Roman", Times, serif;
        font-weight: 800;
        font-size: 18px;
}
	
a.headnav:hover {
	text-decoration: underline;
}
       
dd { margin-bottom: 10px; }
dt { font-weight: 800; text-transform: uppercase; }

#site {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 800px;
	text-align: left;
	z-index: 1;
	}
	
#header {
	width: 800px;
	height: 160px;
        min-height: 160px;
	top: 0 px;
	position: absolute;
        background-color: #000000;
	z-index: 2;
        text-align: center;
	}


#main {
	width: 770px;
        border-width: 10px;
        border-color: #000000;
        border-style: solid;
        padding: 5px;
	background-image: url(/images/or-steel.gif);
	position: absolute;
	top: 160px;
	z-index: 3;
	}

#footer {
	width: 780px;
        text-align: center;
        font-size: 10px;
        color: #000000;
        margin-top: 40px;
        margin-bottom: 2px;
}

