body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00405e;
	height: 100%;
}

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 {
	background: url('/images/design/bg.png') top left repeat-x;
	min-height: 100%;
}

#dInnerContainer {
	position: relative;
	margin: 0 auto;
	width: 970px;
}

#dHeader {
	position: relative;
	height: 292px;
}

#dLogo {
	position: absolute;
	top: 99px;
	left: 64px;
}

#dHeaderRight {
	position: absolute;
	top: 32px;
	left: 423px;
	height: 242px;
	width: 555px;
	background: url('/images/design/header_center.png') top left no-repeat;
}

#dHeaderRightText {
	position: absolute;
	top: 0;
	left: 45px;
	display: inline;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 34px;
	width: 452px;
	height: 104px;
	text-align: center;
}

#dHeaderRightTextRE {
	display: inline;
	font-size: 46px;
}

#dHeaderNewspaper {
	position: absolute;
	height: 114px;
	width: 452px;
	top: 120px;
	left: 45px;
}

#dMenu {
	position: relative;
	height: 73px;
	width: 900px;
	padding-left: 70px;
	background: url('/images/design/menu_bar.png');
}

#dBodyTop {
	height: 11px;
	width: 970px;
	background: url('/images/design/body_top.png') top center no-repeat;
}

#dBodyContent {
	width: 910px;
	min-height: 300px;
	background: url('/images/design/body_repeat.png') top center repeat-y;
	padding: 0 30px 0 30px;
}

#dBodyBottom {
	height: 24px;
	width: 970px;
	background: url('/images/design/body_bottom.png') top center no-repeat;
}

#dFooter {
	position: relative;
	text-align: center;
	color: #ffffff;
	padding-bottom: 5px;
}