BODY{
	margin: 0;
	padding: 0;
	font-family: Courier, "Courier New", mono;
	background: #E0E0E0;
	color: 440000;
}
H1{
	margin: 0px 0px 20px 0px;
	font-size: 24px;
	text-align: center;
}
H2{
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	text-align: left;
}
H3{
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	text-align: center;
	font-style: bold;
}
P {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	text-align: justify;
}
TD{
	font-size: 14px;
	text-align: justify;
	vertical-align: top;
}
#top{ 
	height: 80px;
	top: 10px;
	text-align: center;
}

#Wmenu{
	position: absolute;
	top: 100px;
	left: 10px;
	width: 180px;
	padding-top: 10px;
	border: thin;
	border-style: solid;
	border-color: #440000;
	background: #EEEEEE;
}
#Wmenu A{ text-decoration: none; color: #440000; }
#Wmenu A:visited{ color: #663333; }
#Wmenu A:hover{ text-decoration: underline; color: #000000; }
#Wmenu A P{ margin: 10px 10px 15px 10px; }
#center{ 
	margin-left: 210px;
	margin-right: 280px;
}
#center IMG { margin: 5px; }
#center HR { clear: both; margin: 20px 0px 40px 0px; }
#center A{ text-decoration: none; color: 000033;}
#center A:visited{ color: #663333; }
#center A:hover{ text-decoration: underline; color: red; }
.fLeft{ float: left; margin: 10px; }
.fRight{ float: right; margin: 10px; }
.itemRow{ display: table-row; margin: 10px; }
.leftColumn{ display: table-cell; width: 20%; }
.rightColumn{ display: table-cell; width: 79%; }

#right{
	position: absolute;
	width: 260px;			
	top: 100px;
	right: 10px;
	text-align:center;
}
#right HR { clear: both; margin: 5px; }
#right SPAN { margin: 5px 0; }
#right IMG { margin: 5px 0; }
#right A{ text-decoration: none; color: black; }
#right A:visited{ color: #663333; }
#right A:hover{ text-decoration: underline; color: red; }


#foot{
	clear: both;
}
#foot A{ text-decoration: none; color: black; }
#foot A:visited{ color: #663333; }
#foot A:hover{ text-decoration: underline; color: red; }

.boxed{
	border: thin;
	border-style: solid;
	border-color: #666666;
	padding: 0;
	margin:  5px 0px;
}

