@charset "utf-8";
body{margin: 0; 
background-color: #FFFFCC; 
color: #339999;
height: 100%;
}
html{height: 100%;}
a, a:visited {color: #ff6633;}
.wrapper {
	font-family: verdana, geneva, arial, "sans serif";
	width: 1000px;
	margin: 0 auto;
	background-color: #339999;
	min-height: 100%;
	font-size: 11pt;
	color: white;
}
.floatleft{float: left;}
.floatright{float: right;}
.xpand{background-image: url(images/home/home-header-x.gif); background-repeat: repeat-x; width: 100%; min-height: 277px;}
.even-cols{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.menu{max-width: 350px; float: left; padding: 8px;}
.blurb{max-width: 350px; float: left; padding: 8px;}
.copyright{font-size: 9pt; color: white; margin-top: 8px;}
.copyright a, .copyright a:visited{color: white; text-decoration: underline;}