img {
	border: 0px;
	}
#container {
	width: 600px;
	background-color: white;
	border: solid;
	border-color: black;
	border-width: 1px;
	z-index: -1;
	}
div#2logo img {
	width: 600px;
	}
/* Layout Stylesheet */ 
/*Common Stuff */

h3 {
	margin-bottom: .3em;
	margin-top: .7em;
	}
	
body { 
	font: 10pt arial, sans-serif; 
	color: black; 
	background-color: #2E307D;
	}
a:link { 
	font-weight: bold; 
	color: #000099;
	text-decoration: none; 
	}
a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none; 
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #aa0000;
	}
p{
	text-align: left;
	text-indent: 0px;
	margin-top: 1em;
	margin-bottom: .2em;
	}
p + p {
	margin-top: 1em;
	margin-bottom: .2em;
	}

/*Main Body */	
table.maptable {
	width: 780px;
	margin-top: 3px;
	}

#2Logo {
	height: 200px;
	margin-bottom: 20px;
	}
	
div.spacer {	clear: both;	font-size: 1px;	line-height: 1px;	height: 1px;}

#body {
	min-height: 900px;
	text-align: left;
	border-bottom: solid;
	border-left: solid;
	border-right: solid;
	/*border-color: #2E2F7D;*/
	border-color: #2E2F7D;
	border-width: 1px;
	padding: 0px;
	}
*html #body {
	height: 900px;
	}
div.text {
	position: relative;
	width: 340px;
	margin-left: 205px;
	margin-top: -150px;
	}

/*Navigation and Logo */
	
/*Footer Stuff */	
#ftr {
	background-color: #FFFFFF;
	text-align: center;
	border: solid;
	border-color: #2E2F7D;
	border-width: 1px;
	width: 600px;
	}
td.footer {
	font-size: 8pt;
	text-align: center;
	}	
#menu {
	position: relative;
	width: 120px;
	text-align: left;
	font-size: 8pt;
	padding: 0px;

	}
div#menu ul {
	list-style-type: none;
	text-indent: 0px;
	}
div#menu li {
	list-style-type: none;
	text-indent: 0px;
	}
a.menu_current:link, a.menu_current:visited {
	color: red;
	}
a.menu_default:link, a.menu_default:visited {
	font-weight: normal;
	}
table.fueltable {
	border: solid 1px #000000;
	text-align: center;
	font-size: 10pt;
	}
td.fueltable {
	border: solid 1px #cccccc;
	}
th.fueltable {
	padding: 5px;
	border: solid 1px #cccccc;
	}
table.pricetable {
	width: 420px;
	text-align: center;
	padding: 0px;
	font-size: 10pt;
	border: solid black 1px;
	}
th.pricetable {
	padding: 2px;
	border-bottom: solid;
	border-right: solid;
	border-color: black;
	border-width: 1px;
	}
td.pricetable {
	padding: 2px;
	border-bottom: solid;
	border-right: solid;
	border-color: black;
	border-width: 1px;
	}	
th.pricetableR {
	padding: 2px;
	border-bottom: solid;
	border-color: black;
	border-width: 1px;
	}
td.pricetableR {
	padding: 2px;
	border-bottom: solid;
	border-color: black;
	border-width: 1px;
	}
div.textextras a {
	text-decoration: underline;
	}
