﻿body 
{
	background: #4b4b4b;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.mainDiv
{
	background: #4b4b4b;
	background-image: url(Images/Background.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.menuDiv
{
	position: relative; 
	z-index: 1; 
	left:30px; 
	top: 130px;
	width: 220px;
	height: 265px;
	z-index: 1;
	float: left;
}
.contentDiv
{
	text-align: left;
	font-size: 10pt;
	font-family: Arial;
	position: relative; 
	z-index: 1; 
	left: 95px !important;  /* Fix Non IE Browsers */
	left: 24px; 
	top: 134px;
	width: 434px;
	height: 425px;
	z-index: 0;
}
.Buttons
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: White;
	text-decoration: none;
	height: 27px;
	width: 189px;
	vertical-align:middle;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	text-align: center;
}
.Buttons:link
{
	background-image: url(Images/Button_Normal.png);
}
.Buttons:hover
{
	background-image: url(Images/Button_Hover.png);
}
.LoginButton
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	color: white;
	border-bottom: black 1px solid;
	background-color: #008061;
}
.BI:link
{
	text-decoration: none;
	color: #ffffff;
}
.BI:hover
{
	color: #00ffff;
}
.BI:visited
{
	color: #ffffff;
}
