﻿.Logo
{
	width: 714px;
	height: 140px;
}

.LoginPadding
{
	width: 230px;
	padding: 5px 5px 5px 5px;
}

.MainMenu
{
	padding: 10px;
	width: 1180px;
	height: 20px;
	background-image: url('images/MenuBackground.png');
	background-repeat: repeat-x;
	font-family: Calibri;
	font-size: 11pt;
	color: #FFFFFF;
}

.GreyBar
{
	background-color: #CCCCCC;
	width: 1200px;
	height: 4px;
	margin: 1px 0px 0px 0px;
}

.LeftContent
{
	padding: 5px;
	width: 230px;
}

.Content
{
	background-position: 960px;
	width: 1200px;
	background-image: url('images/BackgroundGrayBar.png');
	background-repeat: repeat-y;
}

.MiddleContent
{
	width: 700px;
	padding:10px 10px 10px 10px;
}

.BottomSpacer
{
	width:1200px;
	height:4px;
}

.BottomFooter
{
	width:1200px;
	height:70px;
	background-color: #384243;
	font-family: Calibri;
	font-size: 9pt;
	color: #CCCCCC;
	text-align: center;
}

.BottomFooterSmallerText
{
	font-size: 8pt;
}

.ForgotPasswordButton
{
	border-style: none;
	border-color: #FFFFFF;
	font-family: Calibri;
	color: #C0C0C0;
	font-size: 8pt;
	width: 106px;
	text-align: right;
	height: 25px;
	background-color: #FFFFFF;
}

