body {
	/* background-color: #556421; */
	background-color: #DFD2B0;
	margin: 0px;
	text-align: center;

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4B172E;
	line-height:20px;
}
.style1 {color: #000000}
.style2 {font-size: 12px}
.ExtraLarge {
	font-family: "Times New Roman", Times, serif;
	color: #4B172E;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 54px;
	line-height: 50px;
}
.LargeGreen {
	font-family: "Times New Roman", Times, serif;
	color: #576325;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 33px;
	line-height: 28px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #4B172E;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 34px;
	line-height: 34px;
	margin: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #576325;
	font-weight: normal;
	font-size:24px;
	line-height: 24px;
	margin: 5px;
}
h3 {
	margin-top: 5px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
}

.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4B172E;
	line-height:20px;
	text-align:justify;
}
.red_required {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #990000;
}
.mainTable {
/*background-image:url(../images/mainBackground.jpg);*/
background-repeat:no-repeat;
width:950px;
height:650px;
}


.headerTable {
/*border: 1px solid black; */
background-image:url(../images/bg_Header.gif);
background-repeat:no-repeat;
width:100%;
height:125px;
}

.bodyTable {
background-image:url(../images/bg_Body.jpg);
background-repeat:repeat-y;
width:100%;
height:300px;
}

.footerTable {
background-image:url(../images/bg_Footer.jpg);
background-repeat:repeat-y;
width:100%;
height:150px;
}

.headerRow {
height:90px;
text-align:center;
padding-top:10px;
}

.footerRow {
height:50px;
}

.menuRow {
height:25px;
text-align:center;
}
.mainMenu {
width:875px;
text-align:center;
}
.logoCell {
width:275px;
}
.thumbnail {
border:solid;
border-width:1;
border-color:#576321;
margin-top:8px;
}
.subNavBox {
border-top:solid #576321 1;
border-bottom:solid #576321 1;
padding:5px;
}
a.mainMenuItem:link, a.mainMenuItem:active, a.mainMenuItem:visited {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#EDE7D1;
font-weight:bold;
text-align:center;
text-transform:uppercase;
text-decoration:none;
}

a.mainMenuItem:hover {
color:#FFFFFF;
}
a.subNavItem:link, a.subNavItem:active, a.subNavItem:visited {
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#576321;
font-weight:bold;
text-align:center;
text-transform:uppercase;
text-decoration:none;
}

a.subNavItem:hover {
color:#000000;
}


