/* orange */
a:link, a:visited {
	color: #cd6620;
}

a:hover {
	color: #ac5419;
}

#pillmenu a:hover {
  color: #cd6620;
}

#pillmenu a#active_menu-nav {
  background: url(../images/orange/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}


h1, h2 {
  color: #0033FF;
}

h3 {
  color:#0033FF;
}

h2 a:link, h2 a:visited {
	color: #0033FF;
}

#leftcolumn h3, #rightcolumn h3 {
  color:#008000;
margin-top:7px;
}

.componentheading {
/*  color: #0033FF;*/
}

table.moduletable th {
  color: #0033FF;
}

div.module_menu, div.module_menu_center {
	background: url(../images/orange/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div, div.module_menu_center div {
	background: url(../images/orange/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div, div.module_menu_center div div {
	background: url(../images/orange/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div, div.module_menu_center div div div {
	background: url(../images/orange/mw_box_tl.png) 0 0 no-repeat;
}
