body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333333;
	background-image: url(images/bg_container.jpg);
	background-repeat: repeat;
	background-color:#957336;
	border:0px;
	line-height: 17px;
}
table {
	border:0px;
	background-image: url(images/inside-tile.gif);
	background-repeat: repeat-y;
}
html, body {
	height:100%;
}
.headerArea{
	/*background-image: url(images/header.jpg);
	background-repeat: no-repeat;*/
	height: 452px;
}

.mainTop{
	background-image: url(images/main-top.jpg);
	background-repeat: no-repeat;
	height: 184px;
}

.middleArea{
	background-image: url(images/inside-tile-sm.jpg);
	background-repeat: repeat-y;
}
.mainBottom{
	background-image: url(images/main-bottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
.insideText{
	margin-left: 147px;
	text-align:left;
	width: 573px;
}
.tableData{
	background-color:#FFFFFF;
}
#titleCase{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#332A24;
}
a:link{
	color:#91213e;
	text-decoration: underline;
	cursor: pointer;
}
a:hover{
	color:#91213e;
	text-decoration: underline;
	cursor: pointer;
}
a:visited:hover{
	color:#91213e;
	text-decoration: underline;
	cursor: pointer;
}
a:visited{
	color:#91213e;
	text-decoration: underline;
	cursor: pointer;
}
#leftSide{
	width: 235px;
}
#rightSide{
	width: 235px;
}
#formHolder{
	width: 450px;
	text-align:right;
	margin-bottom: 10px;
	padding-left: 75px;
}
#formElementLeft{
	width: 300px;
	text-align:left;
	margin: 5px;
	margin-bottom:10px;
	padding: 0px;
}
#formElementRight{
	width: 300px;
	text-align:right;
	margin: 5px;
	margin-bottom:10px;
	padding: 0px;
}
#formElementColumn{
	width: 275px;
	text-align:right;
	margin-bottom:10px;
	float: left;
	margin-right: 2px;
}
#spacing{
	margin-bottom:10px;
	padding: 0px;
}