#main 
{
    width:800px;
	height:auto;
	margin:auto;
	padding:0px;
	text-align: left;
}

#header
{
	width: 800px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float:left;
}

#menu 
{
	width: 800px;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#submenu
{
	width: 800px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
	  
#sidepanel 
{
	background: #DCDCDC;
	width: 252px;	
	height: 490px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: auto;
}
		   
#maintext 
{
	background: white;
	width: 548px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: auto;			  
}

#footer
{
	background: #00527B;
	color: white;
	font-family: Arial;
	font-weight:bold;
	font-size:10px;
	width: 800px;
	height: 30px;
	clear: both;
}
	
body 
{
	margin:0px;
	background: #EFDFCB;
	text-align: center; 
}
	  
img 
{
	image-border:0px;
	margin:0px;
	padding:0px;
	display:block;
}

a.straightwhite:link 
{
	color:white;
	font-weight:bold;
}

a.straightwhite:visited
{
	color:white;
	font-weight:bold;
}

a.straightwhite:active
{
	color:white;
	font-weight:bold;
}

a.straightwhite:hover
{
	color:white;
	font-weight:bold;
}

a.biolink:link
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a.biolink:visited
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a.biolink:active
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a.biolink:hover
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a.sitemap:link
{
	color:#000099;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	font-family:Arial;
}

a.sitemap:visited
{
	color:#000099;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	font-family:Arial;
}

a.sitemap:active
{
	color:#000099;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	font-family:Arial;
}

a.sitemap:hover
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	font-family:Arial;
}

a.stocklink:link
{
	color:blue;
	text-decoration:underline;
	font-size:11px;
}
a.stocklink:visited
{
	color:blue;
	text-decoration:underline;
	font-size:11px;
}
a.stocklink:active
{
	color:blue;
	text-decoration:underline;
	font-size:11px;
}
a.stocklink:hover
{
	color:blue;
	text-decoration:underline;
	font-size:11px;
}



