<!--

/*-- Set up cell colors --*/
td.bg1 {
background-image:none;
background-color:#cdb297;
border: 0px solid;
}
td.bg2 {
background-image:none;
background-color:#ffffff;
border: 0px solid;
}
td.bg3 {
background-image:none;
background-color:#ffffff;
border: 0px solid;
}

/*-- Set up Navy links --*/
/*--  General look of links not effected by any of the links entries of this file  --*/
a:link {
color:#000080;
cursor:pointer;
cursor:hand;
text-decoration:underline;
}
a:visited {
color:#000080;
cursor:pointer;
cursor:hand;
text-decoration:underline;
}
/*--  General look of dynamic links not effected by any of the links entries of this file  --*/
.alink {
color:#000080;
cursor:pointer;
cursor:hand;
text-decoration:underline;
}

/*-- Set up divs on Home page 
body { 
margin: 0px; 
text-align: center;
}
#container {
  margin: 0 auto;
  width: 800px;
  text-align: left;
  } 
#header { 
position: absolute;  
top: 0px;
width: 800px;
height: 308px;
}
#main{
position: relative;
top: 308px;
width: 800px;
}
--*/

-->