﻿body 
{
	font-family: Arial;	
	background-color: #222222;
	padding-top: 20px;
	padding-left: 40px;
	text-align: left;
}

.MainForm 
{	
	text-align: left;
	border-left: solid 2px #888888;	
	border-top: solid 2px #888888;	
	border-right: solid 2px #BBBBBB;	
	border-bottom: solid 2px #BBBBBB;
	background-image: url(../Images/Silverlight-Background.gif);
	background-position: left top;
	background-repeat:no-repeat;
	width: 800px;
	background-color: #A2A3A5;
	min-height: 600px;
}
.Header 
{
	margin-top:10px;
	text-align:right;	
	margin-right: 10px;
}
.Header a 
{
	color:White;
	font-weight: bold;
	text-decoration: none;
	font-size:small;
}
.Header a:hover 
{
	color:White;
	font-weight: bold;
	text-decoration: underline;	
	font-size:small;
}

.Central 
{
	text-align: left;
	padding-top: 250px;
	padding-bottom: 20px;
	vertical-align: top;
}

.MenuContainer
{
	float: left;
	margin-left: 30px;
	background-image: url(../Images/Menu-Background.gif);
	background-position: left top;
	background-repeat:no-repeat;
	background-color: #00077C;
	border-left: solid 1px #000000;	
	border-top: solid 1px #000000;	
	border-right: solid 1px #000022;	
	border-bottom: solid 1px #000022;
	width: 200px;
	min-height: 400px;
	color: #FFFFFF;
	text-align: left;	
	vertical-align: top;
}
.Menu a 
{
	color:White;
	font-weight: bold;
	text-decoration: none;
	font-size: small;	
}
.Menu a:hover 
{
	color:White;
	font-weight: bold;
	text-decoration: underline;	
	font-size:small;
}
.Menu , .Content
{
	padding: 10px;
	vertical-align: top;
}

.ContentContainer 
{
	padding: 0px;
	margin: 0px;
	float: left;
	margin-left:20px;
	background-color: White;
	color: Black;
	border: solid 1px black;
	width: 490px;
	vertical-align: top;	
	
}

.Content a 
{
	color:blue;
	font-weight: bold;
	text-decoration: none;
	font-size: small;	
}
.Content a:hover 
{
	color:blue;
	font-weight: bold;
	text-decoration: underline;	
	font-size:small;
}
