body {
	margin: 0px;
	margin-top: 20px;
	background: url(images/background.jpg) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#body {
	margin: 0 auto;
	width: 940px;
}

a {
	color: #9c0031;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	color: #e8004c;
	border-bottom: 1px solid;
}

h1, h2, legend {
	color: #9C0031;
	*color: #940029;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 16px;
}
legend {
	font-size: 16px;
	padding: 0 10px 5px 5px;
}

.inline {
	display: inline;
}

:focus {
    outline: 0;
}

#header-bar {
	background: url(images/bar-bg.png) no-repeat center;
	width: 940px;
	height: 90px;
}
#header-inner {
	margin: 10px;
	*margin: 3px;
	background-color: #9C0031;
	*background-color: #940029;
	color: #FFFFFF;
}
#header-inner h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	margin: 0px;
	display: inline;
	margin-left: 30px;
	font-weight: normal;
	color: #ffffff;
}
#header-inner sup {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	*font-size: 30px;
	padding-left: 30px;
}
#header-inner h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	margin: 0px;
	display: inline;
	font-weight: normal;
	margin-left: 50px;
	color: #ffffff;
}

#content, #footer, #copy {
	float: right;
	margin-right: 15px;
	width: 700px;
	line-height: 15px;
}
#content {
	border: 1px solid #9c0031;
	*border: #940029;
	background-color: #ffffff;
	position: relative;
	top: -1px;
}
#content-inner {
	padding: 10px;
}
#content-inner p {
	text-align: justify;
}
#footer {
	width: 698px;
	background-color: #9c0031;
	color: #ffffff;
	margin: 5px 15px 5px 0px;
	padding: 2px;
	text-align: center;
	font-size: 10px;
	text-transform:uppercase;
	font-weight: bold;
}
#copy {
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #ffffff;
	border: 0px;
}
#invertedtabs{
margin: 0 auto;
padding: 0;
padding-right: 10px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}
#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}
ul {
	list-style: circle;
}
#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}
#invertedtabs a{
float: right;
color: white;
background: #9C0031 url(images/color_tabs_left2.gif) no-repeat left bottom;
*background: #940029 url(images/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
border: none;
}
#invertedtabs a span{
float: right;
display:block;
background: transparent url(images/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}
#invertedtabs a span{
float:none;
}
#invertedtabs a:hover, #invertedtabs a:hover span {
background-color: #e8004c;
}
#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #e8004c;
}

.rht {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content-inner img {
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #cfcfcf;
}
.rht img {
	margin-left: 0px;
	margin-right: 0px;
}

dt {
	list-style-type: circle;
	line-height: 14px;
	margin-top: 6px;
}
dd {
	font-style: italic;
	padding:2px;
}

#obits {
	background-color: #9c0031;
}
#obits thead tr {
	background-color: #9c0031;
	font-weight: bold;
	color: #fff;
}
#obits thead td {
	padding: 5px;
}
#obits tbody tr {
	margin-bottom: 8px;
}
#obits tbody td {
	background-color: #fff;
	padding: 5px;
}

/* ADMIN FORM STYLE */
.obitform{
padding: 5px;
margin-left: 100px;
}
div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}
div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid red;
margin-right: 15px; /*spacing with right column*/
}
div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}
div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
}
div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 150px;
}
div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}
div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 90px;
/* background: #e1dfe0; */
}