﻿html, body 
{
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	background: url(/images/backgnd6/l.jpg) repeat-y top left;
}

h1, h2, h3, h4 
{
	font-family: Times New Roman;
}

div#dgrmain 
{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:200px;
	margin-bottom:-100px;
	background: white;
	color: #000000;
}
* html #dgrmain{height:100%;margin-left:197px}/* ie 3 pixel jog*/ 

div#dgrmainleft 
{
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	margin-left:-199px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:150px; /*needed to make room for header*/
	left:-1px;/* line things up exactly*/
}
* html #dgrmainleft {margin-right:-3px}/* three pixel jog*/

div#dgrroomforheader
{
	height:150px;	/* allow space for the header */
}

#dgrclearfooter
{
	clear:both;
	height:40px;
}/*needed to make room for footer*/

div#dgrcontent 
{
	margin-right: 40px;
}

* html div#dgrcontent
{
	height:1%;
	margin-bottom:12px;
}/* combat IE's 3 pixel jog */

div#dgrheader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:150px;
	background:#FF0000;
	overflow:hidden;
	background: url(/images/backgnd6/tl.jpg) no-repeat top left;
}

div#dgrheaderlogo 
{
	float: left;
	height: 150px;
	width: 180px;
	padding: 0;
	margin: 0;
}

div#dgrheaderlogo img 
{
	margin-top: 6px;
	margin-left: 6px;
	border: 0;
}

div#dgrheadergb
{
	float: right;
	height: 150px;
	width: 100px;
	padding-top: 10px;
	text-align: center;
	font-size: .75em;
	background: url(/images/backgnd6/t.jpg) repeat-x top left;
}

div#dgrheadergb img 
{
	border: none;
	text-decoration: none;
}

div#dgrheaderright 
{
	float: right;
	height: 150px;
	width: 50px;
	background-image: url(/images/backgnd6/tr.jpg);
}

div#dgrheadertop 
{
	margin-left: 180px;
	margin-right:150px;
	height: 150px;
	background: url(/images/backgnd6/t.jpg) repeat-x top left;
}

div#dgrheadertop h1 
{
	margin: 0 0 0 0;
	padding: 10px 0 0 10px;
	font-size: 48px;
}

div#dgrheadertop h2 
{
	margin: 0 0 0 0;
	padding: 0 0 0 50px;
	color: #202020;
	font-style: italic;
	font-size: 18px;
}

div#dgrheadertop a 
{
	text-decoration: none;
	color: #202020;
	font-style: italic;
	font-size: 18px;
}

div#dgrheadertop img 
{
	border: none;
	text-decoration: none;
}

div#dgrfooter {
	width:100%;
	clear:both;
/*	height:75px; */
/*	background: url(/images/backgnd6/l.jpg) no-repeat top left; */
	text-align:left;
	position:relative;
}

* html #dgrfooter {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

span.dgrsndobj 
{
	visibility: hidden;
}

p.dgrcopyright 
{
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	font-size: 10px;
}

div.dgrlinkbox
{
	width: 180px;
	clear: both;
	margin: 10px 0 0 10px;
	padding: 0 0 0 0;
	border: 0;
}

div.dgrlbtop 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 10px;
	width: 180px;
	background: url(/images/box3top.png) no-repeat top left;
}

div.dgrlbmiddle
{
	width: 180px;
	background: url(/images/box3middle.png) repeat-y left top;
	border: none;
	text-align: left;
}

div.dgrlbmiddle ul 
{
	padding: 0 0 0 0;
	margin: 0 0 0 30px;
}

h2.dgrlinks
{
	margin: 0 0 0 10px;
}

div.dgrlbmiddle li 
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 0;
}

div.dgrlbmiddle a 
{
	text-decoration: none;
}

div.dgrlbbottom
{
	margin: 0;
	height: 10px;
	width: 180px;
	background: url(/images/box3bottom.png) no-repeat bottom left;
}

div.dgrcbox 
{
	margin: 5px 10px 5px 5px;
}

div.dgrcboxt div.dgrcboxb
{
	height: 10px;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.dgrcboxtl, div.dgrcboxtr, div.dgrcboxbl, div.dgrcboxbr
{
/*	background-color: transparent; */
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}

div.dgrcboxtl
{
	background-image: url(/images/graybox2/tl.jpg);
	float: left;
}

div.dgrcboxtr
{
	background-image: url(/images/graybox2/tr.jpg);
	float: right;
}
	
div.dgrcboxbl
{
	background-image: url(/images/graybox2/bl.jpg);
	float: left;
}

div.dgrcboxbr
{
	background-image: url(images/graybox2/br.jpg);
	float: right;
}

div.dgrcboxtc, div.dgrcboxbc
{
/*	background-color: transparent; */
	background-repeat: repeat-x;
	height: 12px;
	margin: 0 12px 0 12px;
}

div.dgrcboxtc
{
	background-image: url(/images/graybox2/t.jpg);
}

div.dgrcboxbc
{
	background-image: url(/images/graybox2/b.jpg);
}
	
div.dgrcboxl 
{
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: url(/images/graybox2/l.jpg);
	background-repeat: repeat-y;
}

div.dgrcboxr 
{
	padding: 0 0 0 0;
	margin: 0 12px 0 0;
	width: 100%;
	background-position: right;
	background-image: url(/images/graybox2/r.jpg);
	background-repeat: repeat-y;
}

div.dgrcboxm 
{
	padding: 0 0 0 0;
	margin: 0 12px 0 12px;
	background-image: url(/images/graybox2/c.jpg);
	background-position: left top;
	background-repeat: repeat;
}

div.dgrcboxm p 
{
	margin-bottom: 0;
}

/* These next two items fix Firefox 3 (and maybe earlier) */
p.dgrcboxpfirst
{
	margin-top: 0;
}

div.dgrcboxm ul 
{
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}

div.dgrcboxm li
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 0;
}




div.dgrcontentbox 
{
	margin: 5px 5px 5px 0;
}

div.dgrcontenttl 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	height: 10px;
	width: 10px;
	background: url(/images/grayboxtl.png) no-repeat top left;
}

div.dgrcontentt 
{
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	height: 10px;
	background: url(/images/grayboxt.png) repeat-x top left;
}

div.dgrcontentm 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(/images/grayboxl.png) repeat-y top left;
}

div.dgrcontentc 
{
	margin: 0 0 0 10px;
	padding: 10px 10px 10px 10px;
	background: url(/images/grayboxc3.jpg) repeat top left;
}

div.dgrcontentc ul 
{
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}

div.dgrcontentc li 
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 0;
}

div.dgrcontentbl 
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 10px;
	width: 10px;
	background: url(/images/grayboxbl.png) no-repeat top left;
}

div.dgrcontentb 
{
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	height: 10px;
	background: url(/images/grayboxb.png) repeat-x top left;
}

