
/* Webvana Styles */

body
 {	background: #6699FF;
	color: Black;
	font-family: Verdana,  sans-serif;
	font-size: .85em;	}

table, td
 {	color: Black;
	background: transparent;	}

.logostrip
 {	margin: 10% 5% 10% 5%;
	text-align: center;	}
	
a:active, a:link, a:visited
 {	color: Blue;
	background: transparent;	}

a:hover {	color: Red;	background: transparent;	}

img	{	border: 0;	}

h1, h2, h3	{	color: Black; background: transparent;	}

#leftmenu
 {	position: absolute;
	height: 800px;
	top: 10px;
	left: 10px;
	width: 150px;
	border: 1px solid #778899;
	font-family: Verdana, sans-serif;	}

#leftmenu p
 {	margin-left: 0.2em;
   margin-right: 0.2em;
   text-align: left;	}

#content
 {	height: 800px;
   margin-top: 10px;
   margin-left: 165px;
   margin-right: 10px;
   right: 20px;
   text-align: center;
   border: 1px solid #778899;
   padding: 0 5% 0 5%;   }
	
#content p
 {	margin-left: 0.2em;
   margin-right: 0.2em;
   text-align: left;   }	