﻿
body 
{
    margin:0px;
    padding:0px;
    text-align:center;
    background-color:#BF2B19;
    background-image: url(../images/body-bg.gif);
    background-repeat: repeat-x;
}

#wrapper 
{
    margin: 10px auto 10px auto;
    position:relative;
    text-align:left;
    width:770px;
    padding:5px;
    background-color:White;
   
}

#masthead
{
    background-repeat: no-repeat;
    background-color: #e3dccc;
    height: 100px;
    background-image: url(../images/masthead-bg.gif);
    color:White;
}
#masthead h1 
{
    display:none;
}
span.hidden {display:none}


/* Navigation */
#navigation 
{
    background-color:#06773E;
    border-top:solid 5px white;
}

#navigation ul 
{
    margin:0px;
    padding:0px;
}
#navigation ul li 
{
    margin:5px 0px;
    padding:0px 10px 0px 10px;
    float:left;
    border-right:solid 1px #white;
}
#navigation ul li a 
{
    color:yellow;
    text-decoration:none;
    }
#navigation ul li a:hover 
{
    color:white;
    text-decoration:none;
    }

#content-area 
{
    border-top:solid 5px white;
    background-color:#E6F1EB;
}

#left-column 
{
    width: 380px;
    float:left;
}
#left-column .padding {padding:5px;}

#right-column 
{
    width:380px;
    float:right;
}

#right-column .padding {padding:5px;}

.centre-column {}

.centre-column .padding 
{padding:5px;
}

#footer 
{
    padding:5px;
    background-color:#06773E;
    border-top:solid 5px white;
    color:White;
}
#footer a 
{
    color:Yellow;
}
#footer a:hover 
{
    color:White;
}


.clear-both 
{
    font-family:Monospace;
    font-size:0px;
    line-height:0px;
    margin:0px;
    padding:0px;
    clear:both;
}
.px-border 
{
    border:solid 1px #666666;
}

/* Type */
body, th, td
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #005b45;
}

h1, h2, h3, h4, h5, h6, p 
{
    margin: 10px 0px 10px 0px;
}
ul, ol 
{
    margin-top:10px;
    margin-bottom: 10px;
}

p 
{
    line-height:150%;
}
a
{
    color: #990000;
    text-decoration: none;
}
a:hover 
{
    color:Black;
}
    
input, select, textarea 
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:11px;
}

/* Units Table */

.units-table-th 
{
    padding:1px 4px 1px 4px;
    }
.units-table-td 
{
    padding:1px 4px 1px 4px;
    }
.units-table {}