html { height: 100%; }
body {
     background-image: url(/images/bg.jpg);
     background-repeat: repeat-x;
     background-color: #002349;
     margin: 0px;
     font: 12px Trebuchet MS, Helvetica, sans-serif;
     color: #002349;
}
img { border-width: 0px; }
h1, h2, h3, h4 {
     font-family: Century Gothic, Trebuchet MS, sans-serif;
     font-weight: bold;
     color: #52A2D7;
     margin: 5px 0px;
}
h1 { font-size: 20px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
hr {
     background-color: #010066;
     border-width: 0px;
     height: 1px;
}
a { color: #002349; }

#boxor {
     background-color: white;
     border: black solid 1px;
     border-width: 0px 1px;
     width: 760px;
     margin: 0px auto;
}
#top-banner {
     display: block;
}
#top-bar {
     display: block;
     margin: 0px;
     /*background-color: #52A2D7;*/
     background-image: url(/images/top-bar.jpg);
     color: #FFF;
     font-weight: bold;
     font-style: italic;
     text-align: center;
     letter-spacing: +3px;
}
#mainBody {
     width: 565px;
     float: right;
     padding: 15px 5px 0px 0px;
}
#mainBody h1 {
     border-bottom: #010066 solid 1px;
     border-left: #002349 solid 10px;
     padding-left: 5px;
     margin: 5px 0px 10px;
}
#myname {
     width: 175px;
     height: 151px;
     text-indent: -10000em;
     background-image: url(/images/denise-name.jpg);
     background-repeat: no-repeat;
}
#navigation {
     width: 175px;
     float: left;
     background-color: #F2F2EF;
     margin: 0px;
     padding: 0px 0px 5px;
}
#navigation p {
     font-size: 14px;
     margin: 5px 0px;
}
#navigation p a.navHeading {
     font-size: 18px;
     font-weight: bold;
     padding: 3px;
     margin: 0px;
     color: #002349;
     text-decoration: none;
     display: block;     
}
#navigation p a.navHeading:hover {
     background-color: white;
}
#navigation li a {
     color: #002349;
     text-decoration: none;
     display: block;
     padding-left: 3px;
     font-weight: bold;
}
#navigation li a:hover {
     background-color: white;
}
#navigation h1 {
     text-align: center;
     font: bold 18px Trebuchet MS, Arial, sans-serif;
     margin: 0px;
     color: black;
}
#navigation h2 {
     font: bold 15px Trebuchet MS, Arial, sans-serif;
     margin: 0px;
     padding: 3px 5px;
     background-image: url(/images/nav-dots.gif);
     background-repeat: no-repeat;
     background-position: bottom;
}
#navigation ul {
     list-style-image: url(/images/bullet.gif);
     padding-left: 0px;
     margin-left: 30px;
     margin-top: 5px;
     margin-bottom: 5px;
}
#navigation ul li {
     padding-left: 10px;
}
#navigation ul li strong {
     color: red;
     font-weight: 400;
}
#navigation img {display:block;}
#ofclogo {
     display: block;
     margin: 10px auto;
}
#footer {
     clear: both;
     font-size: 10px;
     text-align: center;
     border: #010066 solid 1px;
     border-width: 1px 0px 0px;
}
.cntr { text-align: center; }
.commImg {
     display: block;
     float: left;
     margin: 5px 10px;
     width: 115px;
     text-align: center;
}
.commImg img {
     display:block;
}
