p, div, li, td, ol, ul, input, textarea, select, option {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.smaller { font-size: 11px; }
.caveat { font-size: 11px; font-style:italic; }
.caption { font-size: 11px; font-style:italic; font-weight:bold; }
.nospam { margin-right:-3px; }
.tm { font-size: 9px; }
.oddRow { background-color:#72AB65; }
.evenRow { background-color:#fff; }
.headerRow { font-weight:bold;background-color:#dedede; text-align:center;border-bottom: 1px solid #000; }
.headerRow2 { font-weight:bold;background-color:#ffffaa; text-align:center;border-bottom: 1px solid #000; }
.headerRow3 { font-weight:bold;background-color:#72AB65; text-align:center;border-bottom: 1px solid #000; }
.resultsCol0 { border-bottom: 1px dotted #111;background-color:#fff; text-align:right; }
.resultsCol1 { border-bottom: 1px dotted #111;background-color:#dedede; text-align:center; }
.resultsCol2 { border-bottom: 1px dotted #111;background-color:#ffffaa; text-align:center; }
.resultsCol3 { border-bottom: 1px dotted #111;background-color:#72AB65; text-align:center; }

h1 { font-size: 21px; }
h2 { font-size: 17px; }
h3 { font-size: 15px;font-weight:normal; }
h4 { font-size: 11px; }

a { color: #003871; }
a:hover { color: #B01414;}
b i { color:#287F0F; }


/* ********************** 
   CALCULATOR STYLES
   ********************** */
div#oilForm {
	margin: 0px 10px 0px 10px;
	display: block;
}
div#gasForm {
	margin: 0px 10px 0px 10px;
	display: none;
}
div#formButtons {
	margin: 5px;
	border: 1px solid #72AB65;
	border-bottom:none;
	background-color: #DFDFDF;
	width: 150px;
	margin-bottom:0px;
	text-align:center;
	margin-left:<?php echo $leftMargin?>px;
}
div#bothForms {
	margin: 5px;
	border: 1px solid #72AB65;
	background-color: #DFDFDF;
	margin-top:0px;
}



/* ********************** 
   PAGE STRUCTURE STYLES
   ********************** */
body {
	/* ORIGINAL 
	background-color:#748ADD; 
	background-image:url(../images/risingsun_bright_1024.jpg); 
	background-image: url(../images/risingsun_bright_1024_01.jpg);
	*/
	background-color:#000;
	background-image: url(../images/globe3.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
}
#logoDIV {
	width:916px;
	text-align:right;
}
#menubar {
	background-color:#fff;
	color:#000;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	text-align:center;
	border:4px solid #72AB65;
	margin-bottom:20px;
}
#menubar a {
	color:#000;
	text-decoration:none;
	display:inline;
	padding: 1px 20px;
}
#menubar a:hover {
	color:#3FB812;
	background-color:#fff;
}
.bodybox {
	background-color:#fff;
	border:4px solid #72AB65;
	padding:5px;
	overflow:auto;
}
.bodybox2 {
	background-color:#fff;
	border:4px solid #72AB65;
	padding:5px;
	margin-top:10px;
	overflow:auto;
}
#wrapper {
	margin: 0px auto;
	width:1000px;
}
#leftcolumn {
	width:275px;
	float:left;
	padding-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}
#rightcolumn {
	width:650px;
	float:right;
}
#rightcolumn img { border:1px solid #000; margin:4px; }
#rightcolumn img.noborder { border:none; margin:4px; }

#content {
	width:980px;
}
#footer {
	margin: 10px auto;
	text-align:center;
	color:#fff;
	font-weight:bold;
}