
/*CSS Document*/
/*Try to group the overrides together using commas as much as possible.... Every single line of code should have a variable in it. If it is not a variable based style it should go in the publication stylesheet*/
/*______________________font colors that change___________________________*/   
h1 {
	color: #0086A6;
}
h2{
	color: #0086A6;
}
a, a:visited{
	color: #0086A6;
}
#header a, #header a:visited{ 
	color: #0086A6;
}
.lowernav-box a:hover {
	color: #A1CDF2;
}
th {
	color: #0086A6;
}
/*______________________backgrounds images that change___________________________*/ 

#header a:hover{
	background-image: url(../img/i-button-rollover-blue.jpg);
	color: #ffffff;
}
#main-image{
	background-image: url(../img/main-image-7.jpg);
}
#header{
	background-image: url(../img/i-header-blue.jpg);
}
/*______________________backgrounds colors that change___________________________*/  
.button{
	margin: 2px;
	color: #0086A6;
}
.button a, .button a:visited{
	background-color: #0086A6;
}
.button a:hover{
	background-color: #A1CDF2;
}
div#thedmsBrowseGrid .BrowseCell h2 {
	background-color: #0086A6;
	color: #FFFFFF;
}
div.thedmsBrowsePaging {
	color: #A1CDF2;
}
div#thedmseventsheadersearch {
	background-color: #0086A6;
}
/*______________________border colors that change___________________________*/ 
.left-content-box {
	background-color: #0086A6;
}
.left-content-box-2 {
	background-color: #0086A6;
}
/*______________________Other Variables____________________________________*/  

