/* body information contains the specification of the 'body' section... */

body    {
        width: 750px;
        margin: 0 auto;
        padding: 0;
        font-family: tahoma, sans-serif;
        text-decoration: none;
        text-align: "center";
        color: #333;
        background: #000000;
        align: centre;
        }
        
/* specification for the top of the header */
#topheader {
        width: 750px;
        margin: 0 auto;
        padding: 0;
        font-size: 0.8em;
        text-align: right;
        color: #FFFFFF;             /*white*/        
        background: #660000;        /*deep red*/
        }

        /* topheader links */
        #topheader a {
                color: #FFFFFF;     /*white*/
                text-decoration: none;
                }
        
        #topheader a:hover {
                color: #cc0000;     /*white*/
                text-decoration: none;
                }
                
                
/* specification for the main banner */                
#midheader {
        width: 700px;
        height:120px;
        margin: 0 auto;
        padding-left: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 0.8em;
        color: #FFFFFF; /*white*/        
        text-align: left;        
        background: #FFFFFF; /*white*/
        }
     
                
                
/* specification for the main menu */                
#mainmenu {
        width: 750px;
        margin: 0px 0px 0px 0px;
        padding: 0;
        border: 0;
        font-size: 0.9em;
        text-align: left;
        color: #ffffff; /*white*/        
        text-decoration: none;
        background: #ffffff; /*white*/
        
        }

        /* midheader links */
        #mainmenu a {
            color: #ffffff;     
            text-decoration: none;        
                }
        
        #mainmenu a:hover {
            color: #3366ff;     
            text-decoration: none;        
                }        

/* specification for the main menu */                
#submenu {
        width: 700px;
        margin: 0px 0px 0px 0px;
        padding-top: 10px;
        padding-left: 50px;
        padding-bottom: 10px;
        border: 0;
        font-size: 0.8em;
        text-align: left;
        color: #ffffff; /*white*/        
        text-decoration: none;
        }

        /* midheader links */
        #submenu a {
            color: #ffff33;     
            text-decoration: none;        
                }
        
        #submenu a:hover {
            color: #3366ff;     
            text-decoration: none;       
                } 

#mainbody {
        width: 700px;
        margin-left: 0px;
        padding-left: 50px;
        font-size: 1em;
        text-align: left;
        color: #ffffff; /*white*/        
        text-decoration: none;
        }

        /* midheader links */
        #mainbody a {
                  color: #ffff33;     
                  font-style: none;
                  text-decoration: none;
                }
        
        #mainbody a:hover {
                  color: #3366ff;     
                  font-style: none;
                  text-decoration: none;
                }

         
h1      {font-family: Verdana, sans-serif;
        font-size: 1.5em;
        font-weight: normal;
        text-align: left;
        color: #ff9900; /*255, 153, 0 */
        text-decoration: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0.2em;
        }

h2      {font-family: Verdana, sans-serif;
        font-size: 1em;
        font-weight: normal;
        text-align: left;
        color: #ff9900; /*255, 153, 0 */
        text-decoration: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        }

p        {font-family: Verdana, sans-serif;
        font-size: 1em;
        margin: 0;
        line-height: 140%;
        }
        
li      {line-height: 140%;
        }
                       
#copyrightnotice {
        width: 750px;
        margin: 0px 0px 0px 0px;
        font-size: 0.8em;
        text-align: center;
        color: #ffffff; /*white*/        
        text-decoration: none;
        /*height: 175px;*/        
        /*background: #cc3399; /*white*/
         }

        /* midheader links */
        #copyrightnotice a {
                  color: #ffffff;     /*grey*/
                  text-decoration: none;
                }
        
        #copyrightnotice a:hover {
                  color: #ffffff;     /*grey*/
                  text-decoration: underline;
                }
                                
