﻿html
{
	width:100%;
	height:100%;
	text-align:left;
}
body 
{
	background:#000000;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	color:#ffffff;
	text-align:left;
}
form
{
	width:100%;
	height:100%;
	text-align:left;
	
}
p
{
	padding:5px 0px 5px 0px;
	margin:0px;
}
img
{
	border:none;
	margin:0px;
	padding:0px;
	display:inline;
}
.TopLeftBanner
{
	width:498px; 
	height:161px;
	background:url('Images/topbanner.png'); 
	background-repeat:no-repeat; 
}
.Container
{
	background: url('images/background.png');
	background-repeat:repeat-y;
	width:100%;

	text-align:left;
}
.Content
{
	text-align:left; background:url('Images/menubottombackground.png'); background-repeat:no-repeat; background-position:inherit;
	padding-bottom:10px;
}

.Menu
{
	background:url('Images/menubackground.png'); background-repeat:repeat-x; width:100%; text-align:left;vertical-align:top;
}

a
{
	text-decoration:none;
	color:#ffffff;
}
a:link
{
	text-decoration:none;
	color:#ffffff;
}
a:visit
{
	text-decoration:none;
	color:#ffffff;
}
a:visited
{
	text-decoration:none;
	color:#ffffff;
}
a:active
{
	text-decoration:none;
	color:#ffffff;
}
a:hover
{
	text-decoration:underline;
	color:#ffffff;
}