/* Moffat Dickson Printing Stylesheet */
/* by KevBod@KevBod.com */
/* created March 2006 */

h1, h2, h3, h4, h5, p, a, ul, ol, table, form {
font-family:Verdana, Arial, sans-serif, Helvetica;
}
	
body {
  margin:1em 4em 1em 4em;
  background-image:none;
}

#header {
  position:relative;
  height:5em;
  background: url(images/mdlogo72.jpeg) no-repeat top right;
  border-bottom:solid 1px #888;
}
#header h2 {
  display:none;
}

#header img {
  display:block;
  float:right;
}

#header #menu a, #header #menu a:visited {
  display:none;
  }

#leftCol { 
  display:none;
  float:left;
  width:9.1em;
  height:400px;
  background:#fff url(images/collage.jpg) repeat-y top left;
  margin-top:0.5em;
  margin-bottom:0.5em;
}

#main {
  margin-left:1em;
  padding-top:0.5em;
  color:#000;
  background:transparent;
}
* html #main {
  height:1%;
}

#main h4, #main h5 {color:#222;}

#main h5 {
  margin-bottom:0;
  padding-bottom:0;
}

#main p, #main ul {font-size:80%;color:#333;}

#main p.first {
  margin-top:0;
  padding-top:0;
}

#footer {
position:relative;
border-top:1px solid #888;
padding-top:1em;
color:#000;
text-align:left;
font-family:Arial, sans-serif;
font-size:0.6em;
}

* html #footer {
width:100%;
w\idth:100%;
}

#footer a, footer a:link, footer a:visited {
color:#888;
text-decoration:none;
}
#footer a:hover {
  color:#c0c;
}
#footer .kevbod {
  position:absolute;bottom:1em;right:1em;
}

.clear {
 height:1px;
 font-size:1px;
 clear:both;
}
p.imgRight {
float: right;
font-size: 0.50em;
text-align: center;
color: #7d6340;
padding:0.25em 0.25em 0.25em 1.25em;
}

p.imgLeft {
float: left;
font-size: 0.50em;
text-align: center;
color: #7d6340;
padding: 0.25em 1.25em 0.25em 0.25em;
}

p.imgRight img, p.imgLeft img {
display: block;
}

a, a:visited {color:#00f }



