body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 10px;
}

h1, h1.print{
	color: #a49e9c;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	margin: 40px 0px 10px 0px;
	padding: 0px 0px 13px 0px;
	border-bottom: 1px solid #a49e9c;
}

h2 {
	color: #a49e9c;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3{
	color: #c6d400;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	color: #666463;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

ul  {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	width:auto;
}

li{
	color: #666463;
	font-size: 12px;
	font-weight: normal;
	margin:0px 0px 5px 10px;
	padding:0px 0px 0px 0px;
	list-style-image:url(../assets/images/page/list_item.gif);
	list-style-position:inside;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	margin: 0px;
	padding: 0px;
}

span.hidden {
	display:none;
}

#dmkhome {
	background-color: transparent;
}

/**********************   Structure   **************************/

#page_content {
	margin: auto;
	height: auto;
	top: 0px;
	position: relative;
}

#page_container {
	width: 724px;
	margin: auto;
	position: relative;
	top: 0px;
}

div.moz {
	position: absolute;
	bottom: -0.1px;
}


div.header_print {
	float: right;
	display: inline;
	width: 100px;
	height: 20px;
	background: url(/assets/images/header/img_header_print_off.gif) no-repeat left top;
}

a.header_print:link, a.header_print:visited, a.header_print:active {
	float: left;
	display: inline;
	width: 100px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/assets/images/header/img_header_print_off.gif) no-repeat left top;
}

	a.header_print:hover {
		background: url(/assets/images/header/img_header_print_on.gif) no-repeat left top;
	}


/* PRINT */

div.print_header {
	width: 640px;
	height: 101px;
	margin: 0px 0px 0px 0px;
	float: left;
	border-bottom: solid 1px #ADA19B;
}

span.print_logo {
	width: 160px;
	height: 101px;
	margin: 0px 0px 0px 0px;
	float: left;
}

span.print_add {
	width: 460px;
	height: 101px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: right;
	font-size: 10px;
	color: #996F00;
	margin: 0px 0px 0px 0px;
}

div.print_footer {
	width: 640px;
	height: 24px;
	margin: 20px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	border-top: solid 1px #ADA19B;
	text-align: right;
	float: left;
}

div.print_main {
	float: left;
	width: 640px;
	height: auto;
	margin: 20px 0px 30px 0px;
}

