﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #E0E0E0;
}

h1
{
	color: #000080;
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}

h2
{
	color: #000080;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-decoration: underline;
	font-weight: bold;
	text-align:center;
}

p
{
	color: #000080;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
#info
{   color: #000080;
    font-size: medium;
    font-family: New Roman, Times, serif;
	text-align: left
}
p:hover {
	border: thin double #00008A;
	background-color: #CECECE;
}

#masthead {
	background-image: url('images/site_logo.gif');
	background-color: #000000;
	height: 170px;
	background-repeat: no-repeat;
}

#top_nav {
	background-color: black;
	height: 20px;
}
#newsletter {
	font: italic normal normal 100% serif;
	color: #000000;
	background-color: #CCCCFF;
	border: thin black dotted;
	text-align: center;
}

ul {
	padding: 0px;
	margin: 0px;
}

ul li {
	display:inline;
	float: left;
	width: 150px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
    background-color: #000000
}

ul li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	width: 100%;
	display: block;
	font-weight: bolder;
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	text-indent: 5px;
}
ul li ul li a:hover {
	text-decoration: underline;
	background-color: #404040;
}
ul li ul li a {
	position: relative;
}

ul li ul {
	visibility: hidden;
}

ul li:hover ul {
	visibility: visible;
	background-color: #404040;
}
ul li a:hover {
	text-decoration: underline;
	background-color: #404040;
}

#container {
	min-width: 600px;
	background-color: #E0E0E0;
	height: auto;
}
#left_col {
	width: 190px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	text-align: left;
	padding-left: 20px;
}
.style7 {
	font-size: small;
	font-style: italic;
	font-weight: normal;
}

#page_content {
	margin-left: 200px;
	text-align: center;
}

hr {
    width:75%;
    height:1px;
    color: #C0C0C0;
}
table {
	border: 2px solid #000000;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	height: auto;
}

td,{
	padding: .3em;
	border: thin;
	border-color: #000000;
	text-align: center;
	color: #000080;
}
th {
    border:0px;
    border-color:#000000;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
tr:hover {
    background-color: #ECECEC;
    color: #0000FF;
    font-size:large;
    outline: #000000;
} 

#footer {
	clear: both;
	color: #00008A;
	background-color: #CCCCFF;
	font-size: small;
	text-align: center;
	height: auto;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-width: medium;
	border-bottom-width: medium;
}
