body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url('/images/design/bg.jpg') top left repeat-x;
}

body, td, th {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	color: #4d0000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-variant: small-caps;
}

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: 880px;
	text-align: left;
	background-color: #ffffff;
}

#dHeader {
	background: url('/images/design/header.jpg') no-repeat;
	height: 210px;
}

#dHeader ul {
	padding: 0;
	margin: 0;
	float: right;
	list-style-type: none;
	list-style-image: none;
}

#dHeader li {
	display: inline;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#dHeader li > a {
	color: #e9e0cf;
	display: block;
	float: left;
	height: 36px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

#dHeader #dLogo {
	position: relative;
	top: 66px;
	left: 20px;
}

#dHeader #dHeaderText {
	position: relative;
	top: 70px;
	left: 30px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;	
}

#dMain {
	background: url('/images/design/menu_left.png') 661px 0 repeat-y;
	overflow: auto;
}

#dContent {
	float: left;
	width: 638px;
	padding: 0 10px 10px 10px;
}

#dContentTop {
	height: 11px;
	background: url('/images/design/posttop.jpg') top left no-repeat;
}

#dContentMiddle {
	background: url('/images/design/postmid.jpg');
	padding: 10px;
}

#dContentBottom {
	height: 47px;
	background: url('/images/design/postbottom.jpg') top left no-repeat;
}

#dSidebar {
	float: left;
	width: 219px;
}

#dSidebarTop {
	background: url('/images/design/sidebartop.jpg') top left no-repeat;
	height: 65px;
}

#dSidebarContent {
	padding: 0 5px 10px 15px;
}

#dSidebarContent h2 a {
	color: #4d0000;
	background: url('/images/design/sidebarheading.jpg') bottom center no-repeat;
	display: block;
	font-size: 18px;
	padding: 5px;
	text-decoration: none;
}

#dSidebarContent ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#dSidebarContent ul li {
	display: block;
	height: 25px;
}

#dSidebarContent ul li a {
	border-bottom: 1px solid #efefef;
	color: #999999;
	display: block;
	height: 20px;
	text-decoration: none;
}

#dSidebarContent ul li a:hover {
	color: #000000;
	border-bottom: 1px solid #cccccc;
}

#dFooter {
	clear: left;
	background-color: #f5f0ea;
}

#dFooterContent {
	background: url('/images/design/footer.jpg') top left no-repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	color: #666666;
}

.cErrorBox {
	border-color: #ff0000 !important;
}

.cError {
	font-weight: bold;
	color: #ec5e0a;
	display: block;
	padding-bottom: 15px;
}

#dError {
	display: none;
}