body {
	color: #000;
}

div.rounded_light_top, div.rounded_light_bottom {
    background: #eff3fe;
    color: #000;
}

div.rounded_mid_top, div.rounded_mid_bottom {
    background: #7979B0;
    color: #fff;
}

div.rounded_dark_top, div.rounded_dark_bottom {
    background: #45457D;
    color: #fff;
}

#menu-wrapper-wrapper {
    background: url(../images/fot/menu_back.gif) top repeat-x;
}

#menu a {
    color: #fff;
}

div.footer {
    background: #eff3fe;
}

div.newsletter {
    background: #D6D6FA url(../images/ipod_back.gif) no-repeat top right;
}

div.dark {
    background: #45457D;
    color: #fff;
}

div.mid {
    background: #7979B0;
    color: #fff;
}

div.light {
    background: #eff3fe;
    color: #000;
}

#menu a:hover,
body.home #menu a.home,
body.about #menu a.about,
body.which-course #menu a.which-course,
body.company-training #menu a.company-training,
body.resources #menu a.resources,
body.faq #menu a.faq,
body.contact #menu a.contact {
    background: transparent url(../images/fot/menu-over.gif) repeat-x scroll center top;
}

div.course_maplink {
    background: #3b3b77 url(../images/faded_map.jpg) repeat-y right;
    color: #fff;
}

a.txtlink_arrow {
	background: url(../images/blue_arrow.gif) no-repeat 0 2px;
	color: #3B3B77;
}

ul.arrows {
    list-style-image: url(../images/blue_arrow.gif);
    margin-left: 10px;
}

a:link, a:visited {
    color: #5b80b2;
}

a:hover { color: #036; }

table.sortable thead {
    background: #7979B0;
    color: #FFFFFF;
}

div.which_course {
    background: url(../images/cool_guy.jpg) no-repeat top left;
    padding: 28px 60px 10px 10px;
    margin-bottom: 5px;
    margin-top: -5px;
}
