

/*  User Specific Style Sheet  */

/*  Demo Site  */








/* dotted center line *
body:after {  
    content:"";
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px dotted #444; 
}
*/

a, a:hover { 
	outline: none;
	text-decoration: underline;
	color: #75a435;
}

a:hover { 
	text-decoration: none;
	color: #FFF;
}

.sidebar h1, .content h1 { 
	color: #75a435;
}
.new_sidebar h1, .new_content h1 { 
	color: #75a435;
}


/*  nav bar colors  */
.sf-menu a {
	color: #fff;
}
.sf-menu ul li {
	background-color: #282828;
}
.sf-menu a:hover {
	color: #75a435;
}
.sf-menu .current a {
	color: #75a435;
}



/*  dropdown user button  */
.dropbtn {
    color: #FFF;
}
.dropbtn:hover {
    color: #75a435;
}


/*  current page button color  */
#current {
	color: #75a435;
}



#announcements hr, #notes hr {
	border-color: #75a435;
}












