body{
background-color: #6DAEF2;	
        background-image: url(images/cateyes1.gif), url(images/bg6.gif);
        background-position: left bottom, left center ;
        background-repeat: no-repeat, repeat-x;
        background-attachment: fixed, fixed;
      	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

h1
{
	margin: 0;
	font-size: 2em;
	font-weight: 500;
}

h2
{
	margin: 0 0 1em;
	font-size: 1.5em;
	font-weight: 500;
}

h3{
	margin: 0 0 1em;
	font-size: 1.5em;
	font-weight: 500;
	text-decoration: underline;
}

h4{
	margin: 0 0 1em;
	font-size: 1em;
	font-weight: 500;
	text-decoration: underline;
}


b{font-size: 110%;}
em{color: green;}
strong{color: green;}

#header1 {
	font-size: .5em;
	color: black;
	text-align: center;
	margin: 0;
	padding: 0px;
        
}
#header2 {
	font-size: 1em;
	text-align: center;
	margin: 2px;
	padding: 0px;
	color: white;
	height: 33px;
	background: #000000;
}
.biobeetle {
	margin-left: auto;
	margin-right: auto;
        text-align: center;
    }
#mid {
text-align: center;
}
#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 260px 0 288px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: url(images/bg01.gif) repeat;
}

#leftcolumn{
float: left;
width: 288px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: white;
border-radius: 25px 0px 0px 25px;
}

#rightcolumn{
float: left;
width: 260px; /*Width of right column*/
margin-left: -260px; /*Set left margin to -(RightColumnWidth)*/
background: white;
border-radius: 0px 25px 25px 0px;
}

#footer{
clear: left;
width: 100%;
color: black;
text-align: center;
padding: 4px 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.highlight {
	color: white;
	background-color: #000;
	font-size: 1.5em;
	text-align: center;
	padding: .2em .25em;
   }
.nav-bar
{
	color: #000;
	margin-top: 5px;
	font-weight: bold;
	font-size: 1.5em;
	font-outline: white;
	padding: 5px;
	}
	.nav
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li
{
	display: inline;
	margin: 0;
}

.nav a
{
	display: block;
	padding: .5em .3em;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px 0 #D9F2D8, 0 1px #D9F2D8, 1px 0 #D9F2D8, 0 -1px #D9F2D8;
}

.nav a:link { color: #000; }
.nav a:visited { color: #000; }

.nav a:focus
{
	color: #000;
	background-color: white;
}

.nav a:hover
{
	color: #000;
	background-color: #D9F2D8;
}

.nav a:active
{
	color: #000;
	background-color: blue;
}
.misc {
	font-size: .7em;
	margin: 0px;
	text-align: center;
}
.class1 A:link {text-decoration: underline; font-weight: bold; color: green; list-style: none;}
.class1 A:visited {text-decoration: underline; font-weight: bold; color: green; list-style: none;}
.class1 A:active {text-decoration: underline; font-weight: bold; color: green; list-style: none;}
.class1 A:hover {text-decoration: none; color: gold; list-style: none;}
}
.class2 A:link {text-decoration: none; color: #66FF33;}
.class2 A:visited {text-decoration: none; color: #66FF33;}
.class2 A:active {text-decoration: none; color: #66FF33;}
.class2 A:hover {text-decoration: none; color: gold;
}


/* ####### responsive layout CSS ####### */

@media (max-width: 840px){ /* 1st level responsive layout break point- drop right column down*/
	#maincontainer{
	width: 100%;
	}

	#leftcolumn{
	margin-left: -100%;
	}
	
	#rightcolumn{
	float: none;
	width: 100%;
	margin-left: 0;
	clear: both;
	}
	
	#contentcolumn{
	margin-right: 0;
	}
}

@media (max-width: 600px){ /* 2nd level responsive layout break point- drop left column down */
	#leftcolumn{
	float: none;
	width: 100%;
	clear: both;
	margin-left: 0;
	}
	
	#contentcolumn{
	margin-left: 0;
	}
}