@charset "UTF-8";
/* tinyMCE CSS */

body#tinymce {
text-align: justify;
}

.plainText {
font-size: 1em !important;
line-height: 1.5em !important ;
text-align: left !important;
margin-bottom: 1em !important;
color: #333 !important;
}

.Heading_Blue {
font-size: 24px !important;
text-transform: uppercase !important;
margin-bottom: 15px !important;
color: #0f3b7e !important;
}

.Heading_Copper {
font-size: 24px !important;
text-transform: uppercase !important;
margin-bottom: 15px !important;
color: #bc7400 !important;
}

.subHeading_Blue {
font-size: 16px !important;
text-transform: uppercase !important;
margin-bottom: 15px !important;
color: #0f3b7e !important;
}

.subHeading_Copper {
font-size: 16px !important;
text-transform: uppercase !important;
margin-bottom: 15px !important;
color: #bc7400 !important;
}


.Full_Image {
width: 100% !important;
height: auto !important;
float: left !important;
margin: 15px 0px 15px 0px !important;
}

.Left_Image_Small {
width: 40% !important;
height: auto !important;
margin: 0px 15px 0px 0px !important;
float: left !important;
}

.Right_Image_Small {
width: 40% !important;
height: auto !important;
margin: 0px 0px 0px 15px !important;
float: right !important;
}

.Left_Image {
width: 60% !important;
height: auto !important;
margin: 0px 15px 0px 0px !important;
float: left !important;
}

.Right_Image {
width: 60% !important;
height: auto !important;
margin: 0px 0px 0px 15px !important;
float: right !important;
}