/* ------------------ PRIMARY CONTENT HOLDERS */
/* ------------ DEFAULT SITE-WIDE LINK STYLES --------- */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header{
	/* position:absolute; */
	background-color: #ffffff; /* #007ee2; */
	background-image:url(images/headerTall.jpg);
	background-repeat: no-repeat;
	top: auto; /* 0px; */
	height: 160px;
	width: 1024px;	
	/* border-bottom: 2px groove #99ddee; */
}
#header2{
	/* position:absolute; */
	background-color: #ffffff; /* #007ee2; */
	background-image:url(images/headerTall.jpg);
	background-repeat: no-repeat;
	top: auto; /* 0px; */
	height: 160px;
	width: 1024px;	
	/* border-bottom: 2px groove #99ddee; */
}
#mainHolder{
	/* position:absolute; */
	width: 1024px;  /* 640px */	
	height: 520px;
	background-color: #ffffff; /* #0782E0;  */
	padding-top:20px
	/* 
	top: 75px; 
	left: 298px;	
	background-color: #93d2fb;
	*/
}

#leftNav {
	float: left;
	/* position:absolute; */
	top:20px;
	/* 75px; */
	/* left: 0px; */
	width: 180px;
	height: 100%;
	background-color: #ffffff; /* c9e8fc;  */
	padding-top: 10px;
	text-align: left;
	/* background-image:url(images/leftNavSky298.jpg);
	background-repeat: no-repeat; */
}
.leftNavText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style:italic;
	font-weight:600;
	color: #000000; /* #042b54; */
	height: auto;
	width:180px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.leftNavText a:link{
	color: #000000; /* #042b54;	*/
}
.leftNavText a:hover{
	color: #999999;	
}
.leftNavText a:visited{
	color:#666666; /* #042b54; */
}
.dgCredits{
margin-left:10px; 
margin-top:10px; 
width:120px; 
padding-left:4px; 
padding-top:4px; 
padding-bottom:6px; 
font-size:x-small; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
background-color:#f3f3f3; 
color:#555555; 
border-left-width:thin; 
border-left-style:outset; 
border-left-color:#cccccc; 
border-top-style:outset; 
border-top-width:thin; 
border-top-color:#cccccc;
}
