html {
	background-color: #470808;
	min-height: 100%;
	margin-bottom: 1px; 
}

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	width: 745px;
	padding: 17px;
	margin-top: 17px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	line-height: 131%;
}

#header {
	background-color: #A2172B;
	text-align: center;
	width: 745px;
	height: 40px;
}
#header a:link , #header a:visited{
	text-decoration: none;
	color: #F8C0C1;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 18px;
	padding-left: 18px;
	line-height: 40px;
}
#header a:hover {
	color: #FFF;
}
#content {
	text-align: left;
}
#footer {
	background-color: #A61E22;
	width: 728px;
	height: 40px;
	line-height: 40px;
	font-size: 85%;
	color: #590F12;
	text-align: left;
	clear: both;
	padding-left: 17px;
}
#footer a {
	color: #F8C0C1;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#wrapper #content #leftColumn {
	width: 300px;
	margin-top: 20px;
	margin-right: 37px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
}
#wrapper #content #rightColumn {
	text-align: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 10px;
}
a   {
	color: #B22C34;
	text-decoration: none;
}
h4  {
	font-size: 77%;
	color: #A2172B;
	margin-bottom: 12px;
	margin-left: 4px;
}
h2  {
	font-size: 85%;
	color: #A2172B;
	margin-bottom: 0px;
	margin-left: 4px;
	font-weight: normal;
}
h3  {
	font-weight: normal;
	margin-left: 4px;
}
p  {
	font-size: 85%;
	margin-left: 4px;
}
.selected {
	color: #FFF;
	line-height: 40px;
	padding-top: 13px;
	padding-right: 18px;
	padding-bottom: 13px;
	padding-left: 18px;
}
td {
	margin: 0px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td .txtFieldLarge{
	width: 200px;
}

