html { height: 100%; width: 100% }
body {
 position: relative;
 margin: 0;
 padding: 0;
 min-height: 100%;
 height: auto !important;
 height: 100%;
 width: 100%;
 
 font-size: 14px;
 font-family: arial,sans-serif;
}

div#header {
 margin: 0;
 padding: 0 15%;
 background-image: url(headerBg.gif);
 background-repeat: repeat;
 height: 95px;
 background-color: #1C204E;
}

div#header img#headerTitle {
 width: 406px;
 height: 26px;
 margin: 20px;
 float: left;
}

div#header img#headerLogo {
 width: 49px;
 height: 80px;
 margin: 5px 20px;
 float: right;
}

div#header p#headerText {
 display: none;
 font-size: 180%;
 color: #1C204E;
 font-family: times new roman,serif;
}

div#content {
 margin: 0;
 padding: 3em 15% 3em 15%;
}

div#content h1 {
 font-family: century,times new roman,serif;
 font-weight: 100;
 color: #4E5AE3;
 font-size: 180%;
 margin: 2em 0 0 0;
 padding: 0 10px;
}
div#content h2 {
 font-family: century,times new roman,serif;
 font-weight: 100;
 color: #4E5AE3;
 font-size: 150%;
 margin: 1em 0;
 padding: 0 10px;
}
div#content p {
 line-height: 1.3;
 padding: 0 10px;
 margin: 10px 0;
}

div#content p.highlight {
 color: #1C204E;
 background-color: #FFFAC2;
 border-style: none none none solid;
 border-width: 4px;
 padding: 20px 10px;
 position: relative;
 left: -4px;
 font-weight: bold;
 border-color: #FFEC21;
 margin: 20px 0;
}

div#footer {
 width: auto;
 padding: 10px 15%;
 margin: 0;
 background-color: #B1B5E3;
}

div#footer p {
 font-size: 100%;
 color: #1C204E;
 line-height: 1.5;
 padding: 0 10px;
 margin: 0;
 font-weight: bold;
}

div#verticalLine {
 position: absolute;
 left: 15%;
 top: 0;
 height: 100%;
 width: 1px;
 background-color: #fff;
}
