body {
     margin:0;
     padding:0;
     background-color:#000;
     font-family:tahoma;
     font-size:12px;
}

div#container{
     position: absolute;
     width:770px;
     height:auto;
     /*background-color:#6db849;*/
     background-color:white;
     left: 50%;
     margin-left: -385px;
}

div#banner{
     height:210px;
     background: url("images/banner.jpg") no-repeat center;
}

div#main{
     margin:0;
     padding:0;
     color:#000;
}

div.column{
     padding:10px;
     padding-bottom:0px;
     margin:0px;
     width:235px;
     float:left;
     line-height:1.5;
}

div#footer{
     height:100px;
     margin:0px;
     padding:0px;
     background: url("images/footer.gif") no-repeat;
     color:white;
     font-weight:bold;

}

h1{
  font-size:18px;
  font-weight:bold;
}

h2{
  font-size:14px;
  font-weight:bold;
  font-style: italic;
}

h3{
  font-size:13px;
  font-weight:bold;
  font-style:italic;
  text-decoration:underline;
  color:#E67300;
}

h4{
  font-size:10px;
  font-weight:bold;
}

table.data {
	border: 2px solid #000;
	border-spacing: 5px;
	border-collapse: collapse;
	background-color: #fff;
}
table.data th {
	border: 1px solid gray;
	padding: 5px;
	background-color:#f5f3bb;
}
table.data td {
	border: 1px solid gray;
	padding: 5px;
	background-color:#d0edf5;
}

a:link, a:visited, a:active {
  color: #39f;
  text-decoration: none;
}

a:hover{
  color:#06c;
  text-decoration: none;
}

p.bold{
  font-weight:bold;
}