body
{
	background-color: #eeeeee;
	text-align:center;
	font-family: Arial, Helvetica, Sans-Serif;
}

.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: 819;
	margin-left: auto;
	margin-right:auto;
	
}

h1
{
	padding-top: 15px;
	font-size: 26pt;	
}

h2
{
	padding-top: 10px;
	font-size: 14pt;
}

.aqua
{
	color: #33CCFF;
}

.menuarea
{
	width:819px;
	background-image: url(images/right.gif);
	background-position: right;
	background-repeat:repeat-y;
	background-color: White;
	color:Black;
	text-align:left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}


.header
{
	background-image: url(images/emptylogotop3.gif);
	height:175px;
	width:819px;
	border-style:none;
	background-color: White;
	color:Black;
	text-align:left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.footer
{
	width:819px;
	border-style:none;
	background-color: White;
	color:Black;
	text-align:left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.bodyarea
{
	width:819px;
	background-image: url(images/right.gif);
	background-position: right;
	background-repeat:repeat-y;
	background-color: White;
	color:Black;
	text-align:left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.bodycontent
{
	padding: 20px 70px 50px 50px;	
}

.menuarea a
{
	width: 100px;
	background-color:white;
	font-size: 20pt;
	color: #29AAE1;
	text-decoration:none;
	padding-left: 20px;
	padding-right:20px;
	padding-bottom: 20px;
}
.menuarea a:hover
{
	background-image: url(images/drop.gif);
	background-position:left;
	background-repeat: no-repeat;
	color:Red;
	text-decoration: underline;
	font-weight:bold;
}

.bannerimage
{
	float:right;
	height: 247px;
	padding: 0 0 0 0;
}


.bottomarea
{
	background-color: #181818;
		width: 768px;

}


.gassafe
{
	width: 189px;
	text-align: center;
	background-color:White;
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
}

.corgi
{
	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:black;
}

.fieldset legend
{
	color:black;
}

.fieldset label 
{
	width:25%;
	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;
}


