/************************************
 *
 *  Replace these colors as needed
 *  
 *  #3a393e - default font
 *  #666666 - background
 *  #5a5a5a - background shadow
 *  #d8dce3 - header main
 *  #bec1c7 - header shadow
 *  #e9eef5	- left main
 *  #cdd1d7 - left shadow
 *  #a4a4a4 - left color
 *          - left links
 *  #ebf0f7 - left hilite main
 *  #ced3d9 - left hilite shadow
 *  #ffffff - body main
 *  #e0e0e0 - body shadow
 *  #a4a4a4 - mid modules main
 *  #909090 - mid modules shadow
 *  #d8dce3 - right main
 *  #bec1c7 - right shadow
 *  #dde1e9 - right hilite main
 *  #c2c6cd - right hilite shadow
 *  #babfc7 - footer main
 *  #a3a8af - footer shadow
 *  #74777c - footer color
 *
 ************************************/

/* font colors */

body {
	color: #636363;
	background: #ece7e1;
}

div.mainbox {
	background:  #ffffff; 
}

div.botbox {
	background:  #ffffff; 
}

td.left a:link, 
td.left a:visited {
		color: #9a8363;

}

td.left a.mainlevel:hover {
		color: #7D705F;
}

a.mainlevel { 
}

/* menu area */
div#horiz-menu {
	background: #ffffff; 
}

div.midbox a:link,
div.midbox a:visited,
div.botbox a:link,
div.botbox a:visited {
}


td.middle div.moduletable h3 {
	color: #666;
	background: #e0e0e0;
}

div.midbox div.moduletable h3 {
	color: #fff;
	background: #909090;
}

div.moduletable h3 {
  background: #e0e0e0;
	color: #fff;
}

table.outer td.sectiontableheader {
  color: #a3a8af;
  background: #e0e0e0;
}

div#outer-border {
	border-color: #5a5a5a;
}

div#top-head {
	background: #ffffff;
}

div#access-bar {
	background: #ece7e1;
}

div.midbox {
	background:  #ffffff;
}
div#bot-footer{
	color: #74777c;
}

div#bot-footer a:link,
div#bot-footer a:visited {
	color: #74777c;
}

span.rocket {
}

#logo {
}

#nav li.active a,
#nav li.active a:hover {
	background: #cdd1d7;
	color: #333;
}

#nav li.active li a:hover {
	color: #9a8363;
}


/* typography */
h2 {
  color: #666;
}

blockquote {
  background: #fcfcfc;
  border-top: 6px solid #E0E0E0;
  border-bottom: 6px solid #E0E0E0;
}

pre {
  background: #E9EEF5;
}
