body {
    /* background-color: #C9FFFE; // glacier ice blue */
    /*  background-color: #E0FAF5; glacier ice, slightly green. */
    
    background-color: lightcyan;
    /* closest match to e0faf5 */
    
    color: #000000;
    margin-left: 15px;
    height: 100%;
}
#content {
    float: right;
    padding: 40px 0 20px 0;
}
.bannerframe {
    top: 0px;
    left: 0px;
    position: fixed;
	height: 20%;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background-image: url(../css/images/AMBanner.gif);
    background-color: ForestGreen;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Kennedy, Garamond, Times Roman;
    z-index: 150;
}
.center {
    width: 320px;
    height: 240px;
    margin: 0 auto;
}
.centertext {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: normal;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}
.footframe {
    bottom: 0%;
	left: 0px;
    position: fixed;
    height: 7%;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 10;
    overflow: auto;
    z-index: 200;
}
.header {
    width: 100%;
}
.navframe {
    top: 20%;
	left: 0px;
	position: fixed;
	height: 65%;
    width: 20%;
    margin: 0;
    margin-top: -1px;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.50);
    border-right: 1px solid rgba(0, 0, 0, 0.50);
    padding: 0;
    background: #C9FFFE repeat 100% 0;
    overflow: auto;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
    z-index: 120;
}
.tdcenter {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
.wrapframe {
  	position: absolute;
    top: 20%;
    left: 20%;

    height: 75%;
    width: 80%;
    margin: 0;
    border: 0;
    padding: 0;
    overflow: auto;
	z-index: 100;


h1 {
    color: navy;
    font-size: 18px;
    line-height: 15px;
}
h2 {
    color: navy;
    font-size: 14px;
    text-align: center;
    line-height: 15px;
}
h3 {
    color: navy;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
}
h4 {
    color: navy;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
}
p {
    margin: 0 0 20px 0;
}

td {
    text-align: left;
    vertical-align: text-top;
}
