﻿body 
{
	width: 100%;
	font-family: Arial;
	font-size: 14px;
	background-image: url(../images/masterDivBg.jpg);
	background-repeat:repeat-x;
	background-color: #575757;
}

FIELDSET
{
}
LEGEND
{
	color: #EB6E11;
	font-weight: bold;
	font-family: Verdana;
	padding-left: 5px;
	padding-right: 5px;
}

.masterDiv
{
	width: 820px;
	margin-left:auto;
	margin-right:auto;
}

.masterHeader
{
	width:800px;
	background-color: White;
	border-top: solid 1px gray;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

.masterContent
{
	width:800px;
	margin-top: 15px;
	color: White;
}
.masterFooter
{
	width:800px;
	padding-top: 25px;
}

.menu
{
	background-image: url(../images/menubg.jpg);
	background-repeat:repeat-x;
}
.menu A
{
	color: White;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.menu A:Hover
{
	color: White;
	font-size: 12px;
	text-decoration: underline;
}

.footer
{
	text-align:right;
	color: White;
	font-size: 12px;
	width: 100%;

}

.footer A
{
	color: black;
}

.headerContent
{
	background-image: url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	height: 25px;
	color: Black;
	font-weight: bold;
	text-align:center;
	border-top: solid 1px #EB6E11;
	border-left: solid 1px #EB6E11;
	border-right: solid 1px #EB6E11;
}

.boxContent
{	
	border-left: solid 1px #EB6E11;
	border-right: solid 1px #EB6E11;
	border-bottom: solid 1px #EB6E11;
	padding: 10px 10px 10px 10px;
}