﻿/* CSS layout */

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	}

#masthead {
	width: 95%;
	height: 164px;
	}
	
#masthead h2  {
	position: absolute;
	top: 55px;
	left: 380px;
	vertical-align: middle;
	font-family: Georgia;
	font-size: x-large;
	font-style: normal;
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
	}

#masthead h1  {
	position: absolute;
	top: 100px;
	left: 425px;
	vertical-align: middle;
	font-family: Georgia;
	font-size: large;
	font-style: normal;
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
	}

#masthead img {
	position: relative;
	top: 50px;
	left: 15px;
	height: 164px;
	width: 122px;
	float: left;
	text-align: center;
	clear: left;
	}


#top_nav {
	height: 45px;
	position: relative;
	top: 65px;
	}

#container {
	min-width: 600px;
	padding: 1px;
	}

#left_col {
	width: 17%;	
	float: left;
	/*position: relative;*/
	top: 65px;
	}
	
ul  {
	list-style-type: none;
	line-height: 50px;
	margin-left: 15px;
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	width: 120px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	a:hover;
	a::active;
	}

#page_content {
	margin-left: 190px;
	/*position: relative;*/
	top: 65px;
	margin-right: 150px;
	padding-bottom: 15px;
	width: 750px;
	line-height: 25px;
	}

#adobeReaderImg	{
	clear: both;
	padding-bottom: 5px;
	padding-top: 3px;
	border-color: #000;
	padding-left: 300px;
	}
	
#footer {
	clear: both;
	margin: 0px;
	text-align: center;
	font-family: inherit;
	font-size: small;
	font-style: inherit;
	color: #FFF;
	padding-top: 65px;
	padding-bottom: 65px;
	}

