.documentContent {
	width: 100%;
	/*display: compact;*/
    margin-left:10px;
    padding-bottom: 5em;
}
h1.documentFirstHeading { 
    /* Trick to avoid getting an initial blank page */
    page-break-before: avoid; 
    font-family: "Trebuchet MS", sans-serif ;
        
    color: black;
    color:#c08314;
    
} 
.documentDescription {
    /* The summary text describing the document */
    font-weight: bold;
    display: block;
    margin: 1em 0em;
    line-height: 1.5em;
    color: black;
    color:#2e4b88;
    
    /*width:auto;*/
}
#region-content{
	/*width:auto;
	float:left;
	position:relative;*/
}
.documentFooter { 
    /* Trick to avoid getting an initial blank page */
	page-break-before: avoid; 
    font-weight: normal;
    font-style: italic;
    color: black;
    display: block;
    margin: 1em 1em;
    line-height: 1em;
    text-align: center;
} 

