body {
  color: #000000;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}

/* HEADER */
#default-main-navigation {
  background: #FF4603;
}
#default-sub-navigation {
  background: #0059C2;
}

/* CONTENT */
#default-left-bar {
  font-size: 100%;
  vertical-align: top;
}
#default-left-bar p {
  padding: 0px 20px 0px 20px;
}
#default-left-bar-locations {
  font-size: 90%;
  vertical-align: top;
  background: url('../images/sidebar/pic7.jpg') 0px 300px no-repeat;
}
#default-right-bar {
  font-size: 100%;
  vertical-align: top;
  padding: 62px 0px 0px 0px;
}
#default-right-bar p {
  padding: 0px;
  margin: 14px 0px 0px 11px;
}
#default-content {
  font-size: 100%;
  vertical-align: top;
}
#default-content ul {
  margin: 14px 0 16px;
  padding: 0px 0px 10px 14px;
  list-style-image: url(../images/content/icons/icon_bullet.gif);
}
#default-content label {
  display: block;
  color: #003399;
  font-weight: bold;
}
.default-small {
  font-size: 85%;
}
.default-medium {
  font-size: 150%;
  font-weight: bold;
}
.default-big {
  font-size: 200%;
  font-weight: bold;
}
.default-big-orange {
  font-size: 200%;
  font-weight: bold;
  color: #FF4603;
}
.default-highlight {
  color: #FF4603;
}
.default-highlight-blue {
  color: #003399;
}

#left-bar-search {
	margin: 26px 0 0 29px;
}
#left-bar-search select {
	width: 223px; font: 12px/152% Arial, Helvetica, sans-serif; font-weight: bold; margin: 4px 0;
}

#first-month { display: block; float: left; position: relative; left: 263px; font: 12px/19px Arial, Helvetica, sans-serif; text-align:center; width: 80px;}
#first-month a { color: #fff; background-color: #ff4603; }

/* FOOTER */
#default-footer {
  padding: 40px 0px 10px 0px;
  font-size: 90%;
  text-align: center;
}

