* 
{
    margin: 0;
}

html 
{
    padding:0px;
    margin:0px;
    height: 100%;
}

body 
{
    background-color: #f3f1dc;
    background-image: url(../images/bgd-tan.jpg);
    background-repeat: repeat-y;
    font-size: 12px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color:#564b47;
    padding:0px;
    margin:0px;
    height: 100%;
}

p
{
    margin-top: 4px;
    margin-bottom: 15px;
}

pre
{
    font-family: "Courier New", Courier, Monaco, mono;
    font-size: 12px;
    margin: 0px;
    padding: 5px 20px 5px 20px;
}

a 
{
    color: #03488e;
    text-decoration: underline;
}
   
a:hover 
{
    color: #b17e42; 
    text-decoration: underline;
}

.alignright {
    margin-top: 0;
    text-align: right;
    font-size: 10px;
}

h1 
{
    font-family: "Bookman Old Style", "Tahoma", Arial, SunSans-Regular, Sans-Serif;
    font-size: 130%;
    margin-top:6px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-transform:uppercase;
    color: #564b47;
    background-color: transparent;
    border-top: 1px solid #564b47;
    border-bottom: 1px solid #564b47; 
}
h2
{
    font-family: "Tahoma", Arial, SunSans-Regular, Sans-Serif;
    font-size: 130%;
    padding-top:10px;
    text-transform:uppercase;
    color: #564b47;
    background-color: transparent;
}
h3 {font-size: 110%;}
h4 {font-size: 100%;}
h5 {font-size: 100%;}
h6 {font-size: 90%;}

strong
{
    font-size: 13px;
}

ul 
{
    margin: 2px;
    padding: 2px;
    list-style: decimal inside;
    text-align: left;
    font-size: 100%;
}

li 
{
    margin-left: 2px; 
    padding-bottom: 8px;
    list-style: square outside; 
    color: #000000
}

input.formButton {}
input 
{
    font-size: 10px;
    color: #000000;
    border: 1px solid #CCCCCC;
    margin-bottom: 4px;
    background-color: #F7F7F7;
}

img
{ 
    border: 0; 
}

.image_frontpage
{ 
    border: 0;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 8px; 
    margin-bottom: 8px;
    border-right: 2px solid #564b47;
    border-bottom: 2px solid #564b47;
}

.image_framed
{ 
    border: 2px solid #564b47; 
    margin: 6px;
}

.image_frameless
{ 
    border: 0; 
    margin: 6px;
}


.small 
{
    font-family : Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size : 10px;
    text-decoration : none;
}

.smallgrey 
{
    color : #999;
    font-size : 9px;
}

.greybox 
{
    background-color: #e5ecf6;
    border: 1px dashed #1f5fae;
    text-align: left;
    padding: 5px;
}


/*  wrapper and footer */

.wrapper 
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    margin: 0 auto -52px; /* the bottom margin is the negative value of the footer's height plus any margins */
}

.footer 
{
    height: 40px;
    background-image: url(../images/hg3.jpg);
    background-repeat: repeat-x;
    border-top: 2px solid #564b47;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #90897a;
    padding:5px 15px;
    margin:0px;
}

.push 
{
    height: 40px; /* .push must be the same height as .footer */
}


/*  positioning-layers static and absolute */
#header 
{
    height: 80px;
}

#headertable 
{
    width: 100%;
    background-image: url(../images/hg0.jpg);
    background-repeat: repeat-x;
}

#menubar
{
    margin-top: 0px!important; /* set for Firefox, Opera, Chrome, and IE7+ */
    margin-top: -31px; /* adjust for Internet Exploder 6 */
    border-bottom: 2px solid #564b47;
    height: 29px;
    margin-left: 303px;
    width: 450px;
    font-size: 11px;
    text-transform:uppercase;
    color: #564b47;
    background-color: #90897a;
}

.sf-menu 
{
    padding-left: 300px;
}

#left 
{
    position: absolute;
    float: left;
    left: 0px;
    width: 180px;
    color: #564b47;
    margin: 0px;
    padding: 0px;
    padding-right: 5px;
}

#content 
{
    margin: 0px 210px 0px 185px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    min-height: 500px;
}

#content-span 
{
    margin: 0px 15px 0px 185px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    min-height: 500px;
}

#right 
{
    position: absolute;
    float: right;
    right: 0px;
    width: 200px;
    color: #564b47;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
}

.blockTitle 
{
    padding: 3px 8px;
    color: #ffffff;
    font-weight: bold;
    background-color: #FFFFFF;
    background-image: url(../images/bg_left_column.gif);
    background-repeat: repeat-x;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    background-position: bottom;
    font-family:  "Bookman Old Style", "Tahoma", "sans-serif";
}

.blockContent 
{
    padding: 0px 3px 2px 3px;
    margin-bottom: 4px;
}

#mainmenu a 
{
    text-align:left; 
    display: block; 
    margin: 0;
    color: #002F5E;
    padding: 5px;
    font-weight: normal;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #C3C8CB;
    border-bottom: 1px solid #C3C8CB;
    border-left: 1px solid #EDEEEF;
    text-decoration: none;
    background-color: #e7e1c0;
}
#mainmenu a:hover 
{
    color: #ffecd5;
    background-color: #a79279;
    border-top: 1px solid #C3C8CB;
    border-bottom: 1px solid #FFFFFF;
}
#mainmenu a.menuTop, #mainmenu a.menuMain
{
    padding-left: 8px; 
}

td#mainmenu a.menuSub 
{
    padding-left: 25px;
    background-color: #f9f5de;
}

td#mainmenu a.menuSub:hover 
{
    color: #ffecd5;
    background-color: #a79279;
}

/* sidebar boxes */

.side-box
{
    width: 190px;
    margin: 10px 10px 5px 0px;
    padding: 0px 3px 3px 3px;
    border: 1px solid #967444;
    background-image: url(../images/bgd-tan2.jpg);
    background-repeat: repeat-y;
    font-size: 7.5pt;
   /*  text-align: justify; */
   /* filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=4);  */
}


.side-box h2
{
    margin: 0px -3px 3px -3px!important;
    padding: 5px 10px;
    border-top: 1px solid #e5e6ed!important;
    border-left: 1px solid #e5e6ed!important;
    border-bottom: 1px solid #967444!important;
    border-right: 1px solid #d7d9e7!important;
    background-image: url(../images/bg_left_column.gif);
    background-repeat: repeat-x;
    color: #fff;
    font-family: "Bookman Old Style", "Tahoma", "sans-serif";
    font-weight: bold;
    font-size: 1.1em;
}
