body { font-family: tahoma; font-size: 100%; color: black; background-color: white; }

span.floatl { padding-bottom:1em; 
float:left;
position:absolute;
top:0px;
left:0px;
z-index:1;}

span.menu { 
	float:left;	
	width:150px;
	height:100%;
	position:absolute; 
	top:120px;
	left:35px;
	padding-top:50px;
	vertical-align:middle; 
	text-align:center;
	background: yellow; 
	
	border:5px;
	border-top:0px;
	border-style:solid;
	border-color:red;
	
	font-size: 1.2em;
}

span.main {  
	position:absolute;
	top:20px;
	left:190px;
	padding-bottom:5em; 
}

div.text { margin-left:40px; }

div.address { text-align:center; font-size:1.1em; font-weight:bold; }
div.footer { text-align:center; font-size:.6em; padding-top:12em; vertical-align:bottom}

div.header { 
	font-size:2em; 
	font-weight:bold;  
	text-align:center;
	
	background:yellow;
	border:0px;
	border:5px;
	border-style:solid;
	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:1em;
	
	color:red;	
	font-weight:bold;

}

div.sidebar
{
	width:200px;
	text-align:center;
	float:right;
	background:yellow;
	padding:10px;
	border:5px;
	border-color:red;
	border-style:solid;
	text-decoration:none;
}


div.menuitem { height: 2.2em;}
div.menuitem2 { height: 3.2em;}

img.dot { margin-right:7px; margin-bottom:3px; }



a.menulink:link, a.menulink:visited {
	border-bottom: none; 
	color:#ee0000; 
	text-decoration:none;
	text-shadow:3px 2px 0px white;	
	font-weight:bold;
}
a.menulink:hover {border-bottom: 3px solid white; text-decoration:none;}

a.side:link, a.side:visited {
color:darkblue;
text-decoration:underline;
}

.first { padding-left:70px; }

.listhead {
	font-weight:bold;
	position:relative;
	left:-10px;
}

table.tbl { padding-left:120px; }

#text{
	display: block;
	color: red; /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}

.text:before,
.text:after{
	content: "inherit"; /* generated text */
	display: block;
}

.text:before{
	padding-bottom: 2px;
	padding-left: 2px;
	color: white; /* shadow color */
	background-color: transparent;
}

.text:after{
	margin-top: 10px;
	margin-left: 10px;
	color: white; /* text color */
	background-color: transparent;

}

