@charset "utf-8";
/* CSS Document */

/* CONTENT STYLING */

.red_text {
    color:#9A4040;
}

.blue_text {
    color:#003366;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 3px 0px 3px 0px;
	margin: 0;
	color: #000;
}

p {
	line-height: 18px;
	padding-bottom: 8px;
}
h1 { font-size: 18px; color:#b01016; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

.mceContentBody  {
    background-color:#d0d0d1;
}
#left-col.editing,
#page-content.editing {
    overflow:visible;
    height:250px;
}

