


/* =-=-=-=-=-=-=-BODY TEXT AND PAGE BACKGROUND-=-=-=-=-=-=-= */
body {
   text-align: center;
   margin: 0px;
   padding: 0px;
   background-color: #FFFBC6;   /* YELLOW */
}




/* =-=-=-=-=-CONTAINER FOR FIXED-WIDTH CONTENT AREA-=-=-=-=-= */
#container {
   width: 750px;
   text-align: center;
   margin: auto;
   background-color: #FFFFFF;   /* WHITE */
}




/* =-=-=-=-=-=-=-=-PAGE HEADER STYLE-=-=-=-=-=-=-=-= */
#header {
   width: 100%;
   height: 137px;
   text-align: center;
   margin: auto;
}




/* =-=-=-=-=-=-=-=-STYLE FOR LEFT MENUBAR-=-=-=-=-=-=-=-= */ 
#menubar { 
   float: left;  
   width: 145px;
   height: 420px;
   margin-top: 5px;
   margin-right: 20px;
   background-color: #004400;   /* GREEN */
   display: inline;
} 




/* =-=-=-=-=-=-=-=-STYLE FOR MAIN CONTENT AREA-=-=-=-=-=-=-=-= */ 
#main {
   padding-left: 0px;
   padding-right: 20px;
}  




/* =-=-=-=-=-=-=-=-PAGE FOOTER STYLE-=-=-=-=-=-=-=-= */
#footer {
   width: 100%;
   padding-top: 5px;
   margin: auto;
   clear: both;
}




/* =-=-=-=-=-=-=-=-LEVEL-1 HEADINGS-=-=-=-=-=-=-=-= */
h1 {
    font-family: arial, helvetica, Sans-Serif;
    font-style: italic;
    font-size: 14pt;
    color: #006A25;   /* GREEN */
    text-align: center;
}

/* =-=-=-=-=-=-=-=-LEVEL-2 HEADINGS-=-=-=-=-=-=-=-= */
h2 {
    font-family: arial, helvetica, Sans-Serif;
    font-style: italic;
    font-size: 12pt;
    color: #006A25;   /* GREEN */
    text-align: center;
}

/* =-=-=-=-=-=-=-=-LEVEL-3 HEADINGS-=-=-=-=-=-=-=-= */
h3 {
    font-family: arial, helvetica, Sans-Serif;
    font-style: italic;
    font-size: 10pt;
    color: #006A25;   /* GREEN */
    text-align: center;
}




/* =-=-=-=-=-=-=-=-CLASS-1 PARAGRAPHS-=-=-=-=-=-=-=-= */
p.one {
   font-size: 14pt;
   font-family: arial, helvetica, sans-serif;
   font-style: normal;
   color: #000000;   /* BLACK */
   text-align: justify;
}

/* =-=-=-=-=-=-=-=-CLASS-2 PARAGRAPHS-=-=-=-=-=-=-=-= */
p.two {
   font-size: 12pt;
   font-family: arial, helvetica, sans-serif;
   font-style: normal;
   color: #000000;   /* BLACK */
   text-align: justify;
}

/* =-=-=-=-=-=-=-=-CLASS-3 PARAGRAPHS-=-=-=-=-=-=-=-= */
p.three {
   font-size: 10pt;
   font-family: arial, helvetica, sans-serif;
   font-style: normal;
   color: #000000;   /* BLACK */
   text-align: justify;
}




/* =-=-=-=-=-=-=-=-STYLE FOR CENTERED TABLE-=-=-=-=-=-=-=-= */
table.centered {
   text-align: center;
   margin: auto;
   border-collapse: collapse;
}


/* =-=-=-=-=-=-=-=-LEFT-HAND DATA CELL FOR TABLE ROW-=-=-=-=-=-=-=-= */
td.left {
   width: 100%;
   text-align: center;
   margin: auto;
}




/* =-=-=-=-=-=-=-=-STYLE FOR THUMBNAIL IMAGES-=-=-=-=-=-=-=-= */
img.thumbs {
   border-width: 6px;
   border-style: ridge;
   border-color: #C0C0C0;   /* SILVER */
}

/* =-=-=-=-=-=-=-=-FLOAT IMAGE TO LEFT OF PARAGRAPH-=-=-=-=-=-=-=-= */
img.floatleft {
   float: left;
   margin-right: 20px;
   border-width: 6px;
   border-style: ridge;
   border-color: #C0C0C0;   /* SILVER */
}

/* =-=-=-=-=-=-=-=-FLOAT IMAGE TO RIGHT OF PARAGRAPH-=-=-=-=-=-=-=-= */
img.floatright {
   float: right;
}

/* =-=-=-=-=-=-=-=-CENTER IMAGE BETWEEN MARGINS-=-=-=-=-=-=-=-= */
div.center {
   width: 100%;
   text-align: center;
   margin: auto;
}




/* =-=-=-=-=-HYPER LINKS FOR GAMEDAY MENU BAR - VERTICAL BAR-=-=-=-=-= */
a.menu {
   float: left;
   width: 135px;
   padding: 5px;
   border-bottom: solid 2px #000000;   /* BLACK */
   font-family: arial, helvetica, sans-serif;
   font-style: italic;
   font-size: 10pt;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
   margin: auto;
}

a.menu:link {
   color: #C0C0C0;   /* SILVER */
   background-color: #004400;   /* GREEN */
}

a.menu:visited {
   color: #C0C0C0;   /* SILVER */
   background-color: #004400;   /* GREEN */
}

a.menu:hover {
   color: #004400;   /* GREEN */
   background-color: #C0C0C0;   /* SILVER */
}

a.menu:active {
   color: #C0C0C0;   /* SILVER */
   background-color: #004400;   /* GREEN */
} 




/* =-=-=-=-=-[HYPER LINKS FOR PRODUCTS MENU BAR]-=-=-=-=-= */
a.products {
   text-align: center;
   margin: auto;
   font-family: arial, helvetica, sans-serif;
   font-size: 10pt;
}

a.products:link {
   font-style: normal;
   color: #9B0513;   /* RED */
   text-decoration: none;
}

a.products:visited {
   font-style: normal;
   color: #9B0513;   /* RED */
   text-decoration: none;
}

a.products:hover {
   font-style: italic;
   color: #003B12;   /* GREEN */
   text-decoration: underline;
}

a.products:active {
   font-style: normal;
   color: #9B0513;   /* RED */
   text-decoration: none;
}




/* =-=-=-=-=-CUSTOM BULLET FOR BULLETED LISTS-=-=-=-=-= */
ul {
   list-style-image: url("pix/images/bullets_diamonds_red_001.gif");
   text-align: left;
   text-indent: 5pt;
}

