﻿/*0169 - copyright symbol*/
body
{
    font-family: Lucida Sans, Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 85%;
	margin:10px;
    background-color: White; 
    /*background-image: url("/images/back.gif")*/
}

p 
{
    font-family: Verdana;
	font-size: 11px;
	color: Black;
	line-height: 22px;
}

/* Three-pixel bug fix: http://www.positioniseverything.net/explorer/threepxtest.html */
* html p { height: 1%; }
#body-container
{  
}

h1
{
    text-align: right;
    font-size: 2em;
    font-weight: bolder;
    color: #ffffff;             /* colour of the text */
}

h2
{
    font-size: 1.1em;
    color: #ffffff;             /* colour of the text */
}

h3
{
    font-size: 1em;
    color: #ffffff;             /* colour of the text */
}

h4
{
    font-size: .9em;
    color: #ffffff;             /* colour of the text */
}

/*############################################################################################*/
    
#header
{
    overflow:hidden;
    font-size: .8em;
    text-align: right;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: -10px;
    border-top: 2px solid #525252; /*#DCC9AA; /*#C00000;  /* #564b47; */
    /* background-color: #333333;*/
    text-transform: uppercase;
    text-align: right;
    background-image: url("/images/back.gif")
}

#wrapper
{
    padding-top: -10px;
    margin-top: 0px;
    overflow:hidden;
    float:left;
}

#content
{
    margin-top: 10px;
    margin-left: 20px;
    /*margin-left: 130px; height:250px;*/
    height: 600px;
    background-color: White;
    color: #ffffff;             /* colour of the text */
}

#footer {
    clear:left;
    font-size: 1em;
    text-transform: uppercase;
    text-align: right;
    /* background-color: *#333333;*/
    border-top: 2px solid #525252; /*#C00000;  /* #564b47; */
    /*border-bottom: 3px solid #C00000;  /* #564b47; */
    margin: 0px;
    padding: 5px 15px 5px 15px;
}
