/* 

   this stylesheet controls the 
   coloration of the website.

*/

html {
   color: #000000;
}

#bodytag {
   text-align: center; /* Centers shell in IE */
   background-color: #000000;

}

div#shell {
   background-color: #FFFFFF;
   border: 1px solid #000000;
}


div#header {
   background-color: #FFFFFF;
   color: #000000;
}

div#mainNav {

}

#mainNav ul {

}

#mainNav li {
   background-color: #000000;
}

#mainNav li a {
   color: #FFFFFF;
   border: 1px solid #FFFFFF;
}

div#contentArea {
}

div#subCA1 {

}

div#subCA2 {

}

div#secondaryContentArea {
}

div#subSCA1 {

}

div#subSCA2 {

}

div#minorNav {

}

div#footer {
}