body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	color:#000;
	background-color:#fff;
	background-image:url(../media/bg1.gif);
}
a:link { color: #00f; background-color:inherit; }
a:visited {color: #00f; background-color:inherit; }
a:hover { color: #00f; background-color:inherit; text-decoration: none}
a:active { color: #00f; background-color:inherit;}
#container {
	background-color:#fff;
	color:inherit;
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px;
}
#skipNav {
	position: absolute;
	margin-top: -400em;
}
#mainHeader {
	width: 740px;
	height: 70px;
	position: relative;
	padding: 6px 5px;
}
#mainHeader span {
	background: url(../media/dmr_header2.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#subHeader {
	font-size: 1em;
	margin: 0;
	clear: left;
	padding: 0px 5px;
}
#address {
	text-align: center;
}
#phone {
	text-align: center;
	font-size: 1.3em;
	font-weight:bold;
	margin: 8px 0px;
}
#mainContent {
	float: left;
	width: 740px;
	background-color:#fff;
	color:inherit;
	padding: 0 5px;
}
#pageContent {
	float: left;
	width: 520px;
	padding: 0 30px 0 0;
}
#sideBar {
	width: 170px;
	float: left;
	padding: 0 10px 0 10px;
}
#sideBar ul {
	font-size: .75em;
	list-style-type: none;
	margin-left: 0; 
	padding-left: 0;
}
#sideBar ul li {
	padding-bottom: 6px;
	margin-bottom: 6px; 
	border-bottom-width: 2px;
	border-bottom-style:dotted;
	border-bottom-color: #ccc;
}
h1 {
	font-size: 1.75em;
	margin:0;
}
h2 {
	font-size: 1.5em;
	color: #039;
	background-color:inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
h3 {
	font-size: 1.25em;
	margin-bottom: -.5em;
}
h3 {
	font-size: 1.15em;
	margin-bottom: -.5em;
}
p,ul,ol {
	font-size: .85em;
	line-height: 1.65em;
}
.smallerText {
	font-size: .75em;
}
img {
	border: 0;
}
hr {
	height:18px;
	border:0px none;
	background: transparent url(../media/hr1.gif) no-repeat center center;
}
#footer {
	float: left;
	font-size: .85em;
	padding: 2em 5px;
	background-color:#fff;
	color:inherit;
	width: 740px;
}
address {
	font-size: .85em;
}
/*
@media print {
	#mainHeader, #subHeader, #container, #sideBar {
		width:auto;
		height:auto;
		float:none;
	}
	#navigation {
		display:none;
		width:0;
		float:none;
	}
}
*/
/*
@media print {
	#skipNav, #mainHeader, #subHeader, #navigation {
		display:none;
		width:0;
		float:none;
	}
	#container, #sideBar {
		width:auto;
		float:none;
	}
}*/
/*@media print {
	#skipNav, #mainHeader, #subHeader, #navigation {
		display:none;
		width:0;
		float:none;
	}
}
*/
