@charset "UTF-8";
body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:20 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5A3200;
	background-image: url(images/HEADER/dmd_header.jpg);
	background-repeat:no-repeat;
	}

.dm_design #container {
	width:740px;
	margin:auto;
	margin-left:150px;
	background-color: none;
	padding: 20px 20px 60px 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	}

.dm_design #navHeader {
	width: 560px;
	background-color:#FFFFFF;
	border-bottom: dotted #999 1px;
	padding: 0px 0px 10px 0px;
	margin: 0px 20px;
	}
	
.dm_design #mainContent {
	width:700px;
	padding:  0px; /* padding is the space inside the div box and margin is the space outside the div box */
	color: #666666;
	margin: 0px 20px;
	}
	
.dm_design #footer {
	width: 560px;
	background-color:#FFFFFF;
	border-top: dotted #999 1px;
	padding: 10px 0px;
	margin: 0px 20px;
	}

.subhead {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #5A3200;
	}
	
.regular {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	}
	
a.navlink:hover {
	color:#99CC66;
	text-decoration:none;
	}
	
p.title {
	margin: 0px;
	font-size: 12px;
	color: #5A3200;
	text-decoration: none;
	line-height: 20px;
	font-weight: bolder;
	}

p.bodycopy {
	margin: 0px;
	font-size: 12px;
	color: #666666;
	}

p.header {
	margin: 0px;
	font-size: 16px;
	color: #64A0A0;
	}
	
p.largebody {
	margin: 0px;
	font-size: 14px;
	line-spacing: 18px;
	color: #666666;
	}
	
	
a:link {
	text-decoration: none;
	color: #333333;
	}
	
a:visited {
	text-decoration: none;
	color: #5A3200;
	}
a:hover {
	color:#33CCFF;
	}

a:active {
	text-decoration: none;
	color:#5A3200;
	}

	

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color: #FF00FF;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 30px;
	color:#C3E4EE;
	line-height: 10%;
}

.highlight {
	color:#5A3200;
	}


.style1 {
	color: #DD561C
}

  
#mosaic_grid {
	width: 550px;
}

