body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#164871;
}
* {margin: 0px;padding: 0px;}
#container {
  	margin: 10px auto;
 	text-align: left;
	width: 800px;
}
#main {
	width: 800px;
	background-image:url(images/background.gif);
	
}
/******************** tables ********************/
table {
        background-color:#397eb7;
        border-collapse:collapse;
}
#fungus {
        margin-left:105px;
}
#fungus td {
        padding-left:5px;
        padding-top:2px;
        padding-bottom:2px;
        font-size:10px;
        font-style:italic;
        background-color:#ffffff;
}
#dd {
        margin-left:10px;
}
#dd a {
	color:#052d4e;
	font-weight:800;
}
#dd td {
        padding-left:5px;
        padding-top:2px;
        padding-bottom:2px;
        font-size:10px;
        background-color:#a5cae5;
}
#cert {
        margin-left:10px;
}
#cert a {
	color:#052d4e;
	font-weight:800;
}
#cert a:hover{
	color:#a5cae5;
}
#cert td {
        padding-left:5px;
        padding-top:2px;
        padding-bottom:2px;
        font-size:11px;
        background-color:#cccccc;
}
th {
        padding-left:5px;
        padding-top:2px;
        padding-bottom:2px;
        font-size:12px;
        font-weight:bold;
        background-color:#164871;
        color:#ffffff;
}
#blue {
        text-align:left;
        font-size:11px;
        font-weight:bold;
        padding-bottom:8px;
        color:#164871;
}
#dblue {
        text-align:left;
        padding-bottom:8px;
	font-size: 16px;
	color: #052d4e;
	font-weight:900;
}
#plant {
        padding-left:5px;
        padding-top:2px;
        padding-bottom:8px;
        text-align:left;
        font-size:12px;
        font-style:italic;
        font-weight:bold;
        padding-bottom:8px;
}
/******************** header ********************/
#header {
	width:750px;
	height:341px;
	margin-left:25px;
	background-color:#a5cae5;
	display:block;
}
/* Best fit pic should be 470px w - 300px h */
#headimg {
        width:500px;
        height:200px;
        float:right;
        margin-top:30px;
}
#button {
	width:200px;
	text-align:center;
	color:#FFFFFF;
	margin: 10px 0px;
}
#button ul {
        padding-top:10px;
        padding-left:30px;
}
#button a.nuke {
        display:block;
	float:none;
	text-align:center;
        padding-top:7px;
        padding-bottom:10px;
        margin-bottom:10px;
        border-width:4px;
        border-style:solid;
        border-top-color:#dfdfdf;
        border-right-color:#666;
        border-bottom-color:#333;
        border-left-color:#858585;
        color:#FFF;
        background-color:#245882;
	font-weight:700;
        font-size:12px;
	text-decoration:none;
}
#button a:hover {
	text-decoration:none;
        color:#052d4e;
        background:#a5cae5;
        border-top-color:#333;
        border-right-color:#858585;
        border-bottom-color:#dfdfdf;
        border-left-color:#666;
}
/******************** Nav Menu *******************/
#navbar {
	width:745px;
	height:28px;
	margin: 2px 0px 2px 25px;
	background-color:#a5cae5;
	padding: 3px 4px 3px 1px;
}
.nav ul{
        list-style-type:none;
        padding-left:10px;
        margin:0;
}
.nav li{
        float:left;
        position:relative;
        z-index:100;
}
.nav table{
        position:absolute;
        border-collapse:collapse;
        z-index:80;
        left:-1px;
        top:25px;
}
.nav a, .nav :visited {
        display:block;
        font-size:12px;
        width:180px;
        padding:7px 0;
        color:#a5cae5;
        background:#245882;
        text-decoration:none;
        margin-right:1px;
        text-align:center;
	font-weight:600;
}
.nav :hover{
        color:#a5cae5;
        background:#397eb7;
}
.nav ul ul {
        visibility:hidden;
        position:absolute;
        width:180px;
        height:0;
}
.nav ul li:hover ul,
.nav ul a:hover ul{
        visibility:visible;
}
/******************** Menu ***********************/
.menu {
        z-index:1000;
        font-size:10px;
        margin:25px 0 50px 15px;
}
.menu ul {
        padding:0;
        margin:0;
        list-style-type:none;
        width:180px;
}
* html .menu ul {
        margin-left:-16px;
        ma\rgin-left:0;
}
.menu li {
        position:relative;
        background:#245882;
        height:26px;
}
.menu table {
        position:absolute; 
        border-collapse:collapse; 
        top:0; 
        left:0; 
        z-index:100; 
        font-size:10px;
}
.menu a, .menu a:visited {
        display:block; 
        text-decoration:none;
        height:25px;
        line-height:25px;
        width:180px;
        text-indent:5px;
        border:1px solid #a5cae5;
        border-width:0 1px 1px 0;
}
* html .menu a, * html .menu a:visited {
        background:#245882; 
        width:180px; 
        w\idth:179px;
}
* html .menu a:hover {
        color:#ffffff; 
        background:#d4d8bd;
}

.menu :hover > a {
        color:#ffffff; 
        background:#d4d8bd;
}
.menu ul ul {
        visibility:hidden;
        position:absolute;
        top:0;
        left:180px; 
}
.menu ul li:hover ul,
.menu ul a:hover ul {
        visibility:visible;
}
.menu ul :hover ul ul{
        visibility:hidden;
}
.menu ul :hover ul :hover ul ul{
        visibility:hidden;
}
.menu ul :hover ul :hover ul{ 
        visibility:visible;
}
.menu ul :hover ul :hover ul :hover ul { 
        visibility:visible;
}
/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:750px;
	margin-left:25px;
	background-color:#a5cae5;
}
#content p {
        margin-left:10px;
}
/******************** Full Page Leftj ***********/
#listleft {
        float:left;
        width:700px;
        margin: 20px 0px 30px 20px;
}
#listleft p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#listleft ul{
	margin-left:15px;
        padding-left:20px;
        list-style-position: outside;
}
#listleft a{
	color:#052d4e;
	font-weight:800;
}
#listleft a:hover{
	color:#ffffff;
}
#listleft h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#listleft h2 {
        text-align:left;
        font-size:18px;
        padding-left:5px;
        font-weight:bold;
        padding-bottom:2px;
        color:#FF3333;
}
#listleft h3 {
        text-align:left;
        padding-left:5px;
        font-size:12px;
        font-weight:bold;
        display:inline;
}
/******************** Half Page Leftj **********/
#left {
	float:left;
	width:390px;
	display:inline;
	margin: 20px 0px 30px 20px;
}
#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color:#052d4e;
	font-weight:800;
}
#left a:hover{
	color:#ffffff;
}
#left h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left h2{
	font-size: 12px;
	color: #052d4e;
	display:inline;
	font-weight:700;
}
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#left ul{
	margin-left:15px;
        padding-left:20px;
        list-style-position: outside;
}
/******************** Rightj ***************/
#right {
	float:right;
	width:260px;
	background-color:#397eb7;
	font-weight:700;
        color:#a5cae5;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	font-weight:600;
        color:#a5cae5;
}
#right a:hover{
	color: #FFFFFF;
}
#right ul{
	margin-left:15px;
        padding-left:20px;
        list-style-position: outside;
}
#right h1{
	font-size: 12px;
	color: #ffffff;
	display:inline;
	font-weight:900;
}
#right h2{
	font-size: 14px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}
#lright {
	float:right;
	width:260px;
	background-color:#397eb7;
	font-weight:700;
        color:#a5cae5;
	margin: 30px 20px 20px 0px;
	padding: 10px 20px;
	display:inline;
}
#lright p{
	padding: 7px 0px;
}
#lright a{
	font-weight:600;
        color:#a5cae5;
}
#lright a:hover{
	color: #FFFFFF;
}
#lright h1{
	font-size: 14px;
	color: #a5cae5;
	display:inline;
	font-weight:900;
}
#listright {
	float:right;
	width:260px;
	background-color:#a5cae5;
	font-weight:700;
        color:#000000;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#listright p{
	padding: 7px 0px;
}
#listright a{
	font-weight:800;
        color:#052d4e;
}
#listright a:hover{
	color: #FFFFFF;
}
/******************** Footer ********************/
#footer {
	float:bottom;
	width:800px;
	text-align:center;
	color:#FFFFFF;
	margin: 10px 0px;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}
.clear{
	clear:both;
}