@charset "utf-8";
/* CSS Document */

body {
/* IN USE */		
	margin: 0px;
	padding: 0px;
	
}

/* IN USE */
.container {
	text-align: center;
	background: #fff;
	padding: 0px;
	width: 985px;
	max-width: 1250px;
	min-width: 785px;
	margin: 10px auto;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 5px Solid #48240A;
	
}

/* IN USE */
.logo {
	background: #fff;
	padding: 0px;
}

/* IN USE */
.navigation {
	background-color: #291405;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* IN USE */
.displayArea {
	max-width: 1250px;
	min-width: 785px;
	length: 1000px;
	padding-left: 0px;  
	border: solid 0px;
	font-size: 18px;
}

/* IN USE */
.displayAreaLeft {
	float: clear;
	text-align: left;
	max-width: 1250px;
	min-width: 785px;
	
	margin-left: 150px;
	padding-left: 25px;  
	border: solid 0px;
	font-size: 18px;
}

/* IN USE */
.siteMapDisplayArea {
	text-align: left;
	max-width: 1250px;
	min-width: 785px;
	padding-left: 10px;  
	border: solid 0px;
	font-size: 24px;
}

/* IN USE */
p.siteMap {
	text-align: left;
	length: 1000px;
	padding-left: 20px;  
	border: solid 0px;
	font-size: 18px;
}

/* IN USE */
p.siteMap1 {
	text-align: left;
	length: 1000px;
	padding-left: 40px;  
	border: solid 0px;
	font-size: 18px;
}

/* IN USE */
.header {
	text-align: center;
	font-size: 24px;
}

/* IN USE */
.header1 {
	text-align: center;
	font-size: 18px;
}

/* IN USE */
.header2 {
	text-align: center;
	font-size: 24px;
}

/* IN USE */
.header3 {
	text-align: left;
	font-size: 20px;
	margin: 25px;
}

/* IN USE */
.header4 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

/* IN USE */
.header5 {
	text-align: center;
	margin-right: 200px;
}

/* IN USE */
.leftNav {
	float: left;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px  0px 0px 0px;
	background-color:#FFF;	
}

/* IN USE */
.caseLeftNav {
	float: left;
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px  0px 0px 0px;
	background-color:#FFF;	
}

/* IN USE */
.caseRighttNav {
	
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #FFF;	
}

/*In Use */
.rightNav {
	float: right;
	width: 200px;
}

/*In Use */
#highlight {
	color: #F00
}
	
/*In Use */
.alignLeft {
	text-align: left;
	margin-left: 150px;
	padding-left: 20px;	
}

/*In Use - controls button style for pop-up info windows */ 
#info
 {
	 background-color:#E6C48A;
	 color:#004A25; 
	 font-size: 18px;
 }

/*In Use - controls text in pop-up info windows */ 
#popUp
 {
	 font-size: 500px;
 }
 
/*In Use*/
.captcha
{	
	width: 325px;  
	border: 1px solid black;
	text-align: center;
}
 
/*In Use*/ 
#asterisk /* controls asterisk used to denote mandatory form fields */
{
	color:#C03;
	font-size: 20px;
} 

/*In Use*/ 
.footer {
	color: #98FB98;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;	
}

.leftFoot
{
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #0cedef;
}

.middleFoot
{
	text-align: center;
	background: #fff;
	padding: 5px;
	width: 985px;
	max-width: 1250px;
	min-width: 785px;
	margin: 10px auto;
	margin-bottom: 20px;
	margin-top: 5px;
	color: #999;
	
}

.rightFooter
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0cedef;
}

.dghLogo
{
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	background-color: #0cedef;
}


 
 #commentBox
 {
  color:blue;
  font-size:18px;
  background-color: #b0c4de;
}

#policyTitles
{
	text-align: center;
	
}

#policyLayout
{
	text-align: left;
	font-size: 16px;
	margin: 25px;
}
#intro
{
	font-size: 20px;
}

/*In Use*/ 
#announcements {
	font-size: 22px;
	color: #D2B48C;
}


