/* ###########################################################################
# MDL #
# default stylesheet #

COPYRIGHT 2007 Pollenation Media
########################################################################### */
/* this forces a scrollbar in firefox so all pages have regardless of necessity to scroll */
body {
	margin:0;
	padding:0;
	font: 1em/1em arial,helvetica,sans-serif;
	color: #565656;
	}

* {margin:0;padding:0;}

* img {
	border-style: none;
	}

a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
h1 {
	font-size:1.3em;
margin-bottom:.3em;
color:#122;
	}

h2 {font-size:1.1em;color:#344;margin-bottom:1em;}

h3 {font-size:1em;font-weight:bold;margin-bottom:.3em;}


p {
margin-bottom:1.25em;
	}

/* page styles */
	
#topborder {
	display:none;
	}
	
#pagebody {
	font-size:.8em;
	margin:0 .25em 1em .25em;
padding:0 .5em 0 .5em;
	border-bottom:1px solid #666;
width:640px;
	}
	
#bottomborder {
	display:none;
	}
	
/* navs */
	
#logo,#nav {
	display:none;
	}

#logoprint {display:block;margin-bottom:1.5em;}
	


/* level 2 */

td#l2nav {
	 display:none;
	 }


td#body {width:640px;}

#lev2 #body ul {
	margin:0 0 1.5em 2em;
	}
	
#rcc {
	 display:none;
	 }



#l2nav {
	display:none;
}
/* end left navs */
	
/* footer */
#footer { margin:0 auto;font-size:.7em;color:#999;}

#addy {float:left;padding:0 0 0 10px}

#footlinks {display:none;}

#cert {color:#777;}

/* various */
.nomargin {margin:0;padding:0;}

#rollovers {
	display:none;
	}
	
	
.mdl {
	color:#00576b;
	font-weight:bold;
	}