body {
	background: #1B3F8B;
	margin: 0;
	text-align: center;
	color: #000000;
	font-family: Arial;
	font-size: 100%;
}
.ThemeELDO #container {
	width: 770px;  
	background: #000000;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	border-color: #000000;
	padding: 0px 0 0px;
}

.ThemeELDO #header {
	background: #FFFFFF;
	height: 266px;
	border: 3px;
	border-style: solid;
	border-color: #548b54;
}
.ThemeELDO #header p {
	padding: 0 0;
}
.ThemeELDO #header h1 {
	margin: 0;
}
.ThemeELDO #header h2 {
	margin: 0;
}
.ThemeELDO #header a:link {
	font-size:10px;
	text-decoration: none;
	color: #000000;
}
.ThemeELDO #header a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.ThemeELDO #header a:hover {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.ThemeELDO #header a:active {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.ThemeELDO #header ul {
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-top: 10px;
	list-style-type: none;
	margin: 0px 0px;
}
.ThemeELDO #header li {
	list-style-type: none;
	margin-bottom: 5px;
}
.ThemeELDO #naulogoheader {
	background: #000000;
	height: 100px;
}
.ThemeELDO #mainContent {
	margin: 0;
	padding: 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-right: 3px;
	border-left: 3px;
	border-top: none;
	border-bottom: none;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-color: #548b54;
}
.ThemeELDO #mainContent navText {
	font-size: 12px;
}
.ThemeELDO #mainContent p {
	font-size: 12px;
	padding: 0 0;
}
/*
.ThemeELDO #mainContent a:link {
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
.ThemeELDO #mainContent a:visited {
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}*/
.ThemeELDO #mainContent a:hover {
	/*font-size: 12px;*/
	text-decoration: none;
	/*color: #000000;*/
}
/*
.ThemeELDO #mainContent a:active {
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}
*/
.ThemeELDO #mainContent h1 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.ThemeELDO #mainContent h2 {
	font-size: 16px;

	color: #000000;
}
.ThemeELDO #mainContent h3 {
	font-size: 14px;
	font-weight: bold;
}
.ThemeELDO #mainContent td {
	font-size: 12px;
}
.ThemeELDO #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	height: 76px;
	border: 3px;
	border-style: solid;
	border-color: #548b54;
}
.ThemeELDO #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	size: 9px;
	color: #FFFFFF;
}
.ThemeELDO #footer a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.vertBorder {
	color: #ffcc00;
	font-size: 9px;
}
#navigation {
 width: 160px;
}
#navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navigation li {
 border-bottom: 1px solid #191970;
 
}
#navigation li a:link, #navigation li a:visited  {
 font-size: 14px;
 display: block;
 padding: 0.4em 0 0.4em 0.5em;
 border-left: 12px solid #191970;
 border-right: 1px solid #191970;
 background-color: #3B6AA0;
 color: #FFFFFF;
 text-decoration: none;
}
#navigation li a:hover {
 background-color: #191970;
 color: #FFFFFF;
}
#navigation ul ul {
 margin-left: 6px;
}
#navigation ul ul li {
 border-bottom: 1px solid #191970;
 margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
 background-color: #1B3F8B;
 color: #FFFFFF;
}
#navigation ul ul a:hover {
 background-color: #191970;
 color: #FFFFFF;
}
.wrapimgleft
{
        float: left;
        margin: 10px; 
}
.wrapimgright
{
        float: right; 
        margin: 10px; 
}


