body {
	margin: 0px;
	background-color: #6ccafa;
	background-image: url("../images/treales_trailers_bg.gif");
	background-repeat: no-repeat;
	background-position: top right;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
	color: #5198e6;
	font-family: arial, verdana, futura, helvetica, sans-serif;
	font-size: 18pt;
}

h2 {
	color: #fc7e01;
	font-family: arial, verdana, futura, helvetica, sans-serif;
	font-size: 14pt;
}

p,ul,ol {
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
}

p.small {
	font-size: 9pt;
}

p.address {
	font-size: 8pt;
	font-style: normal;
	text-align: center;
}

p.links {
	font-size: 8pt;
	font-style: normal;
	text-align: center;
}

p.footer {
	color: #ffffff;
	font-size: 8pt;
	font-style: normal;
	text-align: center;
}

p.footer a {
	color: #ffffff;
}

p.box {
  background-color: #e7f7ff;
  color: #5198e6;
  font-weight: 700;
  padding: 4px;
  border-width: 2px;
  border-style: solid;
  border-color: #5198e6;
  text-align: center;
}

td.subhead {
  font-family: arial, futura,helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  background-color: #529ce7;
  color: #ffffff;
  padding-left: 4px;
}

div#header {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 600px;
	height: 47px;
}

div#main {
	background-color: #ffffff;
	position: relative;
	top: 47px;
	left: 160px;
	width: 600px;
}

div#sidebar {
	position: absolute;
	top: 47px;
	left: 0px;
	width: 160px;
}

div#footer {
	position: relative;
	top: 50px;
	left: 160px;
	width: 600px;
	height: 80px;
	background-color: #6ccafa;
}

.tt {
	color: #fc7e01;
}


/**
 * Webpanel forms
 */

.wpform form {
    margin: 10px;

height:600px;
}

.wpform form dt {
	clear: both;
	width: 150px;
	float: left;
	text-align: left;
font-size:11px;margin-top:3px;
font-weight:bold;
}

.wpform .wpfrequired {
    color: #f00;
    font-weight: bold;
}

.wpform form dd {
	float: left;
	width: 200px;
	margin: 0 0 0.5em 0.25em;

}
