/* Start of CMSMS style sheet 'Styles' */
h1, h2, h3, h4, h5, h6 {
	color: #d77b1e;
	margin-bottom: 8px;
	font-weight: normal;
	font-family: Arial narrow, Arial
}

h1.title { font-size: 26px; border-bottom: solid 1px #eee; color: #7d654e;} 
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

ul, ol {
       margin-left: 30px;
       margin-bottom: 12px;
       list-style-type: square;
}

li {

      margin-bottom: 4px;
      color: #585753;
}

.image_right {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    clear: both;
}

.image_left {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    clear: both;
}


.separator {
    border-bottom: solid 1px #d7dbcc;
    margin-bottom: 10px;
    clear: both;
    height: 10px;
    line-height: 10px;
    font-size: 1px;
   display: block;
}





/* End of 'Styles' */

