body {
  font: 12px Arial;
}

#cmpHeaderArea {
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
  height: 105px;
  text-align: right;
  vertical-align: bottom; }

#cmpLogoImageArea {
  background: #FFCC00 url("logo.png") 0px 0px no-repeat;
  position: relative;
  text-align: center;
  top: 20px;
  left: 0px;
  width: 410px;
  height: 85px; }

#cmpMenuBarArea {
  font: 14px Arial;
  height: 36px;
  border: 1px solid #91acdd;
  background-color: #31465c;
  border-radius: 8px; }
#cmpMenuBarArea .cmpMenu {
	position: relative; }
#cmpMenuBarArea .cmpMenu ul {
  margin: 10px;
  list-style: none; }
#cmpMenuBarArea .cmpMenu ul li {
	display: inline-block;
	padding: 0px 5px 0px 5px;
	height: 26px; }
#cmpMenuBarArea .cmpMenu ul li a {
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%; }

#cmpMenuBarArea .cmpMenu a:hover {
	color: #C55A11;
}
#cmpBodyArea {
    margin-top: 10px;
}
.cmpSection {
	position: relative;
}
.up {
	position: absolute;
	right: 0px;
	top: 10px;
}
.up a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.up a:after {
	content: '^';
}
 .cmpTitle {
	font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #91acdd;
    border-left: 1px solid #91acdd;
    border-right: 1px solid #91acdd;
    padding: 5px;
    border-radius: 8px 8px 0px 0px;
    background-color: #31465c;
    color: white;
	text-align: center;
	display: inline-block;
	width: auto;
}
.sectionBody {
	border-top: 1px solid #91acdd;
	padding: 10px;
}
.sectionHeader {
	font: 12px Arial;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #C55A11;
}
.sectionEntry {
    padding: 0px 10px 10px 10px;
}

.sectionEntry p {
	padding: 5px 0px;
}
.sectionEntry li {
	list-style-type: disc;
    list-style-position: inside;
}