body	{
	margin: 0;
	padding: 0;
	/* the following is to center align the site in IE */
	text-align: center;
	background-color: #004678;
	}
	
/* the following single style is to left justify text to alter the above IE hack */

p, ul, ol, dl, h1, h2, h3, h4, h5, h6, div {
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	}
	
p, ul, ol, dl	{
	font-size: .8em;
	color: #545454;
	}

ul ul	{
	font-size: 1em;
	}
	
dl ul	{
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 10px !important;
	}
	
dl dt	{
	font-weight: bold;
	}
	
dl dd	{
	margin: 0 0 10px 20px;
	padding: 0 0 0 0;
	}

div#mainWrapper	{
	width: 850px;
	margin: 0 auto;
	padding: 0;
	}
	
div#wrapper	{
	background-color: #fff;
	width: 850px;
	float: left;
	margin: 15px 0;
	padding: 0;
	}
	
div#header	{
	position: relative;
	background-color: #738ea1;
	width: 850px;
	height: 126px;
	margin: 0;
	padding: 0;
	}
	
div#mainContent	{
	float: left;
	position: relative;
	width: 850px;
	min-height: 400px;
	_height: 400px;
	margin: 0;
	padding:0 0 20px 0;
	background-image: url(/images/left_nav_bg.gif);
	background-repeat: repeat-y;
	}
	
div#contentArea	{
	margin: 10px 0 0 163px;
	padding: 0;
	}
	
div#text	{
	margin: 0 20px 0 30px;
	padding: 0;
	background-image: url(/images/textBorder.png);
	background-repeat: no-repeat;
	background-position: left 45px;
	/*
	position: relative;
	*/
	}
	
div#textSubpage	{
	margin: 0 30px 0 30px;
	padding: 0;
	}
	
div#textSubpageRB	{
	margin: 0 30px 0 30px;
	padding: 0;
	}
	
div#text ul,
div#textSubpage ul,
div#textSubpageRB ul	{
	padding: 1px 10px 1px 18px;
	margin: 0;
	}
	
div#textSubpage ol	,
div#text ol,
div#textSubpageRB ol{
	padding-left: 40px;
	}
	
div#textSub ol li,
div#textSubpage ol li,
div#textSubpageRB ol li	{
	padding-left: 0;
	}
	
div#textSubpage dl,
div#textSubpageRB dl	{
	margin: 0;
	padding: 5px 20px 5px 0;
	}
	
div#text ul ul,
div#textSubpage ul ul,
div#textSubpageRB ul ul	{
	padding-left: 0;
	}

div#text p,
div#textSubpage p,
div#textSubpageRB p	{
	padding: 5px 5px 5px 0;
	}
	
.formBox	{
	margin: 0 0 10px 10px;
	padding: 0;
	}

input,
textarea	{
	margin: 0 0 10px 10px;
	padding: 0;
	}

div#footerNew	{
	position: relative;
	float: left;
	margin: 0px;
	padding: 2px 0;
	width: 850px;
	height: 1.2em;
	border-top: 1px solid #000;
	}
	
p.copyright	{
	float: right;
	font-size: .7em;
	padding: 1px 20px 1px 1px;
	}
	
ul.bottomLinks	{
	position: absolute;
	top: 3px;
	left: 0px;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: .7em;
	list-style-type: none;
	z-index: 1000;
	}
	
ul.bottomLinks li,
ul.pageLinks li	{
	display: inline;
	padding: 0 7px 0 7px;
	border-right: 1px solid #707070;
	background-image: none;
	}
	
ul.bottomLinks li.lastLink,
ul.pageLinks li.lastLink	{
	border-right: none;
	}
	
p.bottomLinks a	{
	padding: 0 2px;
	font-weight: normal;
	}
	
ul.pageLinks	{
	text-align: right;
	margin: 0;
	}
	
img.flowchart	{
	padding: 60px 5px 10px 5px;
	margin: 0 auto;
	border: none;
	}

p.bottomLinks	{
	position: absolute;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: .7em;
	z-index: 1000;
	}

/* end of footer styles */
	
h1	{
	color: #006f00;
	font-family: Helvetica, Ariel, sans-serif;
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	}
	
h2	{
	color: #306992;
	font-family: Helvetica, Ariel, sans-serif;
	font-size: 1.25em;
	border-bottom: 2px dotted #306992;
	display: inline;
	}
	
h3	{
	color: #306992;
	font-family: "Gill Sans MT", Helvetica, Arial, Verdana, sans-serif;
	background: url(/images/butterfly20.gif) no-repeat 7px 5px;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px solid #306992;
	padding: 0 0 0 30px;
	margin: 0;
	display: inline;
	}

	
h4	{
	color: #306992;
	font-family: "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 20px 20px 10px 0;
	}
	
h5	{
	color: #306992;
	font-family: "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 10px 0;
	}
	
h6	{
	color: #545454;
	font-family: "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 10px 0;
	}
	
a	{
	text-decoration: none;
	color: #050;
	font-weight: bold;
	font-family: Helvetica, Ariel, sans-serif;
	}
	
a:hover	{
	text-decoration: underline;
	color: #306992;
	}
	
ul	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	/*
	Not sure why this was set to 
	relative but it was causing the
	right sidebar to be inaccessable.
	position: relative;
	*/
	}
	
li	{
	background: url(/images/0009_round_cyan.png) 1px 6px no-repeat;
	padding: 3px 0px 3px 18px;
	margin: 0;
	}
	
ul ul	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
ul ul li	{
	background: url(/images/0129_ibullet.png) 1px 6px no-repeat;
	}

ol	{

	font-size: .8em;
	}
	
ol li	{
	background-image: none;

	}
	
/* The following styles identify the link in the sidebar that coincides with the page that you are on */
body#home a.home,
body#services a.services,
body#essentials a.essentials,
body#new a.new,
body#speciesData a.speciesData,
body#imageRest a.imageRest,
body#listRest a.listRest,
body#codeSamples a.codeSamples,
body#schema a.schema,
body#library a.library,
body#license a.license
	{
	}
	
span.leadIn	{
	font-weight: bold;
	}

/* contained in header */


div#logo	{
	float: left;
	height: 107px;
	width: 162px;
	background: url(/images/cornerlogo2.gif) #BFCBD4;
	}
	
div#headerPic	{
	background: url(/images/servicesBannerCropped.gif) no-repeat 10px 50%;
	float: left;
	width: 506px;
	height: 107px;
	}
	
div#subPic	{
	float: right;
	background-image: url(/images/frog.jpg);
	height: 107px;
	width: 107px;
	}
	
div#search	{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	}
	
div#search div#google form input	{
	margin: 0;
	padding: 0;
	}
	
div#google	{
	margin: 0;
	padding: 5px 5px 0 0;
	}
	
div#google form	{
	margin: 0;
	padding: 0;
	}
	
div#donateNow	{
	margin: 0;
	padding: 5px 0 0 0;
	}
	
div#MenuPossub	{
	position: absolute;
	top: 107px;
	left: 0;
	width: 850px;
	height: 19px;
	background-color: #FEF9AA;
	background: url(/images/navback.gif);
	margin: 0;
	padding: 0;
	}
/* end of header contents */



a.btt	{
	font-style: italic;
	font-size: .8em;
	}

img.img1	{
	float: right;
	margin: 0 20px 2px 10px;
	border: none;
	}
	
div.img1	{
	float: right;
	width: 130px;
	margin: 0 20px 2px 10px;
	}
	
div.img230	{
	float: right;
	width: 230px;
	margin: 0 20px 2px 10px;
	padding: 10px 0 0 0;
	}
	
div.img2	{
	float: left;
	width: 130px;
	margin: 15px 20px 10px 10px;
	}

img.img2	{
	float: left;
	margin: 15px 20px 10px 10px;
	border: none;
	}	
	
.emailImg	{
	text-decoration: none;
	border: none;
	}
	
div.caption	{
	font-size: .7em;
	margin: 0;
	padding: 2px 0 0 0;
	}

dt	{
	padding-bottom: 5px;
	}
	
dd	{
	padding-bottom: 10px;
	}
	
dl.standard 	{
	margin: 5px 0 10px 10px;
	}
	
dl.standard  dt	{
	font-weight: bold;
	margin: 0;
	padding: 10px 0 5px 0;
	}
	
dl.standard  dd	{
	padding: 0 0 0 10px;
	margin: 0;
	}

ul.phNumbers	{
	list-style-type: none;
	list-style-image: none;
	padding: 10px 5px 10px 20px !important;
	margin: 0;
	line-height: 1em;
	}
	
ul.phNumbers li	{
	background: none;
	padding: 1px 0 1px 0;
	margin: 0;
	}

/* the following styles are for the links that are also in the main dropdown */
	
div#leftNavBar	{
	width: 162px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	}
	
div#leftNavBar h4	{
	color: #fff;
	font-family: "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	background-color: #306992;
	}
	
div#leftNavBar h5	{
	padding: 10px 0 2px 5px;
	margin: 0;
	border-bottom: 1px solid #dfdfdf;
	}
	
ul#leftNav a	{
	display: block;
	font-size: .85em;
	border-top: 3px solid #fefcdd;
	border-bottom: 1px solid #f2e730;
	padding: 5px 0 5px 20px;
	height: 1%;
	background: url(/images/buttons/doublePointGreen.gif) 6px 6px no-repeat;
	}
	
ul#leftNav ul li a	{
	background: url(/images/buttons/doublePointGreen.gif) 8px 5px no-repeat;
	}
	
ul#leftNav a:hover	{
	display: block;
	color: #306992;
	text-decoration: underline;
	background: url(/images/buttons/arrow.gif) 8px 8px no-repeat;
	background-color: #fefcdd;
	}
	
ul#leftNav ul li a:hover	{
	background: url(/images/buttons/arrow.gif) 18px 7px no-repeat;
	background-color: #BFCBD4;
	}
	
ul#leftNav	{
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #fefcdd;
	background-color: #fef9aa;
	}

ul#leftNav li	{
	background-image: none;
	}
	
ul#leftNav ul	{
	margin: 0 0 7px 0;
	padding: 0;
	}
	
ul#leftNav ul li	{
	padding: 0;
	margin: 0;
	background-image: none;
	}
	
ul#leftNav li.new	{
	background: url(/images/new.gif) 90% 50% no-repeat;
	}
	
ul#leftNav ul li a	{
	margin: 0;
	padding: 4px 0 4px 20px;
	}
	
ul#leftNav li	{
	margin: 0;
	padding: 0;
	}
	
table.data	{
	
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0 10px 0;
	width: 620px;
	}
	
table.data td	{
	vertical-align: top;
	font-family: Verdana;
	font-size: 70%;
	color: #404040;
	border-bottom: 1px dotted #6699CC;
	text-align: left;
	padding: 2px 10px 2px 3px;
	}
	
table.data td.right ul li	{
	font-size: 120%;
	background: url(/images/0009_round_cyan.png) 4px 4px no-repeat;
	}
	
table.data td.right,
table.data td.middle	{
	border-left: 1px dotted #CEDCEA;
	}
	
table.data td.middle	{
	text-align: center;
	}

table.data tr.head td	{
	font-weight: bold;
	background-color: #fafafa;
	border-bottom: 2px solid #6699CC;
	}
	
div.tableBare	{
	background-color: #fff;
	width: 920px;
	margin: 10px auto;
	}
	
div.tableBare p	{
	padding: 5px 0 5px 10px;
	margin: 0;
	}
	
span.param	{
	font-weight: bold;
	font-style: italic;
	}

code	{
	font-weight: bold;
	font-size:11pt;
}
