#header {
	background-image: url(images/purpleheader2009.jpg);
	background-color: #730E2E;
	border-top-color: #730E2E;
	border-bottom-color: #730E2E;
	border-right-color: #730E2E;
}

h1 {
	color: #FFFFFF;
}
h1 strong {
	color: #F777C1;
}

h2 {
	background-color: #730E2E;
}
h2 strong {
	color: #F99DD1;
}
h4 {
	clear: both;
	/* display: block;
	height: 50px; */
	font-size: 20px;
	line-height: 1.75em;
	font-weight: bold;
	background-image: url(images/menu-icon3.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 36px;
	/* padding-top: 5px; */
	text-decoration: none;
	color: #730E2E;
	/*  */margin-top: 25px;
	margin-bottom: 15px;
	float: right;
}
h5 {
	clear: both;
	margin-top: 25px;
}
ol {
	font-size: 8pt;
}
#footer {
	background-color: #730E2E;
	border-top-color: #730E2E;
}
#footer a {
	color: #F99DD1;
}

#freephone {
	color: #F99DD1;
}
#freephone a {
	color: #F99DD1;
}

#search {
	background-color: #D06419;
	margin: 0px;
	background-image: url(images/search-background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#search select {
	font-size: 12px;
	margin-top: 20px;
	margin-right: 10px;
}

#backbutton {
	position: absolute;
	margin-left: -385px;
	left: 50%;
	width: 770px;
	height: 50px;
	z-index: 10;
	top: 225px;
	text-align: right;
	display: block;
}
#backbutton2 {
	position: absolute;
	margin-left: -385px;
	left: 50%;
	width: 770px;
	height: 50px;
	z-index: 10;
	top: 132px;
	text-align: right;
	display: block;
}
#backbutton img, #backbutton2 img {
	height: 51px;
	width: 51px;
	border: none;
}

#backbutton a, #backbutton2 a {
	display: block;
	height: 50px;
	width: 51px;
	margin-right: 6px;
}
#backbutton a:hover, #backbutton2 a:hover {
	filter: Alpha(Opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
}

#menuicon {
	background-image: url(images/menu-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 16px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #730E2E;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	font-size: 11px;
}
#menuicon:hover {
	background-image: url(images/menu-icon2.png);
	color: #F777C1;
}

#pdficon {
	background-image: url(images/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 20px;
	padding-left: 24px;
	padding-right: 20px;
	text-decoration: none;
	color: #730E2E;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	font-size: 11px;
}
#pdficon:hover {
	background-image: url(images/pdf-icon2.png);
	color: #F777C1;
}

#formtable {
	background-color: #FFFFFF;
}
#formtable th {
	width: 130px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size: 8pt;
	color: #333333;
}
#formtable th strong {
	font-weight: normal;
	font-size: 7pt;
	color: #730E2E;
}
#formtable td {
	text-align: left;
	vertical-align: top;
	font-size: 8pt;
	color: #333333;
}
#formtable td label {
	display: block;
	width: 60px;
	margin-left: 20px;
	float: left;
}
#formtable td .radio {
	float: left;
}
