@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/BackgroundTile2.gif);
}
p {
	margin-bottom: 1em;
	margin-top: 0.5em;
}
h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: .5em;
}
h2 {
	color: #4B3823;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 5px;
	background-color: #F5DEB3;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 12px;
	background-image: url(images/BackgroundTile3.gif);
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
h3 {
	color: #4B3823;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #F5DEB3;
	line-height: 12px;
	background-image: url(images/BackgroundTile3.gif);
	margin-right: -5px;
	margin-left: -5px;
	padding: 5px;
	margin-bottom: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 779px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/NavTile2.gif);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#mainNav {
	color: #000000;
	width: 150px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 30px;
	font-weight: normal;
}
#mainNav a:link, #mainNav a:visited {
	color: #4B3823;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
}
#mainNav a:hover {
	color: #2E1C0B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/NavCarrot.png);
	background-repeat: no-repeat;
	background-position: left;
}
.mainNavOn {
	color: #2E1C0B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/NavCarrot.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	font-weight: bold;
}
#headerZone {
	float: left;
	width: 779px;
}
#headerLogobox {
	height: 25px;
	width: 150px;
	background-image: url(images/logo-BA.gif);
	background-repeat: no-repeat;
	background-position: 0px 60px;
	background-color: #452C18;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2E1C0B;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	padding-top: 135px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCB773;
}
#headerInfobox {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DCB773;
	text-align: right;
	padding-right: 10px;
	float: left;
	height: 55px;
	width: 618px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCB773;
	background-image: url(images/InfoTile.jpg);
	padding-top: 10px;
}
#headerFlashbox {
	height: 94px;
	width: 628px;
	float: left;
	z-index: 3;
}
.infoBold {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
#contentZone {
	background-image: url(images/swoosh.gif);
	background-repeat: no-repeat;
	float: left;
	width: 779px;
}
#contentBody {
	width: 415px;
	float: left;
	margin-right: 20px;
	margin-top: 40px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
#contentBody li {
	margin-left: 10px;
}
#contentBody a:link, #contentBody a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #69553C;
	font-weight: bold;
	text-decoration: none;
}
#contentBody a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #69553C;
	font-weight: bold;
	text-decoration: underline;
}
#contentBodyWide {
	width: 589px;
	float: left;
	margin-right: 20px;
	margin-top: 40px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
#contentBodyWide a:link, #contentBodyWide a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #69553C;
	font-weight: bold;
	text-decoration: none;
}
#contentBodyWide a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #69553C;
	font-weight: bold;
	text-decoration: underline;
}
#rightSidebar {
	float: right;
	width: 144px;
	margin-right: 20px;
	margin-top: 67px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
	background-color: #FEF8E3;
	font-weight: normal;
}
#rightSidebar li {
	list-style-type: none;
	margin-bottom: .5em;
}
#rightSidebar a:link, #rightSidebar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #69553C;
	font-weight: bold;
	text-decoration: none;
}
#rightSidebar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #69553C;
	font-weight: bold;
	text-decoration: underline;
}
#footerZone {
	text-align: left;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 170px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 14px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4B3823;
	padding-bottom: 10px;
	text-decoration: none;
	clear: left;
}
#footerZone a:link, #footerZone a:visited {
	width: 764px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #69553C;
	padding-top: 20px;
	font-weight: bold;
	text-decoration: none;
}
#footerZone a:hover {
	width: 764px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #69553C;
	padding-top: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.ifep {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -120px;
	float: left;
}
.searchBox {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.floatLeft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
.floatRight {
	float: right;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 10px;
}
.contentSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}
.contentShade {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 1em;
	background-color: #FEF8E3;
	padding: 10px;
}
.contentShade a:link, .contentShade a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#contentBodyWide ul {
	list-style-type: disc;
	list-style-position: inside;
}
.contentShadeP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #FEF8E3;
	padding: 10px;
	margin-top: 0em;
}
