div.header-section {
	display:inline;
	width:100%;
	height: 75px;
}

div.header-text {
    font-size:18px;
    font-weight:bold;
    float:right;
    padding-top:19px;
    padding-right:30px;
    color:white;
}

.panelhead{
  font-size: 18px;
}

div.footer-section {
    width: 100%;
    height: 100%;
    background-color: #333333;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 6px;
}

.footer-section p {
    color: #FFFFFF;
}

.footer-section a {
    color: #FFFFFF;
    padding-right: 14px;
}

.footer-section a:hover, .footer-section a:active {
    color: #FFFFFF;
}

div.sub-footer-section {
    display:inline;
    width:100%;
    height: 75px;
}

/* For labeled, uneditable plain text placed in a text input with class "displayOnly" */
input[readonly].displayOnly {
	border: none;
	background-color: transparent;
}