body { 
    margin: 0; 
    padding: 0; 
    font-size: 11px; 
    line-height: 16px; 
    font-family: Arial, Tahoma;
    background: #463E3F;
}

a { 
    color: #fe5800;
}

a:hover { 
    text-decoration: none;
}

.orange { 
    color: #fe5800;
}
#container {
    background: #FFFFFF;
}
#header { 
    margin: 0 0 0 0;
    background: url(../images/header_bckg.gif) repeat-x ; 
    height: 120px;  
}
#logo { 
    width: 780px;   
    margin: 0 auto; 
    padding: 50px 0 0 0;
    position: relative;
    left: 6.8%; 
}
#logo a { 
    color: #FFFFFF; 
    text-decoration: none; 
    font-weight: bold; 
    height: 12px; 
    font-size: 20px; 
    text-transform: uppercase;
}
#logo a:hover { }
#main { 
    width: 100%; 
    margin: 20px 0 20px 0; 
    float: left;
}
#head_image { 
    height: 150px; 
    background: url(../images/head_bckg.jpg) no-repeat #fe5d00; 
    padding: 30px 0 30px 50px; 
    line-height: 24px;
}
#slogan { 
    color: #fff; 
    font-family: "Arial Narrow", Arial, Tahoma; 
    font-size: 21px; 
    text-transform: uppercase; 
}
#under_slogan_text { 
    color: #ffff00; 
    font-size: 10px; 
    line-height: 12px; 
    padding-top: 15px;
}
/* column container */
.maincol {
    position:relative;  /* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
    width:100%;         /* width of whole page */
    overflow:hidden;        /* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
    float:left;
    width:100%;         /* width of page */
    position:relative;
    padding-top: 10px;
}
.centercol,
.leftcol,
.rightcol {
    float:left;
    position:relative;
    padding:0 0 2em 0;  /* no left and right padding on columns, we just make them narrower instead 
    only padding top and bottom is included here, make it whatever value you need */
    overflow:hidden;
}

.centercol h1 { 
 margin-top: 0;
 margin-bottom: 10px;
    text-transform: uppercase; 
    font-size: 20px; 
    color: #000; 
    font-weight: normal;
}
.centercol h2 {
    margin: 0 0 0 0;
    text-transform: none;
    font-size: 18px;
    color: #000
    font-weight: normal;
}
/* 3 Column settings */
.threecol {
    background:#eee;        /* right column background colour */
}
.threecol .colmid {
    right:25%;          /* width of the right column *ckground: #463E3F/
    background:#fff;        /* center column background colour */
}
.threecol .colleft {
    right:50%;          /* width of the middle column */ 
    min-width: 200px;
}
.threecol .centercol {
    width:46%;          /* width of center column content (column width minus padding on either side) */
    left:102%;          /* 100% plus left padding of center column */
    min-width:300px;
    padding-top: 10px;
}
.threecol .leftcol {
    width:21%;          /* Width of left column content (column width minus padding on either side) */
    left:31%;           /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .rightcol {
    width:21%;          /* Width of right column content (column width minus padding on either side) */
    left:85%;           /* Please make note of the brackets here:
                    (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
    color: #6f6e6e;
}

.threecol .rightcol h2 {
    color: #fe5800; 
    margin: 0 0 15px 0; 
    font-size: 14px; 
    font-weight: bold; 
    text-transform: uppercase;
}
.box {
    padding-bottom:30px;
    background:url(../images/sidebar_bckg.gif) repeat-x;
}
.box input {
    height: 13px;
    border: 1px solid #006;
    width: 70px;
    margin-bottom: 1px; 
}
.box label {
    display: block;
    float: left;
    text-align:right;
    width:60px;
    margin-right: 2px;
    margin-bottom: 1px; 
}
.iButtons {
    padding-left: 70px;
 
}
.iButtons input {
    width: 40px;
    height: 17px;
    border: 1px solid #006;
    margin-top: 4px;
    font-size: 11px;
}
#footer {
    background: #463E3F;
    border-top: 4px solid #000000; 
    height: 94px; 
    margin-top: 20px; 
    clear: both;
    text-align: center;
}
#footera {
    padding: 40px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
}
.smalltext {
    font-size:9px;
    font-weight: bold;
}
#footera a:hover {
    text-decoration: none;
}
/* GLOBAL STUFF */
img {
 border: 0;
}
h1 {
 margin-top: 0;
 margin-bottom: 15px;
}

