/* mainlayout5.css 5.01 04-12-08 00:21 */

/*---------------------Global styles---------------------*/

/* html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { */
html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
   margin: 0;
   padding: 0;
   border: none;
}

body {
   /* font-family: Arial, Helvetica, sans-serif; */
   font-family: Verdana, Arial, sans-serif;
   font-size: 1em;
   color: #666666;
   background: white;
   margin: 0 auto 0 auto;
   padding: 0; }

/*---------------------Wrapper---------------------*/

#wrapper {
   width: 877px;
   margin-top: 0;
   margin-right: auto;
   margin-bottom: 0;
   margin-left: auto;
   padding-top: 0;
   padding-right: 0;
   padding-bottom: 0;
   padding-left: 0;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #003399;
   border-bottom-color: #003399;
   border-left-color: #003399;
   }


/*---------------------stripe---------------------*/

.stripe {
   width: 877px;
   height: 5px;
   background-image: url(../images/stripe.jpg);
   background-repeat: no-repeat
   }

/*---------------------top image---------------------*/
#topimage { width: 877px; margin: 0 auto 0 auto; padding: 0; }
#topimage a:link { border: none; }
#topimage a:visited { border: none; }
#topimage a:hover { border: none; }
#topimage a:active { border: none; }

.top {
   margin-top: 0;
   margin-right: auto;
   margin-bottom: 0;
   margin-left: auto;
   width: 877px;
   height: 66px;
   background-image: url(../images/header.gif);
   background-repeat: no-repeat
   }
   
.hometop {
   margin-top: 0;
   margin-right: auto;
   margin-bottom: 0;
   margin-left: auto;
   width: 877px;
   height: 66px;
   background-image: url(../images/homeheader.gif);
   background-repeat: no-repeat
   }

