﻿@import url("Footer.css");
@import url("Menu.css");

body {
	background-color: white;
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
}

#OutterDiv {
	margin: 0 auto;
	width: 986px;
	background-color: #44403e;
	overflow: auto;
}

#ContentDiv
{
    float: left;
	text-align: left;
	background-color: white;
	margin: 17px 21px 30px 21px;
	padding: 0px 30px 30px 30px;
	width: 884px;
}

#HeadingDiv
{
	background-color: #706257;
	width: 984px;	
	padding: 5px 0px 5px 0px;
}

img {
	border: 0px transparent none;
}

.ClearIt {
	height: 1px;
	overflow: hidden;
	margin-top:-1px;
	clear: both;
}

#AECBLogo
{
	float: left;
	margin: 0;
	padding: 21px 0 0 25px;

}

#MembersImage
{
	float: left;
	margin: 21px 0 0 0px;

}

#SearchImage
{
	float: left;
	margin: 21px 0 0 99px;

}

#FormsImage
{
	float: right;
	margin: 21px 0px 0 0px;

}


#SplashLowerLeftColumn
{
	margin: 5px 0 0 0;
	width: 665px;
	float: left;
}

#SplashLowerRightColumn
{
	margin: 5px 0 0 0;
	width: 219px;
	float: left;
}

#AECBLogoRight
{
	float: right;
	margin: 0 19px 0 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1
{
    margin-top: 20px;
    margin-bottom: 15px;
}

h2
{
    margin-top: 17px;
    margin-bottom: 15px;
}

h3
{
    margin-top: 15px;
    margin-bottom: 15px;
}

h4
{
    margin-top: 12px;
    margin-bottom: 12px;
}

h5
{
    margin-top: 8px;
    margin-bottom: 8px;
}

#MiddleLeftColumn, #MiddleCenterColumn, #MiddleRightColumn, #BottomLeftColumn, #BottomCenterColumn, #BottomRightColumn {
	float: left;
	text-align: left;
	border: 0px white solid;
	background-color: white;
	border-top-width: 1px;
	border-bottom-width: 1px;
	width: 299px; 
}

#MiddleLeftColumn {
	background-color: #484848;
	background-color: #9bd157;	 
	border-left-width: 1px; 
	height: 62px;
}

#MiddleCenterColumn {
	background-color: #9bd157;	
	width: 298px; 
	border-left-width: 1px;
	border-right-width: 1px; 
	height: 62px;
}

#MiddleRightColumn {
	background-color: #9bd157;
	border-right-width: 1px;
	height: 62px;
}

#BottomLeftColumn, #BottomCenterColumn, #BottomRightColumn {
	min-height: 230px;
	width: 281px;	
	padding-left: 17px;
}

#BottomLeftColumn {
	border-left-width: 1px; 
}

#BottomCenterColumn {
	width: 283px;
	border-left-width: 1px;
	border-right-width: 1px; 
}

#BottomRightColumn {
	border-right-width: 1px;

}

#BottomLeftColumn h1, #BottomCenterColumn h1, #BottomRightColumn h1, #BottomLeftColumn h2, #BottomCenterColumn h2, #BottomRightColumn h2, #BottomLeftColumn h3, #BottomCenterColumn h3, #BottomRightColumn h3 {
	color: #9bd157;
	padding: 9px 0 9px 0;
}

.SplashPageUL {
	padding: 0;
	font-size: small;
	line-height:1.6; 
	text-align: left; 
	margin: 0px 0 15px 17px;
	color: #f36700;
	list-style-type: decimal;
	font-weight: bold;
}

.SplashPageUL li {
	margin: 0;
	padding: 0;
	background: transparent none;
	background-position: 0;
}

.BottomLink {
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: small;	
	width: 281px;	
	padding-left: 17px;

}

.BottomLink a {
	text-decoration: none;
}

.BottomLink a:hover {
	text-decoration: underline;
}



