﻿/* CSS layout */

/*Remove Element*/
#menuh-container, #header {
display:none;
}

/* Ensure the content spans the full width */
#content-wrap, #content
{
width: 100%; margin: 0; float: none;
}



body {
background-color: transparent;
font-size: 10pt;
font-family:'Times New Roman',Times,serif;
color:#000000; 
} 
#wrap {height:100%;} /* 100 % height */

#header {
width:100%;
height:1em;
background-color:transparent;
border:none;
}

#header {
z-index:100; /* Prevent certain problems with form controls */
}

#logo {
float:left;
margin-top:0px;
font-size: x-large;
color:#FFDEAD;
margin-left:.4em;
text-decoration:none;
}

#pageName {
float:right;
margin-top:0px;
margin-right:10px;
font-size: x-large;
color:#FFDEAD;
}

#content-wrap {
height:100%;
} /* 100 % height */
#content {padding:3.5em 1em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */

#content {
background-color:white;
border:none;
}
#PagePhotos {
float:right;
margin-left:16px;
border:thin maroon solid;
margin-top:.5em;
padding:0px;
margin-right:0px;
}
#footer {
width:100%;
height:4em;
background:white;
color: black;
text-align:center;
border:none;
}

#footer {
bottom:0;
z-index:100; /* Prevent certain problems with form controls */
}


h1 { 
font: normal 2.8em;
letter-spacing: 2px; 
}
h2 { 
font: normal 2.5em;
letter-spacing: 2px; 
}
h3 { 
font: normal 2.2em;
letter-spacing: 2px; 
}
h4 { 
font: normal 1.9em;
letter-spacing: 2px; 
}
h5 { 
font: normal 1.6em;
letter-spacing: 2px; 
}
h6 { 
font: normal 1.3em ;
color: black; 
letter-spacing:2px;
}



/* dl */

dl { font-size : 110%; }
div.keypoint dl { display : inline-table; }

/* IE Mac, you can't see this ;)  \*/
* html div.keypoint dl { height : 1%; }
div.keypoint dl { display : block; padding : 0;
}
/* IE Mac, you can open your eyes now. */

div.keypoint dl:after {
content : "."; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden;
}

/* dt */
dt { 
margin-left:2em;
margin-bottom : .1em;
font-weight : bold;
letter-spacing : 2px;
text-align: left;
}

/* dd */
dd { padding-bottom : .5em; text-align: left; margin-left:3em;  }
