html, body, #wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;       /* should be auto */
	min-height: 100%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(./images/bgbar.gif) repeat-y left top;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 12px;
}

html>body, html>body #wrapper {
  height: auto;
}
div#wrapper {
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
}
a {
	color: #808080;
}
h1 {
	color: #3142A5;
	font-size: 22px;
	font-weight: normal;
	font-family: Times New Roman;
	font-style: italic;
	margin: 0px;
}
h2
{
	font-size: 12px;
	color: #5f79c5;
	margin-bottom: 5px;
}
#headerbar {
	width: 100%;
	height: 85px;
	background: #FEE17C url(./images/top_bar_txtr.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#navbar {
	border-top: 2px solid #ffffff;
	width: 100%;
	height: 20px;
	background: #DFDFDF url(./images/grey_txtr.gif);
	background-position: right;
	background-repeat: repeat-y;
	font-size: 12px;
}
#navbar ul {
	margin: 0px;
	margin-left: 20px;
}
#navbar li {
	display: inline;
}
#navbar a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-align: center;
	color: #6C6C6C;
	line-height: 20px;
}
#navbar a:hover {
	background-color: #cccccc;
	color: #000000;
}
#sidebar {
	border-top: 3px solid #ffffff;
	width: 190px;
	color: #808080;
	padding-left: 10px;
	padding-top: 50px;
	float: left;
}
#content {
	background-color: #ffffff;
	padding: 20px;
	color: #808080;
	font-size: 12px;
	line-height: 140%;
	margin-left: 190px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 2px solid #ffffff;
	height: 17px;
	background: #DFDFDF url(./images/grey_txtr.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 10px;
	text-indent: 20px;
	padding-top: 2px;
	color: #808080;
	width: 100%;
}
#clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.nolinelink {
	text-decoration: none;
}
.headingLine {
	background: url(./images/heading_line.gif) no-repeat;
	height: 5px;
	border-width: 0px;
	margin: 0px;
}

label span
{
	display: block;
	float: left;
	width: 100px;
}

.textInput
{
	border: 1px solid #cccccc;
	height: 18px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea.textInput
{
	overflow: auto;
	width: 300px;
	height: 100px;
}

#quoteServices label span
{
	float: none;
	clear: none;
	width: 200px;
	cursor: hand;
}

.caption
{
	text-align: center;
	font-weight: bold;
}

.message
{
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 20px;
}

form
{
	display: inline-block;
}