﻿@import url("layout.css");
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/ATLSect.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url('images/navmatch.gif');
}
#masthead {
	text-align: center;
	width: 800px;
	height: 120px;
	background-color: #F9CDB4;
}
#navigation {
	font-family: Tahoma, Verdana, "Lucida Sans";
	position: relative;
	float: left;
	width: 120px;
}
#content {
	float: left;
	width: 670px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	font-family: "Lucida Calligraphy", "Comic Sans MS", Tahoma;
	font-size: 16px;
	text-align: center;
	clear: both;
	width: 800px;
	color: #000080;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	color: #0000A0;
/*	font-weight: bold; */
	font-size: 14px;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #F9CDB4;
	background-color: #F9CDB4;
}
#navigation a {
	color: #0000A0;
/*	font-weight: bold; */
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #F9CDB4;
}
#navigation a:hover {
	text-decoration: none;
	color: #0000A0;
	font-weight: bold;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Tahoma;
	color: #0000A0;
}
#content h2 {
	font-size: x-large;
	font-weight: bold;
}
#content h3 {
	font-size: large;
	font-weight: bold;
}
#content h4 {
	font-size: medium;
	font-weight: normal;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	vertical-align: middle;
}
.bannertext {
	font-family: "Lucida Calligraphy", Tahoma;
	font-size: xx-large;
	font-weight: bold;
	color: #0000A0;
}
.calendar {
	color: #3333CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.cal_title {
	font-size: large;
	font-weight: bold;
}
.cal_local {
	color: #FF0000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.cal_other {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.contacts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.EAA_logo {
	border-width: 0px;
}
