* {
   font: 13px "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
}

h1 {
   margin: 15px 0px 15px 0px;
   font-size: 20px;
   color: #143452; 
}

h2 {
   font-size: 13px;
}

html, body {
   text-align: center;
   margin: 0 auto; /* center, not in IE5 */
   margin: 0;
   margin-top: 5px;
   padding: 0;
   background: #989898 url(../images/bg.jpg);
}

#container {
   overflow: hidden;
   width: 967px;
   text-align: center;
   margin: 0 auto; /* center, not in IE5 */
   background: #ffffff url(../images/table_bg.png);
}

#content {
   float: left;
   text-align: center;
   margin: 0 auto; /* center, not in IE5 */
   margin-top: 13px;
   margin-left: 15px;
   width: 725px; 
}

.required {
   line-height: 3px;
   font-size: 24px;
   color: darkred;
}

#copy {
   float: left;
   text-align: left;
}

#copy p {
   color: #143452; 
   text-align: justify;
}

#copy td {
   color: #143452;
}

/* the 'footer' with the text vs the foot without */
#footer {
   margin: 85px 0px 25px 0px;
   text-align: center;
   color: #1e507e;
}

#designed, #designed a {
   color: #83aed7;
}

#imagepanel {
   text-align: left;
}
#navigation {
   float: left;
   position: relative;
   padding-top: 40px;
   width: 200px;
   text-align: right;
}

#navigation p {
   padding-top: 32px;
   padding-bottom: 32px;
   color: #ffffff;
   padding-right: 20px;
   font-size: 18px;
}

#navigation a {
   display: block;
   width: 180px;
   margin-left: 4px;
   padding-top: 7px;
   padding-bottom: 7px;
   padding-right: 20px;
   color: #ffffff;
   font-size: 18px;
   text-decoration: none;
}

#navigation a:hover {
   background: #4881b5;
}

.active {
   background: #1e507e;
}

#foot {
   height: 14px;
   width: 967px;
   text-align: center;
   padding: 0px;
   margin: 0 auto; /* center, not in IE5 */
   background-image: url(../images/foot_bg.png);
   background-repeat: no-repeat;
}

a {
   text-decoration: underline;
   color: #143452;
}

ul, li {
   color: #143452; 
}

