body {
	background-color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana;
    width: 100%;
	font-size: 70%;
	color: #211918;
}

.clearFloats {
	clear: both;
}

h1 {
	font-weight: bold;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	font-size: 125%;
}

h2 {
	font-weight: bold;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	font-size: 110%;
}

p {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 12px;
}

img {
	border: 0px;
}

a, a:link, a:visited, a:active {
   	text-decoration: none;
    font-weight: normal;
	color: #186B37;
	font-size: 100%;
}

a:hover {
	color: #333;
    font-weight:normal;
	text-decoration: none;
	font-size: 100%;
}

#wrapper { 
	width: 819px;
	text-align: center;
	margin: 0px auto 0px auto;	
	border-left:1px solid #7FAB9C;
	border-right:1px solid #7FAB9C;
}

#wrapperInner { 
	width: 811px;
	text-align: left;
	margin-left:4px;
	margin-right:4px;
}

#logo,#strapline { 
	width: 811px;
}

#content {
	text-align: left;
	width: 811px;
	margin-top: 6px;
}

#contentLeft {
	float: left;
	width: 160px;
}

#menu {
	height: 300px;
	min-height: 300px;
}

#menu ul {
	list-style-image: url(../images/bullets.gif);	
	list-style-type: none;
	margin-left: 25px;
	padding: 0px;
	margin-top: 9px;
}

#menu ul li {
	padding-bottom: 8px;
}

#menu ul li.menuon li {
	padding-bottom: 0px;
}

#menu ul li a {
	font-size: 110%;
}

#menu ul li.menuon a,#menu ul ul li.submenuon a,#menu ul ul li.submenuon a:active,#menu ul ul li.submenuon a:visited,#menu ul ul li.submenuon a:link {
	font-weight: bold;
}

#menu ul ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 15px;
	padding: 0px;
	margin-top: 3px;
	padding-bottom: 8px;
}

#menu ul ul li {
	padding-bottom: 0px;
	font-style: italic; 
	font-size: 90%;
}

#menu ul ul li a,#menu ul ul li a:active,#menu ul ul li a:link,#menu ul ul li a:visited {
	font-weight: normal;
}

#contentRight {
	float: right;
	width: 650px;
}

#mainImage {
	width: 650px;
}

#contentText {
	margin: 10px 16px 16px 0px;
	font-size: 120%;
	line-height:140%;
}

#quote {
	width: 139px;
	height: 241px;
	background: url(../images/quote_bg.jpg) repeat-x;;
	margin-bottom: 16px;
	text-align: center;
	font-size: 100%;
	line-height:140%;
}

#quotePadding {
	color: #fff;
	padding: 6px
}

#quoteRef {
	font-size: 90%;
	font-weight: bold;
	margin-top:6px;
}

#footer {
	width: 811px;
	height: 54px;
	background: url(../images/footer_bg.jpg) repeat-x;
	margin-bottom: 0px;
}

#footerLeft {
    margin-top:4px;
    float: left;
    font-size:90%;
	color: #A4A4A4;
	padding-top: 11px;
	padding-left: 1px;
}

#footerLeft ul {
	margin: 0px;
	padding: 0px;
	margin-bottom:4px;
}

#footerLeft ul li {
	display: inline;
	border-left: 1px solid #407F6A;
	padding-left: 4px;
	padding-right: 2px;
}

#footerLeft ul li.noborder {
	border-left: none;
	padding-left: 0px;
}

#footerRight {
    margin-top:32px;
    float: right;
}

#footerRight a, #footerRight a:link, #footerRight a:visited, #footerRight a:active {
	color: #407F6A;
   	text-decoration: none;
    font-size:90%; 
    font-weight:normal;
}

#footerRight a:hover {
	color: #333;
}

hr {
	color: #E0EAE3;
	height: 1px;
	background-color: #E0EAE3;
	border: 0px solid #E0EAE3;
}

.ba_images_left {
	width: 99px;
	float: left;
}

.ba_images_right {
	width: 131px;
	float: left;
}

#ba_largeimages {
	width: 649px;
}

#ba_largeimage_left {
	float: left;
	width: 306px;
}

#ba_largeimage_right {
	float: right;
	width: 306px;
}

