html,body {
	margin: 0px;
	padding: 0px;
	min-width: 900 px;
}

body {
	margin: 0px;
	padding: 0px;
	min-width: 900 px;
	background-color: #ffffff;
	font-family: "Gill Sans", Tahoma, Helvetica, sans-serif;
	font-size: 62.5%;
}

p {
	font-family: "Gill Sans", Tahoma, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 130%;
	color: #222222;
}

.whitetext {
	color:#FFF;
}

h1 {
	font-family: "Gill Sans", Tahoma, Helvetica, sans-serif;;
	font-size: 3em;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

h2 {
	font-family: "Gill Sans", Tahoma, Helvetica, sans-serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

h3 {
	font-family: "Gill Sans", Tahoma, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

h4 h5 h6 {
	font-family: "Gill Sans", Tahoma, Helvetica, sans-serif;
}

h5 {
	font-size: 1.4em;
	color: #444444;
	}

.picture-left {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.picture-right {
	float: right;
	margin: 0 0 10px 10px;

}
.picture-nofloat {
	margin: 20px;
	float: none;
	clear: both;
}

.thumb {
	float: left;
	padding: 3px;
	margin: 10px;
	border: none !important;
}

a:hover .thumb {
	background:url(../images/circle-highlight.png) no-repeat;
	}

.alertbox {
	font-family: "Gill Sans", Tahoma, Helvetica, sans-serif;
	background-color: #FFFF99;
	padding: 5px;
	border: thin solid #990000;
	font-style: italic;
}
.sidebar {
	background-color: #FFFFCC;
	float: right;
	width: 240px;
	margin: 10px;
	margin-right: 0px;
	padding: 10px;
	padding-right: 0px;
	font-family: "Gill Sans", Tahoma, Helvetica, sans-serif;
	font-size: 1em;
}
.sidebar-text {
	font-family: "Gill Sans", Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	color: #444444;
}

.smalltype {
	font-size: 1em;

}

.text-sectionbreak {
	float: none;
	clear: both;
	width: 100%;
	height: 0px;
}

.processitem1 {
	min-height: 300px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	padding: 10px 0 10px 0;
	clear: both;
}

.processitem {
	float: left;
	min-height: 300px;
	padding: 0 30px 0 0;
	margin-bottom: 20px;
}

.newsitem1 {
	min-height: 200px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	padding: 10px 0 10px 0;
	clear: both;
}

.newsitem {
	min-height: 200px;
	border-bottom: 1px dashed #999999;
	padding: 10px 0 10px 0;
	clear: both;
}

.newsdate {
	font-size: 90%;
	}

.illo-category {
	width: 204px;
	float: left;
	margin: 0 28px 10px 0;
	color: #666666;
	font-size: 95%;
	border: none !important;
}

.illo-category-art {
	padding: 2px 2px 6px 2px;
	border: none !important;
}

a:hover .illo-category-art {
	background:url(../images/orange-highlight.png) no-repeat;
	}

#artcaption {
	font-size: 1.4em;
	text-align: right;
	width: 100%;
	border-top: 1px solid #FF9900;
	padding-top: 0.5em;
	margin-top: 3em;
}

#artcontainer {
	text-align:center;
}

#artarea{
padding: 0 30px 20px 0;
float: left;
}

#artarea-horizontal {
float: left;
margin: 0 20px 20px 0;
}

#artarea2 {
float: right;
margin: 0 0 20px 0;
}

#artarea2 img {
border: 1px solid #ccc;
}

#artarea3 {
float: right;
margin: 0;
clear:right;
}

#artarea3b {
float: right;
margin: 0;
padding: 0 30px 20px 0;
clear:right;
}

#artarea4 {
padding: 0 30px 20px 0;
float: left;
clear: left;
}

#processlink {
text-align:right;
font-style: italic;
float: right;
clear:right;
position: relative; 
height: 50px; 
width: 400px; 
top: 100%; 
margin-top:-50px;
}

#processlink2 {
text-align:right;
font-style: italic;
float: right;
clear:right;
position: relative; 
height: 50px; 
width: 400px; 
top: 100%; 
margin-top:-50px;
margin-right: 245px;
}

.frogs {
float: right;
margin: 0 30px 20px 0;
}

.frogs2 {
float: left;
margin: 0 30px 20px 0;
}

.quoteauthor {
	text-align: right;
	font-style: italic;
	margin-right: 10px;
}

#navcircles {
	float:left;
	clear:both;
}

#navcircles img {
padding-right: 20px;
}


/* ------------------------HYPERLINKS-----------------------
   These control the look of the links throughout the site
   ---------------------------------------------------------*/

/* Default settings... */

a:link {
	text-decoration: none;
	color:#666666;
}
a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
	color:#FF9900;
}
a:active {
	color: #FF9900;	
}

/* Add underlines for the links in the content1 section */


#content1 a:link {
	text-decoration: underline;
	color:#666666;
}

#content1 a:visited {
	text-decoration: underline;
	color:#999999;
}


/* ------------------------CONTENT AREAS---------------------
   ---------------------------------------------------------*/

#menu1 {
	border: 0px;
	padding: 0px;
	padding-left: 27px;
	width: 190px;
	float: left;
	margin-left: 0px;
	padding-top: 10px;
	background-color: none;
}

#content1 {
	position: relative;
	width: 770px;
	padding-right: 5px;
	padding-left: 0px;
	float: right;
	margin-right: 0px;
	padding-top: 10px;
	background-color: none;
}

#contentinner {
	float:right;
	width:95%;
}


/* this is used for the headings on the WordPress/What's New pages */
#content1-heading {
	position: static;
	float: left;
	clear: both;
	width: 100%;
}

#text-column {
	width: 80%;
	}

#header {
	border: none;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 999px;
	height: 130px;
	float: right;
	position: relative;
	background-color: none;	
}

#footer {
	width: 999px;
	height: 50px;
	float: right;
	margin-top: 80px;
	background-color: none;	
}

#footer p {
	font-size: 1.2em;
	}



/* ------------------------PAGES-----------------------
   This controls the size and design of the page <div>, which
   contains all the other <div>s
   ---------------------------------------------------------*/


#page, #abs-page, #bb1-page, #bb2-page, #sbk-page, #b13-page,
	#ceh-page, #ufp-page {
	border: 0px;
	width: 1000px; /* slightly wider than 850 to accommodate edges on header image */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 1;
	padding-right: 1;
	position: static;

}


/* ------------------------MENU ITEMS-----------------------
   These are used to control the look of the navigation menu
   ---------------------------------------------------------*/

/* These ID tags control the <div> tags that contain each individual
   menu heading and item */

#menu-heading, #menu-heading-selected, #menu-item, #menu-item-selected,
	#section-heading {
	font-family: "Gill Sans", Tahoma, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	width: 225px;
	padding-right: 25px;
	padding-left: 0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left: 0px;
	margin-bottom: 0px;
	/* clear: both; */
	text-align: left;
	text-indent: 0px;
}

#section-heading {
	font-size: 1.5em;
	font-weight: bold;
	color: #006600;
	margin-top: 20px;
	padding-bottom: 5px;
	width: 150px;
}

#menu-heading, #menu-heading-selected {
	margin-top: 5px;
}

#menu-heading-selected {
	font-weight: normal;
}

#menu-item, #menu-item-selected{
	font-family: "Gill Sans", Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	width: 170px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent: 0px;
	text-align: left;
}

#menu-item-selected {
	font-weight: bold;
	color:#FF9900;
}

/* Colors for selected links in menu bar */


#menu-item a:link {
	color:#666666;
}

#menu-item a:visited {
	color:#999999;
}

#menu-item-selected a:link {
	color:#FF9900;
}

#menu-item-selected a:visited {
	color:#FF9900;
}

#menu-heading-selected a:link{
	color:#FF9900;
}

#menu-heading-selected a:visited{
	color:#FF9900;
}
