body {                        
    color: black;
    background-color: #8F8080;
    text-align: center;
    padding: 10px;
}

ul {
    list-style-position: inside;
    list-style-type: square
}

#site_container
{
    width: 90%;
    color: #333;
    background-color: white;
    border-collapse: collapse;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    behavior:url(border-radius.htc);
}

table#site_container {
   border: 0px;
}

td#site_footer {
   border: 0px;
}

#site_header
{
    color: black;
    background-color: #FFD1B4;
    vertical-align: middle;
    padding: .5em;
    height: 100px;
    font-size: 16pt;
    font-variant: small-caps;
    border: 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -khtml-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    behavior:url(border-radius.htc);
}

#site_header h1
{
    padding: 0em;
    margin: 0em;
}

#site_menu
{
    width: 250px;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    vertical-align: top;
    padding: .5em;
}

#site_menu ul
{
    padding: 0em;
    margin: 0em;
}

#site_menu .block {
   margin-bottom: 20px;
}

#site_menu .block .blockTitle {
   background: #FFD9CA;
   padding: 3px;
   margin-bottom: 3px;
   font-weight: bold;
   border-bottom: 1px solid silver;
}

#site_menu .block a {
   font-size: 11pt;
}

#site_menu .frmSearch {
   margin-bottom: 3px;
}

#site_menu table {
   border: 0px;
   width: 100%;
}

#site_menu .label {
   width: 100px;
}

#site_menu .buttons {
   text-align: center;
}

#site_menu .field input {
   border: 1px solid gray;   
}

#site_menu .buttons input {
   text-align: center;
   width: 85px;
}

#site_content
{
    width: 80%;
    height: 600px;
    border-bottom: 1px solid gray;
    vertical-align: top;
    padding: .5em;
    
}

#site_footer
{
    background-color: #FFD1B4;
    padding: .5em;
    -moz-border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -khtml-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
    behavior:url(border-radius.htc);
}


