BODY{
	margin: 0px;
	padding: 0px;
	background: white;
	font-family: Courier, "Courier New", mono;
	font-size: 14px;
	text-align: justify;
	background-image: url(images/CrudeOil.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	color: #000000;
}

H1{
	margin: 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;
}

A{ 
	text-decoration: none;
	color: black;
		font-size: 14px;
}
A:visited{ 
	color: #666666;
}
A:hover{ 
	text-decoration: underline; 
	color: red;
}

#top{ 
	height: 80px;
	top: 10px;
	text-align: center;
}


#left{
	position: absolute;
	top: 95px;
	left: 10px;
	width: 180px;
	text-align: center;
		
}

#Cmenu{
	border: thin;
	border-style: solid;
	border-color: #666666;
	margin: 5px 0px;
	background: #FFFFFF;
}
#Cmenu A{
	text-align: left;
	display: block;
	margin: 5px;
}

#Smenu{
	border: thin;
	border-style: solid;
	border-color: #000033;
	color: #000033;
	margin: 5px 0px;
	background: #EEEEFF;
}
#Smenu A{
	text-align: left;
	text-decoration: none;
	display: block;
	margin: 5px;
}
#Smenu A:visited{ 
	color: #666699;
}
#Smenu A:hover{ 
	text-decoration: underline; 
	color: #000000; 
}

#Wmenu{
	border: thin;
	border-style: solid;
	border-color: #440000;
	margin: 5px 0px;
	background: #EEEEEE;
	color: #440000;
}
#Wmenu A{ 
	text-align: left;
	text-decoration: none; 
	display: block;
	margin: 5px;
}
#Wmenu A:visited{ 
	color: #663333;
}
#Wmenu A:hover{ 
	text-decoration: underline;
	 color: #000000; 
}

#center{ 
	margin-left: 200px; 
	margin-right: 260px;
}
#center HR { clear: both; margin: 20px 0px 40px 0px; }

#right{
	position: absolute;
	width: 240px;			
	top: 100px;
	right: 10px;
}
#right HR { margin: 5px; }
#right IMG{ margin: 10px 0; }

#foot{
	text-align: center;
	bottom: 10;
}

.boxed{
	border: thin;
	border-style: solid;
	border-color: #666666;
	padding: 0;
	margin:  5px 0px;
}


.fLeft{ float: left; margin: 10px;}
.fRight{ float: right; margin: 10px;}