<!--

/*-- Set up cell colors --*/
.column1 {
background:#5b9acf;
border: 0px solid;
}
.column2 {
background:#ffffff;
border: 0px solid;
}
.column3 {
background:#5b9acf;
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: 303px;
}
#main{
position: absolute;
top: 297px;
width: 800px;
}

-->
