/* CSS Document */
/*
Created: 07/08/2008
Updated: 02/11/2009
Author: Mike Holthouse
Copyright ©2007-2024 Starr Digital Technologies, Inc.
*/

.blue  { color: #000099 }
.gray  { color: #CDCDCD }

.center  { text-align: center }
.left    { text-align: left }
.right   { text-align: right }
.justify { text-align: justify }

.bold   { font-weight: bold }
.italic { font-style: italic }

.copyright { font-family: "lucida sans", arial, sans-serif; 
             font-size: 10px; 
             color: #000000; 
             text-align: center; 
             padding-top: 0px; }

body { background-color: #006600;
       text-align: justify; }

#master { width: 1024px; }

a:link { color: #000000; }
a:active { color: #AA0000; }
a:visited { color: #888888; }
a:hover { color: #007cc2; }

a img { border: none; }

img { border-width: 0px; 
      border-color: #000000; 
      border-style: solid; 
      padding: 0px; }

h1,h2,h3,h4,h5,h6 
{
  font-family: "lucida sans", arial, sans-serif; 
  font-weight: bold; 
  color: #000000; 
}

h1 { font-size: 24px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

p { font-family: "lucida sans", arial, sans-serif; 
    font-size: 14px; 
    color: #000000; }

ul { font-family: "lucida sans", arial, sans-serif; 
     font-size: 14px; 
     color: #000000;
     list-style-type: disc; }

ol { font-family: "lucida sans", arial, sans-serif; 
     font-size: 14px; 
     color: #000000; }

ol > li { margin: 10px 0px; }

.address { font-family: "lucida sans", arial, sans-serif; 
           font-size: 14px; 
           color: #000000; 
           margin-left: 25px; }

.navtext { font-family: "lucida sans", arial, sans-serif; 
           font-size: 12px; 
           color: #000000; 
           text-align: center; }

table { width: 630px; table-layout: fixed; }

body { background-color: #007cc2; text-align: justify; }



.b-text-l { font-family: "lucida sans", arial, sans-serif; font-size: 12pt; color: #000000; text-align: left; }
.b-text-r { font-family: "lucida sans", arial, sans-serif; font-size: 12pt; color: #000000; text-align: right; }
.b-text-j { font-family: "lucida sans", arial, sans-serif; font-size: 12pt; color: #000000; text-align: justify; }
.b-text-c { font-family: "lucida sans", arial, sans-serif; font-size: 12pt; color: #000000; text-align: center; }

.c-text-l { font-family: "lucida sans", arial, sans-serif; font-size: 12pt; color: #328cc8; text-align: left; }
.c-text-r { font-family: "lucida sans", arial, sans-serif; font-size: 12pt; color: #328cc8; text-align: right; }
.c-text-j { font-family: "lucida sans", arial, sans-serif; font-size: 12pt; color: #328cc8; text-align: justify; }
.c-text-c { font-family: "lucida sans", arial, sans-serif; font-size: 12pt; color: #328cc8; text-align: center; }

.b-titles { font-family: "lucida sans", arial, sans-serif; font-size: 14pt; color: #000000; font-weight: bold; font-style: italic }
.c-titles { font-family: "lucida sans", arial, sans-serif; font-size: 14pt; color: #328cc8; font-weight: bold; font-style: italic }

.b-titles-big { font-family: "lucida sans", arial, sans-serif; font-size: 20pt; color: #000000; font-weight: bold; font-style: italic }
.c-titles-big { font-family: "lucida sans", arial, sans-serif; font-size: 20pt; color: #328cc8; font-weight: bold; font-style: italic }

.b-titles-bigger { font-family: "lucida sans", arial, sans-serif; font-size: 30pt; color: #000000; font-weight: bold; font-style: italic }
.c-titles-bigger { font-family: "lucida sans", arial, sans-serif; font-size: 30pt; color: #328cc8; font-weight: bold; font-style: italic }

.b-titles-biggest { font-family: "lucida sans", arial, sans-serif; font-size: 40pt; color: #000000; font-weight: bold; font-style: italic }
.c-titles-biggest { font-family: "lucida sans", arial, sans-serif; font-size: 40pt; color: #328cc8; font-weight: bold; font-style: italic }

#header { width: 1024px; 
          height: 85px; 
          background-color: #FFFFFF;
          background-image: url(images/header.jpg);
          background-repeat: no-repeat; }

#headernav li { font-family: "lucida sans", arial, sans-serif; 
                font-style: normal; 
                font-weight: bold; 
                font-size: 12px;
                color: #000000;
                display: inline;
                list-style-type: none; 
                padding: 0px; 
                float: right; 
                width: 100px;
                margin-top: 42px;
                margin-right: 25px;
                text-align: center; }

#headernav a { text-decoration: none; }

#sidebar { float: left; 
           clear: right;
           margin-bottom: 5px;
           width: 175px; }

#navcontainer { width: 250px;
                margin-bottom: 5px;
                margin-left: 25px; }

#navcontainer ul { margin-left: 0px;
                   padding-left: 0;
                   list-style-type: none; 
                   font-family: "lucida sans", arial, sans-serif; font-weight: bold;
                   font-size: 14px; }

#navcontainer a { margin-bottom: 2px; 
                  display: block; 
                  padding: 3px; 
                  width: 143px;
                  background-color: #CCCCCC;
                  color: #000000;
                  border-bottom: 1px solid #000000; 
                  border-right: 1px solid #000000;
                  text-decoration: none; }

#navcontainer a:link { color: #000000; 
                       text-decoration: none; } 

#navcontainer a:hover { background-color: #007cc2; 
                        color: #ffffff; }

#content { background: #FFFFFF url(images/body-bg.jpg);
           background-repeat: repeat;
           width: 1024px; 
           text-align: left;
           overflow: hidden;
}

#content-plain { background-color: #FFFFFF;
                 background-image: url(images/body-bg.jpg); 
                 background-repeat: repeat;
                 width: 1024px; 
                 text-align: left;
                 overflow: hidden;
}

#gads { float: right; 
        width: 120px;
        height: 600px;
        margin-top: 3px;
        margin-bottom: 5px;
        margin-right: 19px; }

#main { margin-right: 12px;
        margin-left: 182px;
        width: 685px; }

#main ul { list-style-image: url(images/bullet.gif);
           list-style: disc; }

#main-table { margin-right: 12px;
              width: 685px; }

#main-table li { margin-bottom: 5px; }

#navtext a { text-decoration: none; }
#navtext a:link    { color: #000000; }
#navtext a:active { background-color: #FFFFFF; color: #007cc2; }
#navtext a:visited { color: #CCCCCC; }
#navtext a:hover { background-color: #FFFFFF; color: #007cc2; }

#footer { width: 1024px; 
          height: 15px;
          background: #FFFFFF url(images/footer.jpg) no-repeat; }

#valid { width: 1024px; }

#valid a { text-decoration: none;
           background-color: transparent }

.smalltext { font-family: "lucida sans", arial, sans-serif;
             font-size: 10px;
             color: #000000;
             text-align: left;
             margin-left: 25px; }

.smalltext ul { list-style-type: square; }

hr { color: #939393; 
     background-color: #939393;
     border: 0px;
     height: 1px;
     width: 100%;
     text-align: center; }
