BODY
{
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #E3E1E1;
}

.bodyBackground
{
	background-image: url(../images/bodyBackground.jpg);
	background-repeat: repeat-x;
}

.leftMenuBackground
{
	background-image: url(../images/leftBackground.jpg);
	background-repeat: repeat-y;
}

.leftBorder
{
	background-color: #000000;
	width: 18px;
}

.rightBorder
{
	background-color: #000000;
	width: 26px;
}

.blackBackground
{
	background-color: #000000;
	width: 197px;
}

.leftBackground
{
	background-image: url(../images/leftBackground.jpg);
	background-repeat: repeat-y;
	height: auto;
}


#contentSection
{
	width: 734px;
	height: 525px;
	background-color: White;
}

.contentWindow
{
	background-color: White;
	font-family: Arial;
	font-size: 13pt;
	width: 600px;
	padding-left: 35px;	
}

.contentTitle
{
	background-color: White;
	font-family: Arial;
	font-size: 15pt;
	width: 600px;
	font-weight: bold;
		
}

.bottomBlackBorder
{
	background-color: Black;
}

.bottomMaroonBorder
{
	background-color: #EA4B2C;
	font-family: Arial;
	font-size: 10pt;
	color: White;
	text-align: center;
	font-weight: bold;
}


