body, table, td, tr, th, p, h1, h2, h3, h4, h5, h6, h7, input, select, textarea {
padding: 0;
margin: 0;
font-family: "Calibri", "Verdana";
font-size: 15px;
color: #AB4F02;
}

body {
background: #F4580B;
background-image: url('images/bgGradient.png');
background-repeat: repeat-x;
}

.container {
margin: 0px auto; /* align center */
width: 800px;
background: #000000;
border: 0px solid #FFFFFF;
}

a {
color: #ED9042;
text-decoration: none;
}

a:hover {
color: #ED9042;
text-decoration: underline;
}

a:active {
color: #ED9042;
text-decoration: underline;
}

a:visited {
color: #ED9042;
text-decoration: none;
}

a img {
border: 0;
}

img {
border: 0px;
}

.topMessage {
background-color: #EDF8FD;
padding: 3px;
}

.header {
margin-top: -1px;
background-image: url('../images/header.png');
width: 798px;
height: 93px;
border: 1px solid #F49962;
}

.header2 {
margin-top: -1px;
border: 1px solid #F49962;
background-image: url('../images/header1.png');
width: 798px;
height: 138px;
}

.boer {
position: relative;
top: -1px;
left: -22%;
float: right;
z-index: 0;
background-image: url('../images/boer.png');
width: 98px;
height: 206px;
}

.pad5 {
padding-top: 10px;
}

.contentContainer {
margin-top: -50px;
}

.contentSection {
background: #ED9042;
padding: 1px;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
border: 1px solid #000000;
}

.contentSection p {
background: #ED9042;
color: #AB4F02;
padding: 2px;
font-size: 15px;
}

.contentSection form {
padding: 5px;
}

.contentSection h2 {
color: #683E1B;
font-weight: bold;
font-size: 19px;
padding: 6px;
line-height: 20px;
}

.contentSection h2 {
color: #683E1B;
font-weight: bold;
font-size: 19px;
padding: 6px;
line-height: 20px;
}

.contentSection h3 {
color: #683E1B;
font-weight: bold;
font-size: 15px;
padding: 5px;
line-height: 16px;
}

.footerSpacer {
width: 800px;
height: 5px;
background: #F4580B;
margin-top: 5px;
}

div.main-box {
position:relative;
text-align:left;
overflow:hidden;
width:998px;
}

div.top-box {

}

div.bottom-box {
background: #F4580B;

}

p.footer {
color: #ED9042;
font-size: 14px;
}

div.center-box {
position:relative;
width:100%;
left:203px;
}

div.reset-box {
position:relative;
width:100%;
left:100%;
margin-left:-203px;
} 

div.right-box {
position:relative;
width:100%;
margin-left:-203px;
}

div.content-box {
position:relative;
width:100%;
margin-left:-100%;
left:203px;
}

div.left-col {
float:left;
width:203x;
}

div.right-col {
float:right;
width:203px;
}

div.center-col {
margin-left:203px;
margin-right:203px;
}

* html div.center-col {
height:1%;
margin:0;
}

* html div.left-col {
margin-right:-3px;
}

* html div.right-col {
margin-left:-3px;
}

.clearfix:after {
content: "."; 
display: block;
height: 0px;
clear: both; 
visibility: hidden;
}

.heightfix:before {
content:'.';
display:block;
visibility:hidden;
height:0;
}



