body		{ background-color: #0000AA;
			color: #AAAAAA;
			scrollbar-base-color: #000080;
			}

/* Table one is the main outer table that surrounds the whole
page, broken into 4 rows with only one cell in each row     */			
.tbl1       { background-color: #FFFFFF;
            width: 800px;
            padding: 0px;
            border: 0px;
            }
            
.tbl1r1     { height: 30px;
            padding-bottom: 0px;
            }
            
.tbl1r1d1   { padding-left: 0px;
            padding-right: 0px;
            text-align: center;
            }
            
.tbl1r2     { height: 14px;
            background-color: #AAAAAA;
            }

.tbl1r2d1   { padding-left: 0px;
            padding-right: 0px;
            text-align: center;
            }
           

.tbl1r4d1    { background-color: #AAAAAA;
            color: #003060;
            height 14px;
            }
            
/* Table two sits in row 3 of table one and provides the left
navigation frame and the main content area of the page. One row
with two cells  */

.tbl2r1     { height: 450px;
            }

.tbl2r1d1   { background-color: #F8B677;
            width: 150px;
            vertical-align: top;
            padding-top: 10px;
            padding-left: 5px;
            }

.tbl2r1d2   { background-color: #0000AA;
            width: 650px;
            vertical-align: top;
            }
            
img.titlimg { position: relative;
            top: 0px;
            }
            
img.stitlimg { position: relative;
            top: 0px;
            left: -5px;
            }

p.subtitle  { font-family: courier;
            font-size: 11px;
            font-weight: bold;
            color: #003060;
            }
            
p.imgsub    { background-color: #AAAAAA;
            color: #003060;
            font-size: 11px;
            text-align: center;
            position: relative;
            top: -15px;
            }
            
a:hover.leftlink { color: #003060;
            background-color: #DDDDDD;
            font-size: 12px;
            }
a:link.leftlink  { color: #003060;
            font-size: 12px;
            }

a:active.leftlink  { color: #003060;
            font-size: 12px;
            }   

a:visited.leftlink  { color: #003060;
            font-size: 12px;
            }
            
p.cpyrght   { font-family: courier;
            color: #003060;
            /* position: relative;
            top: 200px; */
            }

p.gentxt    { font-family: cursive;
            font-size: 14px;
            color: #FFFFFF;
            padding-left: 10px;
            }

p.hdtxt     { font-family: serif;
            font-weight: bold;
            font-size: 16px;
            color: #FFFFFF;
            text-align: center;
            padding-top: 10px;
            }

p.btmnav    { font-size: 11px;
            font-family: arial;
            text-align: center;
            }

a:hover.botlink { color: #003060;
            background-color: #DDDDDD;
            font-size: 11px;
            }
a:link.botlink  { color: #003060;
            font-size: 11px;
            }

a:active.botlink  { color: #003060;
            font-size: 11px;
            }   

a:visited.botlink  { color: #003060;
            font-size: 11px;
            }

a:hover.bdylink { color: #FFFF00;
            background-color: #003060;
            text-decoration: underline;
            font-size: 14px;
            }
a:link.bdylink  { color: #FFFFFF;
            text-decoration: underline;
            font-size: 14px;
            }

a:active.bdylink  { color: #FFFFFF;
            text-decoration: underline;
            font-size: 14px;
            }   

a:visited.bdylink  { color: #FFFFFF;
            text-decoration: underline;
            font-size: 14px;
            }

a:hover.ttllink { color: #FFFF00;
            background-color: #DDDDDD;
            text-decoration: underline;
            font-size: 11px;
            }
a:link.ttllink  { color: #003060;
            font-size: 11px;
            } 

a:active.ttllink  { color: #003060;
            font-size: 11px;
            }  

a:visited.ttllink  { color: #003060;
            font-size: 11px;
            }

.srchfnt    { text-align: center;
            color: #FFFFFF;
            }
            