body{
        background-color: #646596;
        background-image: url(images/wallp.jpg);background-repeat:no-repeat;
	}

p.mainmnu{
                   font-size: 10px;
                   margin: 6px 0 0 60;
                   }

div.btmnu{
              font-size: 10px;
              color: #EAD6BD;
            }

p{font-family: times, arial, sans serif;
      font-size: 13px;
      color: #000040;
      margin: 8 0 5 14;
    }

p.finalpg{
           margin: 0 0 5 65;
                }

p.btmtxt{
      font-size: 11px;
      text-align: center;
    }

ul{font-family: times, arial, sans serif;
      font-size: 13px;
      color: #000040;
      margin: 8 10 0 40;
      padding: 0 0 0 0;
    }

li{font-family: times, arial, sans serif;
      font-size: 13px;
      color: #000040;
      margin: 0 0 2 0;
      padding: 0 0 0 0;
    }


h1{font-family: times, arial, sans serif;
      font-size: 17px;
      font-weight: bold;
      color: #000040;
      margin: 6 10 5 5;
    }
    
.floatright{float: right;
    margin-left: 10px;
    margin-right: 10px;}

#header{
              background-image: url(images/headerborder4.gif);background-repeat:no-repeat;
                  }

#footercell{
              margin: 0 0 0 0;
              border: 1px;
              border-style: solid;
              border-color: #000040;
              background-color: #EDDABF;
                      }

#footer{
              margin: 0 0 0 15;
                    }


#bodycell{
                   background-color: #EDDABF;
                  }




/*Divs to set up the dropdown menu syles and positioning - also used within the functions js file*/
#dropmenudiv{
position:absolute;
border: 1px solid #000040;
border-bottom: 1px solid #000040;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 98%;
display: block;
padding: 2px, 0, 0, 6px;
margin-bottom: 6px;
margin-left: 2px;
font-weight: bold;
}

A:link {font-family: times, Arial, Sans Serif;
            font-size: 13px;
            color : #000040;
				font-weight: bold;
            text-decoration: none;
}

A:active { font-family: times, Arial, Sans Serif;
            font-size: 13px;
            color : #000040;
				font-weight: bold;
            text-decoration: none;
}

A:visited { font-family: times, Arial, Sans Serif;
            font-size: 13px;
            color : #000040;
				font-weight: bold;
            text-decoration: none;
}

A:hover {font-family: times, Arial, Sans Serif;
            font-size: 13px;
            color : #AB6B29;
				font-weight: bold;
            text-decoration: underline;
}

A:link.ddown,A:active.ddown,A:visited.ddown{
            font-family: arial, sans-serif;
				font-size: 11px;
				color: #EDDABF;
				text-decoration: none;
}

A:hover.ddown{
            font-family: arial, sans-serif;
				font-size: 11px;
				color: #ffffff;
				text-decoration: underline;
}

