
a:link { text-decoration: none;}
a:visited { text-decoration: none; color: blue;}
a:hover { text-decoration: underline; color: indigo;}
a:active {text-decoration: none; } 
p {font-family: tahoma, sans-serif; font-size: 9pt; padding-left: 10px}

body {
    background-image:url(images/bluesquares5.gif);
    margin: 0;
    padding: 0;    
    text-align: center; /* rqd to center using IE */
    }

#wrapper {
    position: relative;
    width: 770px;  
    margin: 0 auto;	/* rqd to center using FireFox */
    background: #fafad2 top center repeat-y;
    text-align: left;
    z-index: 10;
    }
#header {
    float: left;
    width: 770px;
    background: lightgoldenrodyellow;
    
    }
#menubar {
    height: 30px;
    float: left;
    width: 770px;    
    background: lightgoldenrodyellow;
    }
#menubar2 {
    height: 40px;
    float: left;
    width: 770px;    
    background: lightgoldenrodyellow;
    }
#footer {
    float: left;    
    width: 770px;
    background: lightgoldenrodyellow;
    text-align: center;
    }  
    
.hdr4 {font-family: tahoma, sans-serif; font-size: 10pt; text-align: center;
       font-weight: bold;}  	
.hdr5b {font-family: arial, sans-serif; font-size: 9pt; text-align: left;
	font-weight: bold; color: royalblue; padding-left: 50px;}
.fostxt {font-family: arial, sans-serif; font-size: 7pt;}
.inp {font-family: arial, sans-serif; font-size: 9pt; padding-left: 50px;
      padding-right: 10px; text-align: left;}
.link2 {font-family: arial, sans-serif; font-size: 8pt;}

.calwdy {font-family: arial, sans-serif; font-size: 8pt; color: white; font-weight: bold;}
.calday {font-family: arial, sans-serif; font-size: 10pt; font-weight: bold; color: maroon;}
.calmo {font-family: arial, sans-serif; font-size: 10pt; color: white; font-weight: bold;}
.title {font-family: arial, sans-serif; font-size: 8pt; font-weight: bold; color: black; font-style: italic}
.speak {font-family: arial, sans-serif; font-size: 8pt; color: black; font-style: italic}
.foot {font-family: arial; sans-serif; font-size: 8pt; text-align: center;}
.p50  {font-family: arial, sans-serif; font-size: 9pt; padding-left: 50px;
  padding-right: 10px; text-align: left;}

#buttonleft {
    float: left;
    width: 570px;
    background: lightgoldenrodyellow;    
    }
#buttonright{
    float: right
    width: 200px;
    background: lightgoldenrodyellow;
    }    
#buttonbod {
    width: 770px;
    background: lightgoldenrodyellow;
    text-align: left;
    margin-left: 5px;
    }
#ixleftpane {
    float: left;
    width: 585px;
    height: 495px;
    background: lightgoldenrodyellow;
    text-align: left;
    }
#ixrightpane {
    float: right;
    width: 185px;
    height: 495px;
    background: lightgoldenrodyellow;
    text-align: center;
    }
#ixbody {
    float: left;
    width: 770px;    
    background: lightgoldenrodyellow;
    text-align: left;
    }
 #formwrap {
     position: relative;
     width: 800px;  
     margin: 0 auto;	/* rqd to center using FireFox */
     background: #fafad2 top center repeat-y;
     text-align: left;
     z-index: 10;
    }
 #formbody {
     float: left;
     width: 900px;    
     background: lightgoldenrodyellow;
     text-align: left;
    }



	
