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 300px; 
    position: relative;
    left: -5.9%
}
#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;
}
#content { 
    margin: 0 auto; 
    padding: 0; 
    width: 850px;
}
#content h1 { 
    margin: 20px 0 0 0; 
    text-transform: uppercase; 
    font-size: 20px; 
    color: #000; 
    font-weight: normal;
}
#content h2 {
    margin: 20px 0 0 0;
    text-transform: none;
    font-size: 18px;
    color: #000
    font-weight: normal;
}
#text {
    margin: 20px 0 0 0;
    float: left; 
    width: 530px; 
    padding-left: 20px;
}
#sidebar {     
    width: 200px;
    margin: 20px 0 0 560px; 
    color: #6f6e6e; 
    padding: 20px; 
}
#sidebar 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;
    clear: both;
}
.smalltext {
    font-size:9px;
    font-weight: bold;
}
#footera a:hover {
    text-decoration: none;
}
/* 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;
}
.maincol h1 {
    margin: 0 0 0 0;

    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}
.maincol 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;
}

/* CSS FOR PAGINATION */
.pagination{
padding: 2px;
margin: 5px 0 0 48px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
padding: 1px;
}

.pagination a, .pagination a:visited{
padding: 1px 5px;
border: 1px solid #fe5800;
text-decoration: none; 
color: #fe5800;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid grey;
background-color: #fe5800;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}


