﻿html, body, form 
{
    _height:100%;
}

a:link, a:active, a:hover
{
   color:#1f140d;
} 

a:visited 
{
    color:#372905;
}

body 
{
    margin:0;
    padding:0;
    font: .690em, Verdana, sans-serif;
    background:#3a0403 url('/Images/body_back_tile.gif') repeat-x;
}

p {
    line-height: 1.462em;
    margin-top: 0px;
    padding-bottom: 1px;
    margin-bottom: 1.2em;
}

h1 {
    color:black;
    margin-top:0px;
    line-height: 1.31em;
}

h2
{
    font-size: 11pt;
    color:black;
    margin-top:0px;
    margin-bottom:0px;
}

h3
{
    color:black;
    margin-top:0px;
    margin-bottom:3px;
}

h4 {
    margin-bottom:0px;
}

hr 
{
    padding-top:1px;
    line-height: 0;
}

ul 
{
    margin-top:0px;
    margin-left: 1em;
    padding-left: 1em;
    }
    
li 
{
    line-height:1.462em;
}

input, select, textarea, button {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}


td 
{
    vertical-align:top;
}

/* Mainwrapper over the whole page */
#mainwrapper 
{
    background-color:#e3e0cc;
    margin:0px auto 0px auto;
    width:940px;
    }

#topmenu
{
    padding:5px 5px 0px 0px;
    background:#e3e0cc url('/Images/topmenu_back.gif') no-repeat;
    text-align:right;
    height:90px;
    font-size:.800em;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:active 
{
    text-decoration:none;
}

#topmenu a:hover
{
    text-decoration:underline;
}

/* Define the pageheader image */
#pageheader 
{
    background-color:#853f06;
    border-top: solid 6px #1f1914;
    border-bottom: solid 6px #1f1914;
    margin-bottom: 15px;
}


/* Define the side columns*/
DIV.sidecolumn_wrapper 
{
    width:175px;
    float:left;
    position:relative;
    margin-left:15px;
}

DIV.sidecolumn_head 
{
    background-color: #1f140d;
    font-weight:bold;
    height:21px;
    padding-left:3px;
}

SPAN.sidecolumn_head 
{
    color:white;
    font-size:12pt;
}

DIV.sidecolumn_body
{
    background-color: #853f06;
    color:White;
    padding:3px 6px 3px 6px;
}

DIV.sidecolumn_body a:link, DIV.sidecolumn_body a:visited, DIV.sidecolumn_body a:active 
{
    text-decoration:none;
    color:white;
}

DIV.sidecolumn_body a:hover
{
    text-decoration:underline;
    color:white;
}

/* Define the content block */
#maincontent 
{
    float:left;
    background:white;
    width:485px;
    padding:2px 8px 8px 8px;
    margin-left:20px;
}

.seperator 
{
    margin-top:5px;
    margin-bottom:5px;
}