HTML, BODY { margin: 0; padding: 0; font-family: Arial; font-size: 11pt; width: 100%; height: 100%; background: url('../../images/bg.jpg'); }

#wrapper { margin: 0 auto; padding: 0; width: 1000px; border: 3px #115f86 solid; margin-top: 50px; border-radius: 10px; margin-bottom: 30px; }

#navigation { height: 68px; background: #115f86;  }
#navigation UL { list-style-type: none; margin: 0; padding: 0; }
#navigation UL LI A { float: left; display: block; height: 68px; padding: 15px; padding-top: 20px; text-align: center;  background: #115f86; color: #FFF; }
#navigation UL LI A:HOVER { background: #7abbff; }
#navigation UL LI UL { display: none; }
#navigation UL LI:HOVER UL { margin-top: 68px; position: absolute; margin-left: -180px; min-width: 250px; display: inline-block; background: #403b7d; }
#navigation UL LI:HOVER UL LI A { width: 100%; text-align: left; }

.fwidth { width: 180px; }

#header { text-align: center; padding-top: 15px; background: #b92437; border-top-left-radius: 10px; border-top-right-radius: 10px; color: #e6c619; }
#sidebar { background: #a3d0ff; height: 15px; }

#content { padding: 15px; background: #FFF; min-height: 700px;}
#content H2 { padding-bottom: 20px; color: #115f86; font-size: 14pt; }
#content H5 { padding-bottom: 20px; color: #115f86; }
#content STRONG { color: #115f86; }

#footer { height: 30px; background: #115f86; color: #FFF; font-size: 9pt; padding-top: 7px; padding-left: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
#footer UL { list-style-type: none; margin: 0; padding: 0; float: right; }
#footer UL LI { float: left; margin-right: 10px; }
#footer UL LI A { color: #FFF; }
#footer UL LI A:HOVER { text-decoration: underline; }