﻿body
{
	background: #ccc;
	/*text-align: center;*/
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}
a
{
	color: Black;
	text-decoration: underline;
}
a:hover
{
	color: White;
	text-decoration: underline;
}
.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
}
.LanguageDiv
{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 999;
}
.LanguageDiv td , .LanguageDiv th
{
	border-style: none !important;
	
}
/*-----MasterPage Style-----*/
.Wrapper
{
	display: block;
	width: 902px;
	height: auto;
	border: solid 2px Blue;
	background: #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.Header , .Logo , .MainImage1 , .MainMenu , .Middle , .Content , .Footer
{
    display: block;
	float: left;
}
.Header
{
	width: 100%;
	height: 175px;
	background: url(../Images/headerBackground.gif) bottom left repeat-x;
}
.Logo
{
	width: 550px;
	height: 130px;
	margin-top: 10px;
	margin-right: 15px;
	float: right;
	background: url(../Images/Logo.gif) top right no-repeat;
}
.MainImage1
{
	width: 252px;
	height: 165px;
	margin-top: 10px;
	background: url(../Images/headerImage11.gif) 0 0 no-repeat;
}
.MainMenu
{
	width: 850px;
	height: auto;
	margin-top: 5px;
	margin-left: 45px;
	text-align: left;
}
.MainMenu table
{
	text-align: left;
}
.MainMenu a
{
	text-align: center;
	color: white;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	background: url(../Images/MainMenuButton.gif) top left repeat-x;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: solid 1px White;
	border-right: solid 1px White;
	border-top: solid 1px White;
}
.MainMenu a:hover
{
	text-align: center;
	color: Blue;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	background: url(../Images/MainMenuButton.gif) top left repeat-x;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: solid 1px White;
	border-right: solid 1px White;
	border-top: solid 1px White;
}
.QuickLinks
{
	width: auto;
	height: 25px;
	float: right;
	display: block;
	text-align: right;
	background: Blue;
	padding-top: 3px;
}
.QuickLinks a
{
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.Middle
{
	width: 840px;
	height: auto;
	margin-left: 45px;
	
}
.Content
{
	width: 620px;
	height: auto;
	background: #fff url(../Images/workingBlockBack.gif) 0px 0px repeat-x;
	padding-bottom: 20px;
}
.HtmlContent
{
    width: 580px;
    height: auto;
    margin-left: 20px;
    margin-top: 20px;
}
.Side
{
	width: 200px;
    height: auto;
    display: block;
	float: right;
	background: #fff;
	padding-bottom: 20px;
}
.Footer
{
	width: 100%;
	height: 100px;
	background: url(../Images/footerBackground.gif) top left repeat-x;
}
/*-----end of MasterPage Style-----*/

