body {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: Georgia,Times,"Times New Roman",serif;
    color: #605449;
    padding: 0px;
    margin: 0px;
    background-color: #FCF5F4;
}

.banner_img {
    margin-top: 3px;
    border: solid thin grey;
}

.small {
    font-size: 9px;
    margin: 0px;
    padding: 0px 3px 0px 20px;
}

.bigbutton {
    background: url(/site/images/bigbutton.png);
    width: 165px;
    height: 46px;
    display: block;
    padding: 17px;
    margin: 2px 2px 2px 10px;
    background-position: -3px 0px;
    background-repeat: no-repeat;
    overflow: auto;
    text-align: center;
    float: left;
}

.main_content {
    display: block;
    /* width: 470px; */
    width:auto;
    background-color: white;
    padding: 8px;
    margin-left: 4px;
}       

.main_content a,.main_content a:hover, .main_content a:visited {
    color: blue;
}

.content2{
    padding:13px 11px 10px 13px;
    margin: 0px;
}

.small_banner {
    width: 145px;
    height: 56px;
    display: block;
    background-image: url(/site/images/banner_small.png);
    background-repeat: no-repeat;
    padding: 12px;
    margin-top: 4px;
    font-size: 10px;
}

input.btn {
  color:#BC5954;
  font: bold 84%;
  background-color:#E4DCD0;
  border:1px solid;
  border-color: #EDC5C2;
}

.box
    {
    position: relative;
    padding: 0;
    text-align: left;
    background-color: white;
    }
     
.content{
    padding:18px 17px 14px 18px;
    margin: 0px;
}

.content h1
    {
    color:#0354c2;
    font-weight: bold;
    font-size: 1.2em;
    }
        
.content p
    {
    color:#3b3b3b;
    line-height: 1.5em;
    }

/* ****************************************************************************** */

p {margin: 0px; padding: 0px;}

.tlc, .trc, .blc, .brc
    {
    background-color: transparent;
    background-repeat: no-repeat;
    }

.tlc
    {
    background-image:url(/site/images/box/t1.jpg);
    background-position: 0% 0%;
    }

.trc
    {
    background-image:url(/site/images/box/t3.jpg);
    background-position: 100% 0%;
    }
    
.blc
    {
    background-image:url(/site/images/box/b1.jpg);
    background-position: 0% 100%;
    }

.brc
    {
    background-image:url(/site/images/box/b3.jpg);
    background-position: 100% 100%;
    }

.tb, .bb
    {
    background-color: transparent;
    background-repeat: repeat-x;
    }
            
.tb
    {
    background-image:url(/site/images/box/t2.jpg);
    background-position: 0px 0px;
    }

.bb
    {
    background-image:url(/site/images/box/b2.jpg);
    background-position: 50% 100%;
    }
    
.rb
    {
    background-image:url(/site/images/box/r.jpg);
    background-position: 100% 0%;
    background-repeat: repeat-y;
    }

.lb
    {
    background-image:url(/site/images/box/l.jpg);
    background-position: 0% 100%;
    background-repeat: repeat-y;
    }

/* ****************************************************************************** */

.greybox {
    background-color: #EFEBE5;
    display: block;
    width: auto;
    padding: 4px;
    color: #BC5954;
}

.greybox input {
    color:#BF625D;
}

.greybox span {
    color:#918169;
}

a, a:visited, a:active,h3 a, h3 a:visited, h3 a:active {
    color: #605449;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.error {
    display: block;
    width: 100%;
    background-color: #AC0D11;
    color: white;
    text-align: center;
}

.red {
    color: #990000;
}

hr {
    border: none 0;
    border-top: 2px #C1B9AE dotted;
    height: 2px;
    line-height: ;
}

.right_dotted {
    border: none 0;
    border-right: 2px #C1B9AE dotted;
    height: 2px;    
}

.row1 {
    background-color: #EBEBEB;
}

.row2 {
    background-color: #FFFFFF;
}

.comments {
    background-color: #FFFED7;
    display: block;
    margin: 3px;
    padding: 5px;
    width: auto;
    border: 1px solid #FF9900;
    overflow: auto;
}

h2,h1 {
    padding: 2px 0px 2px 0px;  
    margin: 0px;
    display: inline;
}

h1 {font-size: 22px;}
h2 {font-size: 18px; color: #8E2823;}

h3 {
    padding: 2px 0px 2px 0px;  
    margin: 0px;
    display: inline;
    font-size: 15px;
    color: #F46440;
}

select, input, button, body {
    font-size: 12px;
}

#table {
}

.bottomtable { 
    padding: 4px; 
    width: auto;
    background-color: #C1B09F;
}
.bottomtable a, .bottomtable a:visited, .bottomtable:active{
    text-decoration: none;
    color: #654F3A;
}
.bottomtable a:hover {
    text-decoration: underline;
}

div.menu {
    position:relative;
    left:-97px;
    margin: 2px 0px 13px 0px;
    float: left;
    width: 95px;
}

.header {
    background-color: #D9AB82;
    padding: 2px;
}

.search {
    border: #B98D65 solid 1px;
    height: 18px;
    background-color: #F1E1D2;
    margin: 0px;
    padding: 0px;
}

li {
    padding: 0px;
    margin: 5px;
}

ul {
    padding: 12px;
    margin: 0px;
}

.ps_image {
    border: solid 5px #F9B43F;
    padding: 0px;
    margin: 5px;
}