@charset "utf-8";
body {
	font: 100%  Arial,Verdana, Helvetica, sans-serif;
	background: #066;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #066;
}
.oneColElsCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #066;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
	background-image: url(Dusty_Miller_DKG.jpg);
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
p{
	font-size:16px;
	font-weight:normal;
}
a:link {color:#CCC;}
a:visited {color:#6F9;}
a:hover {color:#F00;}
a:active {color:#FF0;}

		
body,td,th {
	color: #FFF;
}
.oneColElsCtr #footer{
	font-size:14px;
}
.oneColElsCtr #navigation{
	height:4em;
	background-image: url(../images/Dusty_Miller_DKG.jpg);
		
}


.oneColElsCtr #container #last_modified{
	

}

.floatleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 2px;
}
.floatright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
