﻿body
{
	margin: 0 0 0 0;
	background-color: #AEAEAE;
	font-family: Tahoma;
	font-size: 10pt;
}
.site
{
	width: 800px;
	background-color: #046a88;
	background-image: url(Images/bgpx.gif);
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-repeat: repeat-x;
}
.header
{
	height: 151px;
}
a
{
	color: #215F6A;
	text-decoration: none;
}

a:hover
{
	color: #389EAF;
	text-decoration: none;
}
.footer
{
	color: White;
	height: 25px;
	text-align: center;
	background-image: url(Images/footer.jpg);
}
.sitebody
{
	width: 418px;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 100%;
}
.sitebodyHeader
{
	height: 10px;
	text-align: right;
	((MasterPage)Master).HeaderImageStyle().Value=((MasterPage)Master).HeaderImageStyle().Value+";"+"background-image: url(Images/bodyHeader.gif)";
	background-repeat: no-repeat;
}
.sitebodyMiddle
{
	height: 100%;
	text-align: right;
	vertical-align: top;
	background-image: url(Images/bodyPixel.gif);
	background-repeat: repeat-y;
}
.sitebodyFooter
{
	height: 10px;
	text-align: right;
	background-image: url(Images/bodyFooter.gif);
	background-repeat: no-repeat;
}
.rightMenu
{
	width: 192px;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
}
.leftMenu
{
	width: 192px;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
}
.box
{
	width: 179px;
	text-align: center;
}
.boxHeader
{
	height: 66px;
}
.darkBoxMiddle
{
	height: 100%;
	background-image: url(Images/darkBoxPixel.gif);
	background-repeat: repeat-y;
}
.darkBoxFooter
{
	background-image: url(Images/darkFooter.gif);
	height: 36px;
}
.lightBoxMiddle
{
	height: 100%;
	background-image: url(Images/lightBoxPixel.gif);
	background-repeat: repeat-y;
}
.lightBoxFooter
{
	background-image: url(Images/lightFooter.gif);
	height: 36px;
}

.BSMenu A
{
	color: #215F6A;
	text-decoration: none;
}

.BSMenu A:hover
{
	color: #389EAF;
	text-decoration: none;
}

.FormalText
{
	font-size: 10pt;
	font-family: Tahoma;
}
.FormalText H1
{
	font-size: 14pt;
	font-family: Arial;
}
.BrightSoft
{
	font-family: Georgia;
	font-size: 14pt;
}
.Justify
{
	text-align: justify;
}
