﻿html
{
    min-height: 101%;
}

body
{
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 11pt;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.headline
{
	font-size: 18px;
	font-weight: bold;
}

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

#contentContainer
{
	text-align: center;
}

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

#pageBody
{
	overflow: auto;
}

.headerImage
{
    border: 0px;
    float: left;
}

.columnContainer
{
	width: 950px;
	overflow: auto;
}

.leftColumn
{
    overflow: auto;
    float: left;
    width: 237px;
    min-height: 600px;
    height: 600px;
    background-image: url('/Images/LeftMenuBackground.png');
    background-repeat: no-repeat;
    background-color: #f7f6f4;
}

.rightColumn
{
    float: left;
	width: 713px;
	text-align: left;
}

.contentArea
{
    overflow: auto;
    width: 653px;
    padding-left: 30px;
    padding-top: 36px;
    padding-right: 30px;
    margin-bottom: 40px;
}

.menuLink
{
    display: block;
    width: 197px;
    height: 20px;
    background-color: #4692FF;
    margin-top: 3px;
    padding-top: 5px;
    padding-left: 40px;
    color: White;
    font-weight: bold;
    font-size: 11pt;
    text-decoration: none;
}
