





body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #000;
	background-color: #eee;
	line-height: 130%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

#wrapper-header {
	background: #eee;
}

#header {
	background: #0c0e3a url(images/bckgnd2.jpg) right no-repeat;
	width: 760px;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px #ece9d8 solid;
	text-align: left;
}

#wrapper-menu {
	background: #da680f url(images/menubg.jpg) repeat-x top left;
	/*	float: left;
	width: 100%;
	*/
	width:760px;
	margin: 0 auto;
}

#menu {
	width: 760px;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap;
	padding-right: 2px;
}

* html #menu {
	padding-right: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 758px;
	background-color: #d27a20;
}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	padding: 0.2em 1em;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu ul li a:hover {
	background: #df9e40 url(images/menuitem.jpg) repeat-x;
	color: #485b06;
}

#content {
	width: 740px;
	/* 740 because it has 10px padding on each side, which brings it to 760px wide */
	margin: 0 auto;
	padding: 3.5em 10px 20px 10px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content {
	padding-top: 1.8em;
}

#footer {
	margin: 0 auto;
	padding: 2px 2px;
	width: 756px;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #ea9a1a repeat-x top left;
	border: 1px #d86d02 solid;
	font-size: 70%;
}

h1 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px #cc6600 solid;
	font-size: 150%;
	letter-spacing: -0.1em;
	clear: left;
}

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

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin-left: 1em;
	margin-right: 1em; /* New */
	text-align:justify;
}

p.newsflash {
	background-color: #e9c894;
	border: 1px dotted;
	padding: 10px;
}

p.larger {
	font-size:140%;
	border: 0 40px 0 0;
}

p.legend {
	text-align:center;
}


p strong {
	font-size:1.1em;
}

img.left,img.right {
	padding: 4px;
	border-width:0;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

p.address {
	margin-left: 5em;
	line-height:8px;
}

div.imagecaptionleft {
	float: left;
	width: 352px;
	display: inline;
	padding: 5px 20px 10px 10px;
	text-align: center;
	font-size: 0.7em;
}

p.clearall {
	clear:both;
	line-height: 5px;
}

iframe {
    display: block;
    margin: 0 auto;
}