body {
		color: #333;
}

div.mainbg {
	background: #f0f0f0;
	border-left: 1px solid #4e2f5d;
	border-right: 1px solid #4e2f5d;
	border-bottom: 1px solid #4e2f5d;
}

table.mainbg {
	border-bottom: 1px solid #4e2f5d;
}

td.main {
	background: #f0f0f0;
}

td.middle {
	border-left: 1px solid #c6b15b;

	background: #ebe5b6;
}

td.side {
color: #FFF;
	background-color: #c6b15b;
	border-left: 1px solid #c6b15b;
}

div.hilight {
	border-bottom: 1px solid #e2e2e2;
}

div.mainbody {
	background: #f8f8f8;
	border-top: 1px solid #fff;
}

div.surround {
	border-top: 1px solid #e2e2e2;
}

div.block.bottom {
	border-top: 1px solid #fff;
}

/*div.block {
	border-top: 1px solid #fff;
}*/

div.block.dark {
	background: #c6b15b;
}

/*div.block.normal {
	border-bottom: 1px solid #e2e2e2;
}*/

div.moduletable {

}

div.moduletable a {
color: #aa450c;
}

div.moduletable a:hover {
color: #71080b;
}

div.block .moduletable {
	/*border: 1px solid #e2e2e2;*/	
}

div.block .moduletable h3 {
	background: url(../images/bullet1.png) no-repeat 0;
line-height: 26px;
color: #FFF;
margin-top: -10px;
}

div.dark .moduletable,
div.dark .moduletable-flush {
	color: #4b2857;
}

div.dark .moduletable h3,
div.dark .moduletable-flush h3 {
	background: url(../images/bullet1.png) no-repeat 0;
	color: #000;
line-height: 26px;
margin-top: -10px;
}

div.light .moduletable h3 {
	background: url(../images/bullet3.png) no-repeat 0;
	color: #000;
line-height: 26px;
margin-top: -10px;
}

div.light .moduletable,
div.light .moduletable-flush {
color: #000;
background-color: #ebe5b6;
}

div.moduletable-flush h3 {
	background: url(../images/bullet5.png) no-repeat 0;
line-height: 26px;
color: #000;
}

ul.sidenav li {
	border-bottom: 1px solid #4e2f5d;
}

ul.sidenav li a {
	color: #ddd;
}

ul.sidenav a:hover {
 color: #fff;
}

ul.sidenav li.active_menu a:link, 
ul.sidenav li.active_menu a:visited  {
	color: #f0b10b;
}

td.sectiontableheader {
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
}

tr.sectiontableentry1 td, 
tr.sectiontableentry2 td {
  border-bottom: 1px solid #f0f0f0;
}

td.sectiontableentry1, 
td.sectiontableentry2{
  border-bottom: 1px solid #f0f0f0;
}

div#footer {
	/*border: 2px solid #333;*/
	background: #333;
	text-align: left;
}
div#footer a:link {
	color: #929292;
}

#rocket {
	background: url(../images/body/grey/rocket.png) no-repeat;
}

.css_button {
	background: url(../images/body/grey/w3c_css.png);
}

.xhtml_button {
	background: url(../images/body/grey/w3c_xhtml.png);
}