/* CSS Document */
body {
	background-image: url(/images/lgrey064.jpg);
	background-repeat: repeat;
	text-align: center;
}
#masthead {
	width: 90%;
	border: none;
	text-align: center;
  margin-left: auto ;
  margin-right: auto ;

}
#logodiv {
	text-align:center;
	border: none;
}

#tagline {
	text-align: left;
}
#txttagline {
	font-size: .8em;
}
#layoutwrapper {
	border:thin #000099;
	width: 90%;
  margin-left: auto ;
  margin-right: auto ;
  padding-bottom: 1em;
}
#mainbox {
	color:#333323;
}
#maincontent {
	color:#333323;
	text-align: left;
}
#footer {
	background-color:#7d98b3;
}
/* img {
	text-align:center;
	border: none;
} */
.imgleft {
	float: left;
	clear: left;
	padding: 6px 10px 6px 0px;
	border: none;
}
.imgcenter {
    display: block;
	text-align: center;
    margin-left: auto ;
    margin-right: auto ;
	border: none;
}
.imgright {
	float: right;
	clear: right;
	padding: 6px 10px 6px 6px;
	border: none;
}
.clearit {
	clear: both;
}

