body {
	margin: 0px;
	padding: 0px;
	
}

A:visited {text-decoration: none; color:#003399  }
A:link {text-decoration: none; color:#003399}
A:active {text-decoration: none; color:#000066}
A:hover {text-decoration: underline; color:#0033FF }

div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
div#nav ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
div#nav ul li {
	display: inline;
	
}
div#content {
	position: absolute;
	left: 55px;
	top: 170px;
	right: 250px;
	bottom: 150px;
}
div#sidebar {
	position: absolute;
	width: 200px;
	right: 20px;
	top: 179px;
	left: 620px;
	bottom: 150px;
}
div#footer {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0px;
	top: auto;
}
div#flame {
	background-attachment: fixed;
	background-image: url(../images/flame.gif);
	background-repeat: repeat-x;
	width: 100%;
	border-bottom-color: #FF0033;
}
div#nav {
	background-image: url(../images/webmain_05.gif);
	background-repeat: repeat-x;
	display: inline;
	width: 100%;
	position: absolute;
}
div#logobanner {
	background-attachment: fixed;
	background-image: url(../images/webmain_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}
div#fire {
	position: absolute;
	top: 130px;
	right: 20px;
}
.basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}
.style3 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
Div#fone {
	top: 130px;
	position: absolute;
	left: 29px;
}
.yellow {
	color: #FFFFCC;
	font: x-small Tahoma, Verdana, Arial;
}
.Titler {
	font-family: Tahoma, Verdana, Arial;
	font-size: 24pt;
	font-weight: bold;
	color: #003366;
}
.shopped {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #003366;
}
.formbg {
	background-image: url(/images/tablebg.jpg);
	border: 1px solid #000000;
}
INPUT, SELECT, TEXTAREA
{
	color            : #131C28;
	font: 9pt Tahoma;
	border: 1px solid #3F5A83;
	background-image: url(/images/formbg.gif);
}

INPUT.fullWidth, TEXTAREA.fullWidth, SELECT.fullWidth
{
   /* for some reason, 100% will truncate right edge */
   width            : 95%;
}