/*************** Navigation *****************/
.nav a.highlight{
	background:#009EE0;
}

.nav a.highlight_red{
	background:deeppink;
}

.nav a:hover, .nav a.active{
	background:#270752;
}

.nav .subnav a:hover, .nav .subnav a.active{
	color:#009EE0;
	background:none;
}

/*************** Main Content *****************/

.content-block .left a:hover{
	color:#009036;
}

.content-block .left h1 span{
	background-color:#231f20;
}

.content-block .right a:hover{
	color:#270752;
}

.content-block .right a:hover.button{
	background:#009036;
}

.highlight
{
    color: #009EE0;
}

.highlight_red
{
    color: #009EE0;
}

/*************** Footer *****************/
.footer span a:hover{
	color:#270752;
}
