body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px;}

*{
    margin: 0;
    padding: 0;
    }

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f4f4;
    text-align: center;
    }
.container {
    width: 800px; margin: 0 auto;
    text-align: left;
    }


.aligned-image {
    vertical-align: middle; /* Centers the image with respect to the text line */
}

.emailcontainer span {
    vertical-align: middle; /* Ensures all text is also aligned correctly */
}

a:link {color: #9b9794;}  /* unvisited link */
a:visited {color: #646965;}  /* visited link */
a:hover {color: #FF0000;}  /* mouse over link */
a:active {color: #0000FF;}  /* selected link */

/*-------MENU-------*/
    
ul#menu {
    padding-top: 20px;
    width: 100%;
    list-style-type: none;
    }
ul#menu li {
    display: inline-block;
    width: 16%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    }
ul#menu li a {
    font-size: 16px;
    font-weight: bold;
    color: #9b9794;
    text-decoration: none;
    }
ul#menu li a:hover {color: #FF0000;}  /* mouse over link */
ul#menu li a:active {color: #0000FF;}  /* selected link */

/*-------HEADER-------*/

#header {
    padding: 5px;
    position: relative;
    }
#header img {
    max-height: 150px;
    max-width: 800px;
    }
#header_text {
    top: 95px;
    left: 30px;
    position: absolute;
    }    
#header h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    display: inline;
    }
#header h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    display: inline;
    }

/*-------TITLE-------*/
    
#title {
    padding: 5px;
    position: relative;
    }
#title img {
    max-height: 400px;
    max-width: 800px;
    }
#title_text {
    position: absolute;
    }
#title a:link {color: #000000;}  /* unvisited link */
#title a:visited {color: #000000;}  /* visited link */
#title a:hover {color:#FF0000;}  /* mouse over link */
#title li a:active {color:#0000FF;}  /* selected link */
#title h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    display: inline;
    }
#title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FA0000;
    display: inline;
    }
#title h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    display: inline;
    }
    
/*-------CONTENT-------*/    
 
#content .container{
    padding-top: 10px;
    width: 740px; margin: 0 auto;
    }
    
#content iframe{
    display: block;
    width: 640px;
    height: 480px;
    margin: 0 auto;
    border: 0;
}
    
#content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    display: inline;
    }
#content p {
    font-size: 14px;
    font-weight: bold;
    color: #646965;
    }
#content table {
    width: 600px;
    font-family: Helvetica;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    border-collapse: collapse;
    vertical-align: middle;
    }
#content th {
    color:#000000;
    text-align:center;
    vertical-align: middle;
    height: 20px;
    background: #f4f4f4;
    }
#content td {
    color:#9b9794;
    text-align:center;
    vertical-align: middle;
    height: 20px;
    background: #ffffff;
    }
    
/*-------FOOTER-------*/    

#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    }
#footer p {
    font-size: 12px;
    font-weight: bold;
    color: #646965;
    text-align: center;
    }
#footer img{
    height: 20px;
    vertical-align: -38%;
    }