/* Wireframing - place borders around all div elements during dev */


body { 
  width: 100%;
  height: 100%;
  text-align: center;
  background:url(../images/textures/cygnus1.jpg) repeat;
}


#container {
   width: 920px;
   height: 100%;
   border: #21FF12 solid 1px;
   padding: 5px;
   color:#FFF;
   background-color:#222;
   text-align:center;
}

#masthead  {
   background: url(/images/mastHead10.jpg) no-repeat;
   height: 145px;
   width: 900px;
}

#mainCol  {
   width:900px;
}

#footer  {
   width:913px;
   background-color:#222;
   border:#FFF thick 3px;
   color:#FFF;
   font-size:1.2em;
 
}

/*******************  CLASSES *****************************/

TABLE.linkMenu  {
   background-color:#FFF;
   border:#000 thick 5px;
}

TABLE.linkMenu TD {
   padding: 10px;
   margin-left: 20px;
   text-align:left;
}

TABLE.linkMenu TD A {
   font-size: 1.15em;
   color:#990000;
   text-decoration:none;
   margin-left: 35px;
}

TABLE.linkMenu TD A:visited {
   color:#996666;
}

TABLE.linkMenu TD A:hover {
   color:#FFF;
   background-color:#000;
}

.subChap {
   color:#006699;
   font-size:1.1em;
   font-weight:bold;
}
/********************* link elements  ********************/

img {
   border: 0;
}

a .noDec {
   text-decoration:none;
}

