/************************************
 *
 *  Replace these colors as needed
 *  
 *  #5a5a5a - default font
 *  #EEEFF0   EEEFF0 - background
 *  #049A58 - background shadow
 *  #EEEFF0   EEEFF0 - header main
 *  #003366 - header shadow
 *  #EEEFF0	- left main
 *  #003366 - left shadow
 *  #5a5a5a - left colorf
 *  #1E2126 - left links
 *  #a1aaba - left hilite main
 *  #8d95a3 - left hilite shadow
 *  #eeeff0 - body main
 *  #d1d2d3 - body shadow
 *  #5a5a5a - mid modules main
 *  #333236 - mid modules shadow
 *  #59728C - right main
 *  #003366 - right shadow
 *  #EEEFF0- right hilite main
 *  #EEEFF0 - right hilite shadow
 *  #EEEFF0 - footer main
 *  #003366 - footer shadow
 *  #383d46 - footer color
 *
 ************************************/

/* font colors */

body {
  color: #5a5a5a;
  background: #666666; 
}

td.left {
  color: #5a5a5a;
}

td.right,
div.midbox,
div.botbox,
div#top-mod {
  color: #5a5a5a;
}

td.left a:link, 
td.left a:visited {
  color: #1E2126;
}

td.left a.mainlevel:hover {
  color: #EEEFF0;
}

a.mainlevel { 
	border-bottom:  1px solid #003366;
}

td.right a:link,
td.right a:visited,
div.midbox a:link,
div.midbox a:visited,
div.botbox a:link,
div.botbox a:visited,
div#top-mod a:link,
div#top-mod a:visited {
  color: #5a5a5a;
}

td.left div.moduletable h3 {
	color: #EEEFF0;
	background: #003366;
}

td.right div.moduletable h3 {
	color: #EEEFF0;
	background: #003366;
}

td.left div.moduletable-hilite {
	background: #a1aaba;
	border-color: #003366;
}

td.left div.moduletable-hilite h3 {
	color: #EEEFF0;
	background: #8d95a3;
}

td.right div.moduletable-hilite {
	background: #8591a5;
	border-color: #003366;
}

td.right div.moduletable-hilite h3 {
	color: #EEEFF0;
	background: #757f91;
}

td.middle div.moduletable h3 {
	color: #049A58;
	background: #D1D2D3; 
}

div.midbox div.moduletable h3 {
	color: #EEEFF0;
	background: #333236;
}

div.moduletable h3 {
  background: #D1D2D3;
	color: #EEEFF0;
}

table.outer td.sectiontableheader {
  color: #003366;
  background: #d1d2d3;
}

div#outer-border {
	border-color: #BDDDC4;
}

div#top-head {
	border-color:  #003366;
	background: #EEEFF0;
}

div#access-bar {
	background: #003366;
}

table.outer td.left {
	border-color:  #003366; 
	background:  #EEEFF0; 
}

table.outer td.middle {
	border-color:  #BDDDC4; /***INNER BORDER***/
	background:  #eeeff0;
}

table.outer td.right {
	border-color:  #003366; 
	background:  #EEEFF0; 
}

div.midbox {
	border-color:  #333236; 
	background:  #5a5a5a;
	border-bottom:  6px solid #d1d2d3;
}

div#bot-footer{
	border-color:  #003366;
	background: #003366;
	color: #fff;
}

div#bot-footer a:link,
div#bot-footer a:visited {
	color: #383d46;
}

span.rocket {
	background:  url(../images/medium/rocket.png) no-repeat;
}

#logo {
	background: url(../images/logo.gif) no-repeat;
}

#nav li.active a,
#nav li.active a:hover {
	background: #003366;
}

/* medium accessibility */
a.light .button {
	background:  url(../images/medium/access_light.png);
}

a.med .button {
	background:  url(../images/medium/access_med.png);
}

a.dark .button {
	background:  url(../images/medium/access_dark.png);
}

a.red .button {
	background:  url(../images/medium/access_red.png);
}

a.blue .button {
	background:  url(../images/medium/access_blue.png);
}

a.green .button {
	background:  url(../images/medium/access_green.png);
}

a.orange .button {
	background:  url(../images/medium/access_orange.png);
}

a.large .button {
	background: url(../images/medium/access_large.png);
}

a.small .button {
	background: url(../images/medium/access_small.png);
}

a.default .button {
	background: url(../images/medium/access_normal.png);
}

a.thin .button {
	background: url(../images/medium/access_thin.png);
}

a.wide .button {
	background: url(../images/medium/access_wide.png);
}

a.fluid .button {
	background: url(../images/medium/access_fluid.png);
}

/* typography */
h2 {
  color: #003366;
}

blockquote {
  background: #EEEFF0;
  border-top: 6px solid #D1D2D3;
  border-bottom: 6px solid #D1D2D3;
}

pre {
  background: #EEEFF0;
}
