body {
	background-color: #216421;
	background-image: url(/img/bgd.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
.mainTableBorder {
	background-color: #f5f8e3;
	border: 2px solid #583800;
}
.topFrameBGD {
	background-image: url(/img/sideBars/topBorder.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.menuTablePadding {
	padding: 10px;
}
.menuColor {
	background-color: #cdd3a8;
	padding: 3px;
}
.tableTextHome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #216421;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #216421;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #216421;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5e3c00;
	text-decoration: underline;
}

.tableContentBack {
	padding: 5px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding: 10px;
}

.copyright a 
{
	color:#FFFFEE
}

.copyright a:hover
{
	color:#CCCCCC
}

a:hover {
	color: #216421;
	text-decoration: none;
}
.textBold {
	font-weight: bold;
}
.textItalic {
	font-style: italic;
}
.leftFrameBGD {
	background-image: url(/img/sideBars/leftBorder.gif);
	background-repeat: repeat-y;
	background-position: left center;
	width: 17px;
}
.rightFrameBGD {
	background-image: url(/img/sideBars/rightBorder.gif);
	background-repeat: repeat-y;
	background-position: right center;
	width: 17px;
	height: 400px;
}
.bottomFrameBGD {
	background-image: url(/img/sideBars/bottomBorder.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.errorMsg {
	color:#C00000;
}
.picBorderLeft {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
}
.picBorderRight {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	margin-left: 5px;
}
.picBorderCenter {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	margin-left: 5px;
	margin-right: 5px;
}
