﻿
html, body{ 
 /*font-family: Courier New,Courier,helvetica,verdana,sans-serif;*/
 font-family: arial,helvetica,verdana,sans-serif;
 color: #093C3E;
 margin:0px;
 padding:0px;
 text-align:center;
} 

body { 
 background: white url('../images/EACC_bkgrnd.jpg') no-repeat top center;
}

#container {
	display:inline-table;
	position:relative;
	top:99px;
	left:20px;
    margin-left: auto;
    margin-right: auto;
}

#content {
	vertical-align:top;
    margin-left: 150px;
    margin-right: 150px;
	font-size: 8pt;
	margin-top:20px;
	line-height:16pt;
	text-align:left;
}

td img {
	display: block;
}

a img {
	border: none;
}

.main_text {
}

ul {
	font-size: 8pt;
}

.bottom_center_img {
	margin: 20px;
	display:inline-block;
}

.right_img {
	display:inline;
	float:right; 
 	margin-left: 25px;
	margin-bottom: 15px;
}

h1 {
	color: white;
	font-size: 14pt;
	font-weight:bold;
	margin-bottom: 20px;
}

h2 {
 	color: white;
	font-size: 12pt;
	font-weight:bold;
}

h3 {
 	color: white;
	font-size: 10pt;
	font-weight:bold;
}

#dropmenudiv{
position:absolute;
border:1px solid #189296;
border-bottom-width: 0;
font:normal 9px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #189296;
padding: 1px 0;
text-decoration: none;
color:white;
font-size:9pt;
font-weight:bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #189296;
}

#dropmenudiv2{
position:absolute;
border:1px solid #189296;
border-bottom-width: 0;
font:normal 9px;
line-height:18px;
z-index:100;
}

#dropmenudiv2 a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #189296;
padding: 1px 0;
text-decoration: none;
color:white;
font-size:9pt;
font-weight:bold;
}

#dropmenudiv2 a:hover{ /*hover background color*/
background-color: #189296;
}

A:link {color: #093C3E;}
A:visited {color: #093C3E;}
A:active {color: #093C3E;}
A:hover {color: #093C3E;}

.footer-nav {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	text-align: center;
}

li {
	margin-top:10px;
	margin-bottom:10px;
        font-weight: bold;
}
p {
        font-weight: bold;
}