* {margin:0;padding:0;border:0;}
 /* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
#searchframe body {
	background-color: #FFFFFF;
	padding:0;
	margin:0;
	width:100%;
	height:500px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	}
body {
	padding:0;
	margin:0;
	background:#FFFFCC url(../images/backgrounds/taupe-cream.gif) repeat;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	}
hr {
	display: block;
	clear: both;
	visibility: hidden;
	}
#outer{
	height:100%;
	min-height:100%;
	min-width:400px;
	margin-left:151px;
	margin-right:130px;
	background: #fff;
	margin-bottom:-50px;
	color: #000000;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:84px;
	overflow:hidden;
	background: #FFFFCC url(../images/design/bannerbg.jpg) repeat-x left top;
	}
#menubar{
	position:absolute;
	top:84px;
	left:0;
	width:100%;
	height:25px;
	overflow:hidden;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#FFFFCC;
	background: #336633 center center;
	}
#menubar a {
	width:100%;
	height:25px;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	color: #FFFFCC;
	}
#left {
	position:relative;/*ie needs this to show float */
	width:151px;
	float:left;
	margin-left:-150px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:108px;/*needed to make room for header*/
	color: #fff;
	}
* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#right {
	position:relative;
	width:130px;
	float:right;
	margin-right:-129px;
	padding-top:108px;
	color: #fff;
	}
#footer {
	width:100%;
	clear:both;
	height:50px;
	color: #fff;
	text-align:center;
	position:relative;
	font-size: .75em;
	padding-top: 10px;
	background-color: #999966;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#FFFFCC;
	}
#footer a {
	color: #fff;
	}
#footer a:hover{
	color: #66CCFF;
	}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
	}
#clearheader{height:109px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centercontent {height:1%;margin-bottom:12px;}/* combat IE's 3 pixel jog */
#left ul, #right ul {
	margin: 0px 0px 2px;
	padding: 0px;
	}
#right ul{
	margin-left:2px;
	}
#left li {
	width: 150px;
	list-style-type: none;
	margin-top:0px;
	background-color: #999966;
	font-size: 90%;
	line-height:25px;
	text-align:left;
	padding-left:.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#FFFFCC;
	color: #FFFFCC;
	text-indent: .3em;
	}
#right li {
	width: 129px;
	list-style-type: none;
	margin-top:0px;
	background-color: #999966;
	font-size: 90%;
	line-height:25px;
	text-align:left;
	padding-left:.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#FFFFCC;
	color: #FFFFCC;
	text-indent: .3em;
	}
 #left li.title {
	width: 149px;
	list-style-type: none;
	margin-top:0px;
	background-color: #666633;
	color: #FFFFCC;
	font-size: 90%;
	line-height:25px;
	text-align:left;
	padding-left:.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#FFFFCC;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	}
#left li.subtitle {
	width: 150px;
	list-style-type: none;
	margin-top:0px;
	color: #666633;
	font-size: 80%;
	line-height:.95em;
	text-align:left;
	padding-left:.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#FFFFCC;
	font-weight: bold;
	background-color: #FFFFCC;
	}
#left a{
	width: 150px;
	font-size: 90%;
	width:100%;
	line-height:25px;
	display:block;
	text-align:left;
	text-decoration:none;
	color: #FFFFCC;
	}
#right a {
	width: 129px;
	font-size: 90%;
	width:100%;
	line-height:25px;
	display:block;
	text-align:left;
	text-decoration:none;
	color: #FFFFCC;
	}
#right .lastlink li a {
	font-size: 90%;
	width:100%;
	height:25px;
	line-height:25px;
	display:block;
	text-align:left;
	padding-left:.7em;
	text-decoration:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#FFFFCC;
	color: #FFFFCC;
	}
* html #right {right:-2px;}/* combat IE's 3 pixel jog */
#left a:hover, #right li a:hover {
	color: #CCCC99;
	background-color: #666633;
	}
#right a:hover li .lastlink {
	color: #66CCFF;
	background-color: #000033;
	}
#left p {
	width: 146px;
	list-style-type: none;
	margin-top:0px;
	background-color: #999966;
	font-size: 90%;
	line-height:15pt;
	text-align:left;
	padding-left:.1em;
	padding-right: -3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#FFFFCC;
	color: #FFFFCC;
	text-indent: .3em;
	font-style: italic;
	}
h2 {
	font-size: 140%;
	color: #000;
	font-weight: bold;
	text-align:left;
	padding: 0px;
	}
h3 {
	font-size: 100%;
	color: #666633;
	font-weight: bold;
	text-align:left;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666633;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
	}
ol li {
	padding: .15em;
	}

#right img {
	margin-left:2px;
	}
#right object {
	margin-left:2px;
	}
#left object {
	margin-left:0px;
	}
#left img {
	margin-right:2px;
	}
.alignright {
	text-align: right;}
.aligncenter {
	text-align: center;}
.pictureinfoboxsmall {
	float: left;
	padding: 5px;
	text-align: center;
	margin: 5px;
	width: 150px;
	}
div.pictureinfoboxsmall img {
	display: block;
	padding: 5px;
	border: none;
	margin: 5px auto;
	}
.pictureinfoboxmed {
	float: left;
	padding: 5px;
	text-align: center;
	margin: 5px;
	width: 225px;
	}
div.pictureinfoboxmed img {
	display: block;
	padding: 5px;
	border: none;
	margin: 5px auto;
	}
.pictureinfoboxmed-box {
	float: left;
	padding: 5px;
	text-align: center;
	margin: 5px 15px 5px 5px;
	width: 225px;
	border: thin dashed #666633;
	font-style: italic;
	display: block;
	}
div.pictureinfoboxmed-box img {
	display: block;
	padding: 5px;
	border: none;
	margin: 5px;
	}
.floatleft img {
	float: left;
	padding: 5px;
	margin: 2px;
	}
.floatleft {
	left: 5px;
	float: left;
	padding: 5px;
	margin: 2px;
	width: 300px;
	text-align: left;
	}
.floatright img {
	float: right;
	padding: 5px;
	width: 300px;
	}
#centercontent {
	position:relative;
	padding: 0px 5px 5px 5px;
	background-color: #FFFFFF;
	}/**/
#centercontent p,ul,ol{
	margin-top: 2.5%;
	margin-bottom: 2.5%;
	}
#centercontent li,ol{
	margin-left: 1em;
	padding: 0.15em;
	list-style-position: outside;
	}
#centercontent input{
	border: 1px solid;
	margin-right: 1em;
	}
#navbar {
	position:absolute;
	top:84px;
	left:0;
	width:100%;
	height:20px;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#FFFFCC;
	background: #336633;
	padding: 0.2em 0 0.1em;
	white-space: nowrap;
	}
html>body .navbar {
	margin: -4px 0 0;
	}
#navbar a {
	border-right: 1px solid #336633;
	border-left: 1px solid #336633;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFCC;
	}
html>body #navbar a {
	padding: 0.2em 0.5em 0.1em;
	}
#navbar b {
	display: none !important;
	}
#navbar a:hover, #navbar a:active {
	color: #99CC66;
	}
table { border: 1px solid #CCCCCC; border-collapse: collapse; } 
td { 
	border: 1px solid #CCCCCC;
	padding: .3em } 
