 /* *** PAGE LAYOUT AND DIVS *** */ 

html, body{
	margin:0;
	padding:0;
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	background-image: url(images/bodyback.jpg);
} 
 
#pagewidth{
	width:750px;
	text-align:left;
	z-index: 10;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/redstripe.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 
 
#flash{
	position:relative;
	height:250px;
	background-color:#FFFFFF;
	width:750px;
	background-repeat: no-repeat;
	background-image: url(images/flash.jpg);
} 
#insideflash{
	position:relative;
	height:140px;
	background-color:#FFFFFF;
	width:750px;
	background-repeat: no-repeat;
	background-image: url(images/insideflash.jpg);
}
#insideflash3{
	position:relative;
	height:140px;
	background-color:#FFFFFF;
	width:750px;
	background-repeat: no-repeat;
	background-image: url(images/insideflash3.jpg);
}
#midnav{
	position:relative;
	height:22px;
	background-color:#3C7F8B;
	width:575px;
	background-image: url(images/cvdclayout2_r2_c1.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}


#top{
	width:750px;
	position:relative;
	height: 33px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
  }
#insidetop{
	width:750px;
	position:relative;
	height: 69px;
	border: none;
	background-image: url(images/insidetop.gif);
	background-repeat: no-repeat;
  }
#columnleft{
	width:253px;
	float:left;
	left: 0px;
	background-color: #78BB7E;
	padding-top: 42px;
	background-image: url(images/brushedcorner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
  }

 
#columnright{
	width:495px;
	float:right;
	background-repeat: no-repeat;
	top: 396px;
	left: 500px;
	margin-top: 10px;
 }
 #bottomleftcol{
	width:253px;
	float:left;
	position:relative;
	border-top: 1px solid #FFFFFF;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: left;
	background-color: #993300;
  } 
  #bottomrightcol{
	width:453px;
	position:relative;
	background-color: #E7E9D8;
	float: right;
 } 
 #twocols{
	width:453px;
	position:relative;
	background-color: #E7E9D8;
	border: none;
	z-index: 0;
	float: right;
	
  }
#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	position:relative;
	height:18px;
	background-color:#3C7F8B;
	width:750px;
	background-image: url(images/cvdclayout2_r2_c1.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	padding-top: 4px;
} 

#navback {
	BACKGROUND: url(images/navback.jpg) no-repeat center top;
	WIDTH: 100%;
	height: 275px;
	z-index: 1;
	top: 0px;
	position: absolute;
	left: 0px;
	margin: 0px;
	border: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footerclear {
	width: 100%;
	height: 1%;
	z-index: 1;
	position: relative;
	left: 0;
	top: 0;
	padding: 0px;
	margin-right: 0px;
	clear: both;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:253px; float:none;}
}


 /* *** CLASSES AND STYLING *** */ 

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D7277;
	padding-right: 15px;
	padding-left: 25px;
	margin-top: 22px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #686359;
	padding-left: 25px;
}


.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #7E796B;
	padding-right: 30px;
	padding-left: 24px;
}

.addressalignright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	color: #326872;
	padding-right: 25px;
	text-align: right;
	font-weight: bold;
}


.addressright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B426C;
	text-align: right;
	padding-right: 25px;
	line-height: 150%;
}
.whitetextalignright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF;
	padding-right: 25px;
	text-align: right;
}
.listtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #7E796B;
	padding-right: 12px;
	padding-left: 5px;
	list-style-type: circle;
}

.top  {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 1px;
	}

.midnav  {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 175px;
	letter-spacing: 1px;
	background-image: url(images/midnavbullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.formlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.highlight {
	font-weight: bold;
	color: #003399;
}

li {

}
ul {
	list-style-type: square;
	list-style-position: outside;


}
.alignright {
	float: right;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

 /* *** LINKS *** */ 

.topnav a:link, .topnav a:visited {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	}
.topnav a:hover, .topnav a:active {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	letter-spacing: 1px;
	text-decoration: underline;
	}

.topnav  {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
	letter-spacing: 1px;
	background-image: url(images/midnavbullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	}

.midnav a:link, .midnav a:visited {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
	padding-right: 5px;
	padding-left: 6px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	}
.midnav a:hover, .midnav a:active {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 20px;
	padding-right: 5px;
	padding-left: 6px;
	letter-spacing: 1px;
	text-decoration: underline;
	}

.footer a:link, .footer a:visited {
	font-size: 10px;
	color: #6B426A;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0px;
	}
.footer a:hover, .footer a:active {
	font-size: 10px;
	color: #2D3E72;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: underline;
	}
.header a:link, .header a:visited {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0px;
	}
.header a:hover, .header a:active {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: underline;
	}




 /* *** ACCESS NAVIGATION *** */ 

.skipnav a:link, .skipnav a:visited {
	font-size: 14px;
	color: #045238;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	background-color: #045238;
	text-align: left;
	}
.skipnav a:hover, .skipnav a:active {
	background: #045238;
	font-size: 14px;
	color: #045238;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	}
.alt_text {
	LEFT: -9999px;
	POSITION: absolute;
	margin: 0px;
	padding: 0px;
}
.accesskey {
	text-decoration: underline;
}
.hide_text {
	LEFT: -9000px; POSITION: absolute

}
#topband {
	background-image: url(images/lthbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 426px;
	width: 100%;
	position: absolute;
}
.picleft {
	float: left;
	border: 1px solid #3C7F8B;
	margin-right: 10px;
}
.picright {
	float: right;
	border: 1px solid #3C7F8B;
	margin-left: 10px;
	margin-top: 5px;
}
a {
	color: #3C7F8B;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{
	border: 0px;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
