
/* Layout Stylesheet */ 

body {
 margin:0;
 background:#ffffff;
 color: #333333;
 padding:0px;
 }

body, table {
 font-family:Arial, Helvetica, sans-serif;
 font-size:15px;
 }

h1, h2, h3 {
 color:#f18e00;
 font-weight:normal;
 }

h1 {
 font-size:23px;
 }

h2 {
 font-size:20px;
 }

h3 {
 font-size:17px;
 }

img {
 border:0;
 }

a {
 color:#397800;
 text-decoration:none;
 }

a:hover {
 color: #004400;
 text-decoration:underline;
 }

a:visited {
 color:#6307bd;
 }

.header {
 padding:10px 0;
 background-color:  #000000;
 height:87px
 }

.error {
 background-color:#FCE3CA;
 border: 1px solid #F6CDA7;
 margin:15px 0 15px 0; 
 padding:5px;
 }

.mainbox {
 background-color:#eeeeee;
 border: 1px solid #cccccc;
 margin:15px 0 15px 0; 
 padding:10px;
 vertical-align:top;
 }

.small {
 font-size:12px;
 }

ul {
 margin-left: 10px;
 margin-right: 10px;
 padding-left: 1em;
 }

li {
 margin: 0;
 padding: 0;
 }
 
#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  height: 1px;
  z-index: 1000;
  }

.button {
  font-size:18px;
  padding:10px;
  }
