
/* NESBITT CSS Theme*/

/* Import default snipplet */
@import "/snipplets/168.asp";

/* <mainContent> */

/* deafult headings */
h1 {color:#99CC99;}
h2 {color:#99CC99;}
h3 {color:#99CC99;}
h4 {color:#99CC99;}
h5 {color:#99CC99;}
h6 {color:#99CC99;}

/* custom headings */
.title {color:#99CC99;}
.subtitle {color:#99CC99;}
.contact {color:#99CC99;}
.subheadline {color:#99CC99;}
.pipe {color:#99CC99;}
.cutlines {color:#99CC99;}

/* </mainContent> */
/* <Quick Links IC - Related Resources > */

.RelatedResourcesMainContainer {
   border-left: solid 1px #99CC99;    
}

.RelatedResourcesHeader {
    border-left: solid 1px #99CC99;    
    color:#99CC99;
}

.RelatedResourcesList li { }

/* </Quick> */
/* <Latest News IC - Latest News > */

.LatestNewsHeader {  
    color:#99CC99;
    border-left: solid 1px #99CC99;
}

ul.LatestNewsList { 
    border-bottom: solid 1px #99CC99;  
    border-left: solid 1px #99CC99;        
    margin-left: 180px;  
}

.LatestNewsList li { 
    
}

/* </Latest> */
