<style type="text/css">
A:link, A:visited, A:active {
 color:#0000FF;
 text-decoration:underline;
}
A:HOVER {
 color: #000000;
 text-decoration:underline overline;
 background-color:none;
}

BODY {
font-size: 11pt;
font-family: Arial,Helvetica,sans-serif;
color:black;
background-color: #003AE6;
margin: 0;
}

#content {
 color: #000000;
 background-color: #FFFFFF;
 width: 80%;
 margin: 0 13% 0 7%;
 padding: 0 10px 0 10px;
 min-height: 100%;
 border: 10px ridge #003AE6;
}

H1 {
color:#003AE6;
text-align:center;
padding-bottom:0;
background-color:#FFFFFF;
}
H2 {
color:#000080;
text-align:center;
margin-bottom:2px;
background-color:inherit;
}
P {
text-align:justify;
}
.titlebar {
color:#FFFFFF;
background-color:#0049ae;
font-size:14pt;
font-weight:bold;
text-align:center;
}
#LeftColumn {
width: 50%;
float: left;
}
#RightColumn {
margin-left:52%;
}
UL.redcheck {
list-style: disc url(img/checkmarkred.gif) outside;
margin-left:25px;
}
#footer {
color: #777777;
font-size:8pt;
text-align: center;
font-weight:normal;
}

#footer.box {
 width:70%;
 font-size:9pt;
 text-align: left;
 font-weight:normal;
 border-top: 1px dashed #808080;
 border-right: 1px dashed #808080;
 border-bottom: 1px dashed #808080;
 border-left: 1px dashed #808080;
 padding: 10px;
}

#NavBar {
/* width: 100%; */
background-color: #0049ae;
text-align:center;
/* margin: 0 10px 15px 0; */
}
A.NavText:link, A.NavText:visited, A.NavText:active {
color:#FFFFFF;
font-size:10pt;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
padding: 0 5px 0 5px;
/*border-right:1px solid #FFFFFF;*/
}
A.NavText:HOVER {
color: #000000;
font-size:10pt;
text-decoration:none;
background-color:#FFFFFF;
padding: 0 5px 0 5px;
border-right:1px solid #FFFFFF;
}


form th {
text-align:right;
}
HR {
color: #003AE6;
size: 3px;
width: 300px;
}

.insetBlue {
 font-size: 10pt;
 font-family: Arial,Helvetica,sans-serif;
 color:#000000;
 background-color: #FFFFFF;
 width: 190px;
 border: 2px solid #003AE6;
 float:right;
 text-align:left;
 padding-left: 7px;
}

#greeting {
 width:80%;
 margin-left: 8%;
 font-size:12pt;
 text-align: left;
 font-weight:bold;
 border-top: 5px ridge #808080;
 border-right: 2px solid #808080;
 border-bottom: 5px ridge #808080;
 border-left: 2px solid #808080;
 padding: 10px;
}
