body
{
	height: 100%;
}

#pageshadow
{
	padding: 0px;
	/*background-image: url('../Graphics/zdropshadow.jpg');*/
	width: 980px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
}

#pagecontainer
{
	border-bottom: 0px #C0C0C0 solid;
/*	overflow: hidden;        fixes IE6 scrollbar issue?*/
	background-color: #FFFFFF;
	background-image: url( '../Graphics/greenbg.gif' );
	background-repeat: repeat-y;
	border-bottom-color: #C0C0C0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	height: 100%;
	padding: 0px; 
	width: 970px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	margin-bottom: 0px;
}


#rightcontainer
{
	border: 0px;
	min-height: 800px;
}



#footer
{
	clear: both;
	border-top: solid 1px gray;
	padding-top: 20px;
	margin-top: 90px;
	margin-bottom: 90px;
	padding-bottom: 40px;
}

#foot_copyright
{
	float: right;
	text-align: right;
}

#foot_links
{
	float: left;
	text-align: left;
}

#navbar
{
	padding: 110px 0 200px 0;
	background: url('../Graphics/TDRsplash10.jpg') no-repeat #003329;
	background-color: #003329;
	width: 150px;
	height: 100%;
}

#navbarcontent
{
	height: 100%;
}






.navnonlink
{
	border: 0px #000000 solid;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: white;
	font-size: 7pt;
	text-align: left;
	background-color: #02221D;
	text-transform: uppercase;
	line-height: 1.8em;
	margin-top: 15px;
}

.wrapspace
{
    padding-bottom: .2em;
    padding-top: .2em
}

.navlink
{
	font-family: Arial, Helvetica, Sans-Serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: white;
	font-size: 10pt;
	line-height: 1.5em;
}

.navlinkwrap
{
    font-family: Arial, Helvetica, Sans-Serif;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 0.5em;
    color: white;
    font-size: 10pt;
    line-height: 1.5em;
}

.menusmall
{   font-size: .8em;
    color: white;
}

#nav li { text-indent: -1em; padding: 0px; margin-left: 1em; list-style:
none;}



a.menu:link {
	color: white;
	background-color: transparent;
	text-decoration: none;
	}
	
a.menu:visited {
	color: white;
	text-decoration: none;
	background-color: transparent;
	}
	
a.menu:hover {
	color: white;
	text-decoration: underline;
	background-color: transparent;
	cursor: hand;
	}
