﻿html
{
    min-height: 101%;
}

body
{
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12pt;
	background-color: #7B1800;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

p, hr
{
    width: 668px;
    margin-left: 18px;
    text-align: justify;
}

hr
{
    height: 1px;
    color: #7B1800;
}

#introRollover
{
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 39px;
    height: 15px;
    background-image: url('/Images/Intro_Enter_both.jpg');
}

a#introRollover:hover
{
     background-position: -39px;
}

.headline
{
	font-size: 14pt;
	font-weight: bold;
	color: #7B1800;
}

.smallHeadline, .menuItem
{
	font-size: 14px;
	font-weight: bold;
}

#contentContainer
{
	text-align: center;
}

#pageContainer
{
	width: 804px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#pageHeader
{
    width: 100%;
	height: 132px;
	background-image: url('/Images/Header.jpg');	
}

#pageBody
{
    width: 100%;
    background-image: url('/Images/Page_Borders.png');
    background-repeat: repeat-y;
}

#contentArea
{
    overflow: auto;
    width: 100%;
    padding-left: 29px;
    padding-right: 29px;
}

#pageFooter
{
	clear: both;
	width: 100%;
	height: 93px;
	background-image: url('/Images/Footer.jpg');
}

#menu
{
    height: 20px;
    margin-top: 11px;
    margin-bottom: 11px;
    position: relative;
    left: 22px;
    overflow: auto;
}

.menuItem
{
    float: left;
    padding: 1px 0px 0px 12px;
    display: block;
    margin-right: 15px;
    background: url('/Images/Menu_Bullet_both.jpg');
    background-repeat: no-repeat;
    text-decoration: none;
    color: Black;
}

.menuItem:hover
{
    background-position: 0px -18px;
}