
html { 
	min-width: 742px;
	 }


	/* Helpers and base rules */

img	{
	border: 0;
	}

p.access	{
	display: none;
	}

img.counter	{
	display: inline;
	margin: 0;
	}

img.mainpic 	{
	border: 2px solid #fff;
	background: transparent top left repeat;
	}
	
img.leftimg	{
	clear: left;
	float: left;
	background-color: white;
	border: 1px solid #a9a9a9;
	margin: 5px 20px 5px 0;
	padding: 4px;
	position: relative;
	}

img.leftimg_transp	{
	clear: left;
	float: left;
	margin: 5px 20px 5px 0;
	padding: 4px;
	position: relative;
	}
	
img.onlyimg	{
	background-color: white;
	border: 1px solid #a9a9a9;
	margin: 5px 20px 5px 0;
	padding: 4px;
	}


	/* Primary layout divisions */

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #ccc;
	color: #168;
	font: small/1.4 "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}

div#wrapper	{
	color: #168;
	background: transparent url(../../../i/wrapinner.gif) top left repeat-y;
	width: 742px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

div#maincontent 	{
	float: left;
	width: 690px;
	padding: 0;
	border: 0;
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */

	margin-left: 6px;
	}

html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 12px;
	min-height: 800px;
	}

div#sidebar	{
	margin: 0 0 0 472px;
	padding: 0;
	width: 230px;
	border: 0;
	}

div#footer	{
	clear: both;
	border: 0;
	border-top: 10px solid #bdf;
	border-bottom: 10px solid #bdf;
	background: #bdf url(../../../i/footshadow.gif) top left repeat-x;
	color: #168;
	width: 700px;
	padding: 5px 0;
	margin: 10px 0 0 12px;
	}

	
div#footer p	{
	background: transparent url(../../../i/footer.gif) center left no-repeat;	
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 50px;
	}

h1	{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1 a:link, h1 a:visited	{
	text-decoration : none;
	display: block;	
	width: 700px;
	height: 50px;
	background: #acd url(../../../i/header.gif) top left no-repeat;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
	}
	
h1 a:hover, h1 a:active {
	background: #5cf url(../../../i/header.gif) top left no-repeat;
	text-decoration : none;
	}

	/* Primary nav 	*/

div#globalnav	{
	height: 30px;
	width: 700px;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
	background: #bdf;
	}

div#globalnav ul#menu	{
	height: 30px;
	width: 700px;
	background: transparent url(../../../i/nav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 30px;
	display: block;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#sdumenu	{left: 0; width: 175px;}
#dlmenu	{left: 175px; width: 175px;}
#epmenu	{left: 350px; width: 175px;}
#osmenu {left: 525px; width: 175px;}


#sdumenu a:hover	{background: transparent url(../../../i/nav.gif) 0 -30px no-repeat;}
#dlmenu a:hover {background: transparent url(../../../i/nav.gif) -175px -30px no-repeat;}
#epmenu a:hover {background: transparent url(../../../i/nav.gif) -350px -30px no-repeat;}
#osmenu a:hover {background: transparent url(../../../i/nav.gif) -525px -30px no-repeat;}


	/* You are here - main nav */
	
body#sdu #sdumenu {background: transparent url(../../../i/nav.gif) 0 -30px no-repeat;}	
body#dl #dlmenu {background: transparent url(../../../i/nav.gif) -175px -30px no-repeat;}
body#ep #epmenu {background: transparent url(../../../i/nav.gif) -350px -30px no-repeat;}
body#os #osmenu {background: transparent url(../../../i/nav.gif) -525px -30px no-repeat;}

	/* You are here - subnav */
	
body#dl dd#dlsubmenu a,
body#dl dd#dlsubmenu a:hover,
body#ep dd#epsubmenu a,
body#ep dd#epsubmenu a:hover,
body#os dd#ossubmenu a,
body#os dd#ossubmenu a:hover	{
	color: #fff;
	background: transparent;
	}

	/* Linkology 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #137;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #d80;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: #137;
	background: transparent;  
	}

div#maincontent p a:link, div#maincontent p a:visited {
	text-decoration: none;
	} 

div#maincontent p a:hover {
	text-decoration: underline;
	} 


	/* Typography 	*/
	
	
h2, h3, h4	{
	font-weight: bold;
	line-height: 1.2em;
	margin: 15px 0 0 0;
	}

p	{
	margin: 0 0 1em 0;
	line-height: 140%;
	}
	
div#maincontent h2	{
	font-size: 18px;
	}

body div#maincontent h2	{
	margin-top: 25px;
	}

body div#maincontent h2.title	{
	text-align: center;
	}

div#maincontent h3	{
	font-size: 14px;
	}

blockquote	{
	padding: 0;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
	border-left: 1px dotted #7ab;
	}

blockquote p	{
	font-weight: normal;
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	text-align: justify;
	line-height: 150%;
	font-size: small;
	}

code, pre	{
	font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	font-weight: normal;
	font-size: small;
	}

	
	/* Purely decorative, redolent of spring */
	
div.homeitem	{
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	}
	

div.homeitem h3.staricon, div.homeitem h3 a:link, div.homeitem h3 a:visited {
	margin: 0 10px 0 0;
	padding: 0 0 0 30px;
	background: transparent url(../../../i/balloon.gif) top left no-repeat;
	}

div.homeitem h3 a:hover {
	background: transparent url(../../../i/balloonover.gif) top left no-repeat;
	}
div#maincontent h2 {
	background: transparent url(../../../i/cf.gif) top left no-repeat;
	padding: 0 0 10px 40px;
	clear: both;
	}
	
div#maincontent h2.title {
	clear: both;
	background: transparent;
	padding: 0;
	}

	/* Forms follow function */
	
div#searchui	{
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
#searchui label	{
	letter-spacing: 1px;
	font-size: 11px;
	color: #242;
	}

#searchui input.butt	{
	color: #168;
	background: #bc9;
	font-size: x-small;
	}

input.hun	{
	margin: 0 2px;
	width: 100px;
	font-size: x-small;
	}


	/*   Sidebar navs and links 	*/
	
#sidebar dd, #sidebar dt {
	margin-left: 0;
	padding-left: 0;
	line-height: 18px;
	margin-bottom: 3px;
	}

body #sidebar dt 	{
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 25px;
	background: transparent;
	color: #242;
	padding: 2px 5px;
	background: #4a9;
	text-shadow: 2px 3px 3px #353;
	}

#sidebar dd a:link, #sidebar dd a:visited {
	font-weight : normal; 
	}

	/* Previous Reports */
	
p.button	{
	margin: 25px 0;
	font-size: medium;
	}
	
	/*  Listology */

div#maincontent ul 	{
	margin: 3px 0;
	padding: 0 0 5px 0;
	}
	
div#maincontent ol li		{
	list-style: decimal outside;
	line-height: 140%;
	margin: 0 5px 5px 0;
	padding: 0 0 0 5px;
	}

div#maincontent ul li	{
	line-height: 140%;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 5px;
	list-style:disc inside;
	}
	
div#maincontent ul ul li {
	margin-top: 10px;
	list-style: disc inside;
	}

div#maincontent ul.inlinelist	{
	padding: 0;
	margin: 0;
	}

div#maincontent .inlinelist li	{
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
	border: 0;
	}	

div#maincontent dl	{
	margin-top: 5px;
	padding-top: 0;
	}
	
div#maincontent dl dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: 0;
	border-bottom: 1px solid #7ab;
	line-height: 140%;
	}
	
div#maincontent dl dd {
	margin: 0 10px 15px 10px;
	padding: 0;
	text-align: justify;
	}
	
div#maincontent dl.mini dd	{
	font-size: x-small;
	text-align: left;
	padding: 0;
	margin: 0 0 5px 0;
	}

/* Haxies */

.floattenr	{
	float: left; 
	margin: 0 10px 0 0;
	}


table#pub{background-color: white;}
