
/* ****** spacer, margin *************************************************** */

.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}
.marginbot60{
	margin-bottom:60px;
}

.clear-margintop{
	margin-top:0;
}

.margintop10{
	margin-top:10px;
}

.margintop20{
	margin-top:20px;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}

.margintop60{
	margin-top:60px;
}


/* ****** Horizontal Rulers *************************************************** */

hr {

  border-color: #0099bd;
}



/* ****** colors *************************************************** */

.grey {
	color: rgb(210,210,210);
}
.slate-grey {
	color: rgb(112,128,144);
}
.dark-slate-grey {
	color: rgb(47,79,79);
}
.brown {
	color: #8b2323;
}
.lightblue {
	color: rgb(136,200,228);
}
.blue {
	color: rgb(51,102,153);
}
.standardblue {
	color: rgb(0,153,189);
}
.pink {
	color: #ee1289;
}
.subtlered {
	color: rgb(240,128,128);
}
.red {
	color: rgb(255,0,0);
}
.orange {
	color: #edb85a;
	font-weight: 700;
}
.dark-orange {
	color: #ff8c00;
	font-weight: 700;
}
.yellowgreen {
	color: rgb(154,205,50);
}
.navy {
	color: #3c4b60;
}
.event {
	color: rgb(210,110,144);
}