body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #891c07;
}

body, td, th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

a {
	color: #000000;
}

a:hover {
	color: #4d0000;
	text-decoration: none;
}

#dContainer {
	position: relative;
	margin: 0 auto;
	width: 1017px;
}

#dHeader {
	background: url('/images/design/app.jpg');
	width: 1017px;
	height: 266px;
}

#dLogoText {
	position: absolute;
	left: 444px;
	top: 42px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
}

#dHeaderPicture {
	position: absolute;
	left: 900px;
	top: 96px;
}

#dHeaderText {
	position: absolute;
	top: 96px;
	left: 255px;
	width: 690px;
}

#dHeaderText h5 {
	font-size: 24px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 15px;
}

#dHeaderText p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fc9303;
}

#dMenu {
	background: url('/images/design/menu.png');
	width: 1017px;
	height: 33px;
}

#dMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 22px;
	float: left;
}

#dMenu li {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 1px;
}

#dMenu li.first {
	margin-left: 0;
}

#dMenu a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 0 15px;
	height: 33px;
	text-align: center;
	line-height: 33px;
}

#dMenu a:hover {
	color: #dd7302;
	background: url('/images/design/menu_rollover.png');
}

#dSpacer {
	background: url('/images/design/spacer.png');
	width: 1017px;
	height: 13px;
}

#dBodyContainer {
	background: url('/images/design/body_repeat.png') repeat-y;
}

#dBody {
	background: url('/images/design/body.png') top left no-repeat;
	min-height: 419px;
}

#dBodyContent {
	position: relative;
	left: 38px;
	top: 13px;
	width: 955px;
}

#dRightContainer {
	float: right;
	width: 218px;
	height: 305px;
	background-image: url('/images/design/right_container.png');
	margin-top: -13px;
}

#dBodyRight {
	width: 200px;
	margin-top: 40px;
	margin-left: 18px;
	height: 205px;
	padding-top: 10px;
}

#dFooter {
	background: #777777;
	width: 953px;
	padding: 5px;
	margin: 0 auto;
	margin-top: 13px;
	text-align: center;
	color: #ffffff;
}

#dFooter a {
	color: #ffffff;
	text-decoration: none;
}

#dFooter a:hover {
	text-decoration: underline;
}

#dBottom {
	background: url('/images/design/bottom.png');
	height: 19px;
}