﻿body,td,th {
	font-family: Verdana, Tahoma, Trebuchet MS;
	color: #000000;
}
body {
	background-color: #999999;
	background-image:url(/C/DFR/Images/BGtop.gif);
	background-repeat:repeat-x;
	background-position:top;
	line-height:150%;
	font-size:small;
}

html, body, #container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;       /* should be auto */
  min-height: 100%;
}
html>body, html>body #container {
  height: auto;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	
	background-image:url(/C/DFR/Images/BGbody.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	height:300px;
	width:100%;
	background-image:url(/C/DFR/Images/GRheader.jpg);
	background-repeat:no-repeat;
	background-position:center;	
}
#headercontent {
	width:970px;
	margin:0 auto 0 auto;
}
#footercontent
{
	text-align:center;
}
#footercontent a
{
	color:#fff;
}
#nav {
	padding:0px;
	padding-right:20px;
	margin-top:130px;
	height:50px;
	float:right;
	min-width:600px;
	color:#ffffff;
	font-weight:bold;
}
#nav a{
	color:#ffffff;
	text-decoration:none;
	margin:0 15px;
}
#nav a:hover{
	text-decoration:underline;
}
#membersbutton {
	margin-top:225px;
	padding-left:90px;
	float:left;
}

#content {
	margin:0 auto 0 auto;
	width:970px;
	height:auto;
	
	padding-bottom:57px;   /* Height of the footer plus some space*/
	vertical-align:top;
}
#content em
{
	font-style: normal;
	font-weight: bold;
	
}
#sidebar {
	width:298px;
	padding-left:29px;
	float:left;
}
#rightcontent {
	margin-top:-100px;
	color:#ffffff;
	padding-right:29px;
	width:590px;
	float:right;
}
#greenbox {
	width:564px;
	overflow:hidden;
}
#greenbox-top {
	background-image:url(/C/DFR/Images/GRcontent-top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#00bb5b;
	width:100%;
	color:#284f3b;
	font-size:1.8em;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
}
#greenbox-text-top {
	background-image:url(/C/DFR/Images/GRcontent-text-top.gif);
	background-repeat:no-repeat;
	background-position:top center;
	margin-left:-10px;
	height:6px;
	width:100%;
}
#greenbox-text {
	background-image:url(/C/DFR/Images/GRcontent-text.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:100%;
	min-height:100px;	
	
	padding-left:10px;	
	/*margin-bottom:-14px;*/ /*Unsure of why this was here*/
}
#greenbox-text-content {
	color:#000000;
	width:95%;
	min-height:480px;
	/*margin-top:-15px;*/	/*Unsure of why this was here*/
	*margin-top:0;
}
#greenbox-bottom {
	background-image:url(/C/DFR/Images/GRcontent-bottom.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:14px;
	width:100%;
}

#greybox {
	width:282px;
	overflow:hidden;
	float:left;
	margin:5px 5px 0px 0;
}
#greybox-top {
	background-image:url(/C/DFR/Images/GRcontent2-top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#202321;
	width:100%;
	height:20px;
}
#greybox-text {
	background-image:url(/C/DFR/Images/GRcontent2-text.gif);
	background-repeat:repeat-y;
	background-position:left;
	/*width:260px;*/
	min-height:100px;
	font-size: 10px;
	line-height:12px;
	color:#ffffff;
	padding:10px;
}
#greybox-text li
{
	margin-left: -25px;
	margin-bottom: 5px;
}
#greybox-bottom {
	background-image:url(/C/DFR/Images/GRcontent2-bottom.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:16px;
	width:100%;
}

	
.clear {
  clear: both;        /* below longest column */
  margin: 0;
  padding: 0;
}
#footer {
	background-image:url(/C/DFR/Images/GRfooter.gif);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	text-align:center;
	width:100%;
	height:47px;   /* Height of the footer */
}
#footercontent {
   padding:5px;
   color:#666666;
   font-size:x-small;
   width:970px;
   margin:0 auto 0 auto;
   padding-left:80px;
}


.formcontent {
	color:#ffffff;
	text-align:right;
	width:100%;
	font-size:x-small;
}

.formcontent input, .formcontent select {
	border:1px #009b4d;
	background-color:#b3ff8e;
	font-size:small;
}

.formtopcontent {
	color:#009b4d;
	font-size:x-small;
}

input, select {
	margin-top:2px;
	margin-bottom:2px;
}


