﻿body
{
	background-image: url(images/background.png);
	margin: 0px 0px 0px 0px;
}
.headerDiv
{
	border-left-color: #d6f7c1;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #d6f7c1;
	border-right-style: solid;
	border-right-width: 1px;
	width: 802px;
	height: 131px;
}
.content
{
	background-color: #e9e9e9;
	border-left-color: #d6f7c1;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #d6f7c1;
	border-right-style: solid;
	border-right-width: 1px;
	width: 802px;
}
.footer
{
	background-color: White;
	border-left-color: #d6f7c1;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #d6f7c1;
	border-right-style: solid;
	border-right-width: 1px;
	width: 802px;
	font-size: 10pt;
	font-family: Arial;
	color: #333333;
}
.centerColumnRightBorder
{
	background-image: url(images/rightBorder.png);
	background-repeat: repeat-y;
	width: 14px;
}
.centralColumnBottomBorder
{
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
	height: 12px;
}
.centerColumnRightBottom
{
	background-image: url(images/RightBottom.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 12px;
}
.centerColumnLeftBottom
{
	background-image: url(images/LeftBottom.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 12px;
	height: 12px;
}
.centerColumn
{
	font-family: Times New Roman;
	font-size: 12pt;
	line-height: 20px;
	color: #171717;
	padding: 15px 15px 15px 15px;
	vertical-align: top;
	text-align: justify;
	width: 410px;
	background-color: #f1f1f1;
}
.leftColumn
{
	width: 143px;
	text-align: right;
	vertical-align: top;
	background-image: url(images/leftBorder.png);
	background-repeat: repeat-y;
	background-position: right;
	padding:0px 0px 0px 0px;
}
.rightColumn
{
	width: 204px;
	vertical-align: top;
	text-align: center;
	font-size: 10pt;
	font-family: Arial;
}
.menuItem
{
	height: 72px;
	width: 137px;
	background-image:url(images/MenuMain.png);
}
.menuItem:hover
{
	height: 72px;
	width: 137px;
	cursor:pointer;
	background-image:url(images/MenuMain.png);
}
p
{
	text-indent: 25px;
}
a
{
	color: #328532;
}
a:hover
{
	color: #328532;
	text-decoration: none;
}

