body {
	font: 101% Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #eff1ec;
}

a, a:active, a:link, a:visited {
	color: #c60;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img { border: none; }
     
#Wrapper {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #e0e2dc;
	width: 760px;
	background: #fff;
	overflow: auto;
}

#Header {
	width: 760px;
	text-align: left;
	margin: 40px 0;
}

#HomeHeader {
	text-align: left;
	margin: 40px 0;
	display: block;
	height: 142px;
	clear: both;
}

#Logo {
	height: 76px;
	float: left;
	display: inline;
}

#HomeHeader #Logo { 
	height: 142px; 
	width: 160px;
	float:left;
	display: inline;
}

#HomeHeader #flashcontent {
	float: left;
	display: inline;
	width: 600px;
	height: 142px; 
}

/* Nav and side bar styles */

#Sidebar {
	width: 148px;
	float: left;
	margin-left: 12px;
	text-align: left;
	font-size: 0.7em;
	padding: 0 0 20px 0;
}

#Sidebar ul, #Level1 ul, #Level2 ul, #Level3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#Sidebar a { display: block;}

#Level1 li { margin: 0 0 0.4em 0; }

#Level1 a, #Level1 a:active, #Level1 a:link, #Level1 a:visited {
	color: #205225;
	padding: 2px 0 2px 20px;
}

#Level1 a:hover {
	color: #34823c;
	text-decoration: none;
}

#Level1 a.Current, #Level1 a:active.Current, #Level1 a:link.Current, #Level1 a:visited.Current { 
	background: #cbd0c1; 
	font-weight: bold;
	margin-bottom: 5px;
}

#Level2 li { 
    margin: 0 0 0 10px;
	font-size: 1em;
}

#Level2 li a.Current, #Level2 li a:active.Current, #Level2 li a:link.Current, #Level2 li a:visited.Current {
	background: none;
	font-weight: bold;
	margin-bottom: 0;
}

#Level3 li {
	margin: 0 0 0 10px;
}

#Level2 a, #Level2 a:link, #Level2 a:active, #Level2 a:visited { color: #cc6600;}

#Level2 a:hover { 
	color: #e4790d; 
	text-decoration: none;
}

#Level3 a, #Level3 a:link, #Level3 a:active, #Level3 a:visited { color: #666;}

#Level3 a:hover { 
	color: #7f7f7f; 
	text-decoration: none;
}

/* end Nav and side bar styles */

#Content {
	width: 563px;
	float: left;
	margin-left: 14px;
	text-align: left;
	padding: 0 0 10px 0;
	overflow: auto;
}

#Content ul {
	margin-top: 0;
}

#Content li { 
	margin: 0.3em 0; 
	font-size: 0.75em;
}

/* Footer Styles */

#Footer {
	font-size: 0.65em;
	color: #205225;
	padding: 5px 0 20px 0;
}

#Footer p { 
	font-size: 1em; 
	margin: 2px 0 0 0;
}

#Footer a, #Footer a:active, #Footer a:link, #Footer a:visited, #Footer a:hover { color: #205225; }

#Footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Footer li {
	display:inline;
	border-right: 1px solid #205225;
	padding: 0 5px 0 3px;
	margin: 0;
}

#Footer li.last { border-right: none;}

a.Current { font-weight: bold; }

/* end Footer Styles */

h1 {
	text-transform: uppercase;
	color: #c60;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 0.9em;
}

h2, h2.topLevel {
	color: #000;
	margin: 0 0 0.3em 0;
	padding: 0;
	font-size: 0.85em;
}

h2.topLevel { margin: 0 0 0.3em 2em; }

h3 {
	color: #000;
	margin: 0 0 0.3em 0;
	padding: 0;
	font-size: 0.85em;
}

h4 {
	color: #000;
	margin: 0 0 0.3em 0;
	padding: 0;
	font-size: 0.8em;
}

p {
	font-size: 0.75em;
	margin: 0 0 1em 0;
	padding: 0;
}

.photoLeft {
	float: left;
	display: inline;
	margin: 0 0.5em 0.3em 0;
}

.footnote { 
	border-top: 1px #ccc solid; 
	padding-top: 0.3em;
}

.privacyBox {
	border: 1px solid #bd5518;
	margin-bottom: 10px;
}

.privacyBox h2 {
	background: #bd5518;
	padding: 0.3em;
	color: #fff;
}

.privacyBox p {
	padding: 0.3em 0.3em 0.1em 0.3em;
}

#LatestNews {
	width: 195px;
	background: #f1f1f1;
	border: 1px solid #bdcabe;
	float: right;
	display: inline;
	margin-left: 15px;
	margin-bottom: 15px;
}

#LatestNews h2 {
	background: #bd5518;
	padding: 5px 5px 5px 12px;
	margin: 0;
	font-size: 0.9em;
	color: #fff;
	text-transform: uppercase;
}

.newsItem { 
	border-top: 1px solid #bdcabe;
	display: block;
	clear: both; 
	overflow: auto;
}

.newsItem p {
	font-size: 0.7em;
	font-weight: bold;
	padding: 8px 5px 5px 12px;
	margin: 0;
}

.newsItem p.more {
	text-align: right; 
	padding: 2px 5px 5px 12px;
	display: block;
	clear: both;
}

.newsDetail {
	border-top: 1px solid #bdcabe; 
	padding-top: 1em;
}

.sitemapListing li { 
	list-style: none;
	background: url('../images/sitemapBullet.gif') left top no-repeat; 
	padding: 0 0 0 15px;
}	

.clear { clear: both; }

img {
	padding: 0;
	margin: 0;
}

/* IE hackery */

*:first-child+html #Header { margin-left: 0; height: 76px;} * html #Header {margin-left: 0; height: 70px;}

*:first-child+html #HomeHeader { height: 142px;} * html #HomeHeader { height: 138px;}

*:first-child+html #Sidebar ul { margin-left: auto;} * html #Sidebar { margin-left: 6px;}

*:first-child+html #Sidebar { width: 135px;} * html #Sidebar {  width: 135px;}

*:first-child+html #Footer li {padding: 0 5px 0 7px;} * html #Footer li {padding: 0 5px 0 7px;}

* html #Logo {float:left;}

* html #HomeHeader #Logo {float:left;}

* html li {padding: 0; margin: 0; display: block; height: 12px;}

* html #Level2 li { margin: 0 0 0 8px; } 

*:first-child+html .sitemapListing li { background: url('../images/sitemapBullet.gif') left 4px no-repeat; margin: 0;} * html .sitemapListing li { background: url('../images/sitemapBullet.gif') left 4px no-repeat; margin: 0;}	

*:first-child+html ul.sitemapListing { margin-top: 0; margin-bottom: 0; } * html ul.sitemapListing { margin-top: -3px; margin-bottom: 0;}	

*:first-child+html #Content li { margin: 0; } * html #Content li { margin: 0; }