/* red theme*/

/* borders */
.b1 { border-left:1px solid #A60112;}
.b2 { border-right:1px solid #A60112;}
.b3 { border-left:1px solid #A60112;}
.b4 { border-right:1px solid #A60112;}
#footer {  color: #333; border-top:1px solid #A60112;}

/* border matching text - set to green because right now we are using only green buttons, not theme specific ones */
.bordercolor {color: #24420E;}

/* background */
.bgc { background-color:#FCF5E0;}
.darkbg { background-color:#F9E2A7;}
.linkbg a{ background-color:#FCEC6C;}

/* color contrasting with headers */
.subheading_txt{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	padding-left:15px;
        color:#000000;
}