#npc-content {
	width: 800px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	background: none; /* url("images/template_background.jpg"); */
}
#npc-content P {
	margin-left: 5px;
	margin-right: 5px;
}

BODY, TD, TH {
	font-family: Verdana;
	font-size: 12px;
}
.header_text {
	margin: 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background: #916B4A;
}
.divisionheading {
	width: 100%;
	margin: 2px 0px;
	padding: 2px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	word-spacing: 6px;
	letter-spacing: 4px;
	background-color: #C0CDCE;
	border-top: 1px solid #007073;
	border-bottom: 1px solid #007073;
}

TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #C0CDCE;
}
.head0 TH, .head0 TD {
	color: #FFFFFF;
	text-align: center;
	background-color: #444444;
}
.head1 TH, .head1 TD {
	text-align: center;
	background-color: #AAAAAA;
}
.row0 TH, .row0 TD {
	background-color: #99CCCC;
}
.row1 TH, .row1 TD {
	background-color: #CCCCCC;
}

FIELDSET {
	border: 2px ridge #007073;
}
LEGEND {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007073;
}

FIELDSET.error {
	border-color: red;
}
FIELDSET.error LEGEND {
	color: red;
}

