@charset "utf-8";
body{margin: 0; 
background-color: white; 
color: #339999;
}
a, a:visited {color: #ff6633;}
.wrapper {
	font-family: verdana, geneva, arial, "sans serif";
	width: 1000px;
	margin: 0 auto;
	background-image: url(images/vert-x.png);
	background-repeat: repeat-y;
	font-size: 11pt;
}
.even-cols{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}	
.header{background-image: url(images/sub/header-x.gif);
background-repeat: repeat-x;
	min-width: 100%;
	min-height: 147px;
}
.header-right{width: 720px; float: right; height: 30px; padding-right: 6px;}
img.center{padding-top: 12px; padding-left: 15%; margin-bottom: 16px;}
.floatleft{float: left;}
.floatright{float: right;}
.body{min-width: 100%;}
.body-content{float: right; max-width: 700px; min-width: 700px; padding: 12px 24px 12px 0px; background-color: #FFFFCC; position: relative;}
ol.spacer li{margin-bottom: 1em;}
.menu{max-width: 272px; float: left; background-image: url(images/left-col.png); background-repeat: no-repeat; min-height: 350px;}
#homelink{float: right; position: absolute; top: 0; right: 0; margin: 20px; font-weight: bold;}
#faqright{float: right; max-width: 200px; padding: 4px 12px; margin-top: 12px; margin-left: 12px; border: 1px dashed #50A7A7;}