﻿/* Section Styles - change border color depending upon sport*/
div#header
{	
	background-image:url(../images/Headers/Anchors.jpg);
}
.sectionImg1
{
	border-color: #0290b2;
}

.sectionImg2
{
	border-color: #0290b2;
}

.sectionImg3 
{
	border-color: #0290b2;
}

.sectionLogo
{
   border-color: #0290b2;
}

/* Parent Styles - change color depending upon sport */

.lblQuote
{
    color: #0290b2; 
}

.lblHeadMain
{
    color: #0290b2; 
}

.lblHeadParent
{
    color: #0290b2; 
}

/* End of Section Styles */

.ParentBorder img
{
	border-color: #0290b2;
}

.lblCode
{
    background-color: #0290b2; 
}
/* End of Parent Styles */

/* Children Styles */

.ChildTitle 
{
    color: #0290b2; 
}

.ChildCode 
{
    background-color: #0290b2; 
}

.ChildBorder
{
    color: #0290b2; 
}
/* End of Chilren Style */