﻿body
{
	background-color: #3D3D40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	color: #07062E;
}

p
{
	margin: 10px;
	text-align: justify;
}

p.Quote
{
	font-style: italic;
	margin-left: 50px;
	margin-right: 50px;
}

p.ImageInfo
{
	font-style: italic;
	text-align: center;
}

.Quote
{
	font-style: italic;
}

.Container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #07062E;
}

.Header
{
	height: 150px;
	background-image: url('../Images/EMMHeader.jpg');
}

.TopMenu
{
	text-align: left;
	height: 15px;
	background-color: #07062E;
}

.TopMenuSpacer
{
	width: 200px;
	float: left;
}

.LeftMenu
{
	float: left;
	width: 200px;
	background-color: #07062E;
}

.ContentMenu
{
	font-size: 12px;
	border-bottom: solid thin #07062E;
}

.MainContent
{
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 800px;
	background-color: White;
	background-image: url( '../Images/Logo.jpg' );
}

.FooterLeft
{
	float: left;
	width: 200px;
	background-color: White;
	margin: 0px;
	font-size: 10px;
}

.FooterRight
{
	width: 800px;
	background-color: #07062E;
	color: White;
	text-align: right;
	font-size: 10px;
}

.Button
{
	border: thin solid #FFFFFF;
	width: 190px;
	background-color: #3366CC;
	color: #FFFFFF;
	margin-bottom: 2px;
	height: 26px;
}

.Button:hover
{
	font-weight: bold;
	background-color: #003399;
}

