﻿body 
{
    background-image: url("images/pagebg.jpg");
    background-repeat: repeat-x;
    background-position: top;
    background-color: White;
    margin: 0px;
    padding: 0;
    font-family: Arial, Sans-Serif;
    font-size: 0.9em;
}

img {border-style: none;
    padding: 0;
    margin: 0;
}

#container
{
    width: 1000px;
    margin: 0px auto;
    text-align: left;
}

#header
{
    background-image: url("images/sitelogo.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    width: 1000px;
    height: 136px;
}

#menu
{
    text-align:right;
    position: relative;
    padding-top: 86px;
}

#content
{
    margin: 0 40px 25px 40px;
}

#footer
{
    background-image: url("images/footer.gif");
    background-position: center top;
    color: #3399CC;
    font-size: 0.75em;
    height: 136px;
    text-align:right;
    background-repeat: no-repeat;
    margin-top: 20px;
}
    
#footer p
{
    padding: 100px 0 0 0;
    margin: 0;
}


h1
{
    color: #3399CC;
    font-size: 1.5em;
}

h2
{
	margin-top: 2em;
    font-size: 1em;
}

h3
{
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	}

.accessible
{
	visibility:hidden;
	position:absolute;
}