body
{
	background-color: #eeeeee;
	text-align:center;
	font-family: Arial, Helvetica, Sans-Serif;
	box-sizing: border-box;
}

.topfill
{
	background-image: url(images/blackfill100.png);
	background-repeat: repeat-x;
	height: 100px;
	
	color: White;
	text-align:left;
	padding-left:30px;
	padding-top: 0px;
}

.midfill
{
	background-image: url(images/blackfill100.png);
	background-repeat: repeat-x;
	text-align:right;
	padding-right: 30px;
	height: 50px;
	color: White;
	clear:both;
}

.mainarea
{
	width: 768px;
	margin-left: auto;
	margin-right:auto;
	
}

h1
{
	padding-top: 15px;
	font-size: 26pt;	
}

h2
{
	padding-top: 10px;
	font-size: 14pt;
}

.aqua
{
	color: #33CCFF;
}

.menuarea
{
	float:left;
	background-color: #6699CC;
	text-align:left;
	padding: 0 10px 0 10px;
	height:267px;
	width: 257px;
}

.menuarea a
{
	font-size: 18pt;
	color: White;
	text-decoration:none;
}
.menuarea a:hover
{
	color:Yellow;
	text-decoration: underline;
	font-weight:bold;
}

.bannerimage
{
	float:right;
	height: 247px;
	padding: 0 0 0 0;
}


.bottomarea
{
	background-color: #181818;
		width: 768px;

}

.bodyarea
{
	width:471px;
	background-color: #2F2F2F;
	float:right;
	padding: 10px 10px 10px 10px;
	color: white;
	text-align:left;
}

.gassafe
{
	width: 189px;
	text-align: center;
	background-color:White;
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
}

.logo
{
	float:left;
	background-color: #181818;
	text-align:center;
	padding: 0 0px 0 0px;
	width: 277px;
	margin-bottom: 0px;
	position:relative;
}

.fieldset
{
	font-family: Arial, sans-serif;
	margin-left: .75em;
	width:85%;
	float:left;
	border-style:none;
	color:white;
}

.fieldset legend
{
	color:white;
}

.fieldset label 
{
	width:24%;
	text-align:right;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
}

.fieldset .textfield 
{
	margin:3px;
	width: 70%;
	float:right;
}

.fieldset br
{
	clear:both;
}

