* { margin: 0; padding: 0; }
body { background: #BEBEBE url("../img/bg.jpg") repeat-x; font: normal 14px "Arial", "Helvetica", sans-serif; color: #555; text-align: center; }
a:link, a:active, a:visited, a:hover { font: normal 14px "Arial", "Helvetica", sans-serif; color: blue; text-decoration: none; }
img { border: 0; }
input, textarea, select { font: normal 11px "Arial", "Helvetica", sans-serif; color: #222; }

h1, hr, .hide { display: none; }

#screenBox { width: 980px; margin: auto; background: url("../img/bg-content-padding.jpg") repeat-y; text-align: left; }
#screen { min-height: 600px; background: url("../img/bg-content.jpg") no-repeat; }

#hOvlBox { position: absolute; }
#hOvl { position: absolute; top: 0; left: 478px; width: 50px; height: 133px; background: url("../img/img-ovl.png") no-repeat; }

#topline { width: 980px; height: 26px; background: url("../img/bg-line.jpg") no-repeat; border-top: 1px #FFF solid; border-bottom: 1px #FFF solid; }

#contentArea { width: 980px; }

#navBox { float: left; width: 165px; }
#nav { margin: 40px 0 0 25px; list-style: none; }
#nav li { margin-bottom: 25px; }
a.navLnk:link, a.navLnk:active, a.navLnk:visited { font: normal 14px "Georgia", sans-serif; color: #FFF; text-decoration: none; }
a.navLnk:hover, a.navLnkSel:link, a.navLnkSel:active, a.navLnkSel:visited, a.navLnkSel:hover { font: normal 14px "Georgia", sans-serif; color: #142D7D; text-decoration: none; }
#nav .navUlLvl2 { margin-left: 10px; padding-top: 5px; list-style: none; }
#nav .navUlLvl2 li { margin-top: 5px; margin-bottom: 0; }
a.navLnkLvl2:link, a.navLnkLvl2:active, a.navLnkLvl2:visited { font: normal 12px "Georgia", sans-serif; color: #FFF; text-decoration: none; }
a.navLnkLvl2:hover, a.navLnkLvl2Sel:link, a.navLnkLvl2Sel:active, a.navLnkLvl2Sel:visited, a.navLnkLvl2Sel:hover { font: normal 12px "Georgia", sans-serif; color: #142D7D; text-decoration: none; }

#contentBox { float: left; width: 550px; }
#content { margin: 40px 25px; }
#content h2 { margin-bottom: 10px; font: bold 16px "Georgia", sans-serif; color: #142D7D; }
#content p, ul, ol { margin-bottom: 10px; }
#content ul { margin-left: 20px; }
#content ol { margin-left: 28px; }
#content img { margin: 10px; }

#teaserBox { float: left; width: 265px; background: #E9EBF1; }
#teaser { margin: 40px 25px; font-size: 12px; }
#teaser h3 { margin-bottom: 10px; font: bold 13px "Georgia", sans-serif; color: #142D7D; }
#teaser p { margin-bottom: 10px; }

#footerBox { clear: both; margin-top: 5px; }
#footer { font-size: 10px; color: #142D7D; }
a.footerLnk:link, a.footerLnk:active, a.footerLnk:visited, a.footerLnk:hover { font-size: 10px; color: #142D7D; text-decoration: none; }

