#mainWrapper {
	width: 800px;
	padding-top: 5px;
	padding-left: 2px;
}
#mainWrapper #header {
	width: 800px;
}
#nav1 {
	width: 800px;
	padding-left: 2px;
}

#mainWrapper #centerCol {
	width: 250px;
	float: left;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
#mainWrapper #rightCol {
	float: left;
	height: 300px;
	width: 240px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993333;
	font-size: 26px;
	font-weight: normal;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	background-attachment: fixed;
	background-image: url(../assets/eabLogo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainWrapper #footer {
	width: 800px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #993300;
	clear: both;
}
#mainWrapper #footer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#mainWrapper #footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#mainWrapper #footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}


#mainWrapper #leftCol {
	float: left;
	height: 400px;
	width: 250px;
	clear: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: center;
}
.colHeader {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666666;
	font-style: normal;
}

/* BEGIN style8 */
 #navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}
#tablistcontainer {
	height: auto;
	width: 800px;
}


#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: normal;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border: thin none #DCDDE8;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-bottom: 2px;
	background: transparent;
	color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#mainWrapper #tablistnav {
	height: auto;
	width: 800px;
	position: relative;
}


#navlist a:hover { color: #000; }
.style1 {
	font-size: 18px;
	color: #666666;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.infoFloater {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #993300;
	width: 125px;
	float: left;
	border: thin dashed #993300;
	padding: 0px;
	clear: none;
	background-color: #FAFAFB;
	margin-right: 2px;
	margin-bottom: 1px;
	height: 85px;
}
#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-right: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
}

#tablist li a:link, #tablist li a:visited{
	color: #666666;
}

#tablist li a:hover{
	color: black;
	border-color: navy;
	background-color: #ACB6DA;
}

#tablist li a.current{
	background: #CFD5EA;
}

/*comment boxes */
.commentbox{
background-color: #ececec;
width: 450px;
padding: 10px;
}

.commentfooter{
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
	background-image: url(../assets/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 0;
}
