/* main */
body {
	background-color: #aecfed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Segoe UI", Arial, Sans-serif;
	font-size: 12px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #aabbdd;
  text-decoration: underline;
}

/* site */
#siteTop {
	background-image: url(images/background_top.png);
	background-repeat: repeat-x;
	background-color: #dee9f6;
	height: 420px;
}
#siteBottom {
	background-image: url(images/background_bottom.png);
	height: 96px;
}

/* template */
#docHeader {
	background-image: url(images/header_background.png);
    background-repeat: repeat-x;
	height: 425px;
}
#docBody {
	background-image: url(images/body_background.png);
	width: 984px;
	height: 100%;
}
#docFooter {
	background-image: url(images/footer_background.png);
	height: 96px;
}

#contentBreadcrumbs {
	font-size: 9px;
}
#contentHeader {
	height: 80px;
}
#contentCredits {
	font-size: 9px;
}
#contentMenu {
	padding-right: 10px;
}
#contentColumnLeft {
	width: 150px;
}
#contentContent {
  border-left: 1px dotted #999999;
}

/* objects */
#objectLogo {
	padding: 10px;
}

/* box */
td.box_top_left {
  background-image: url('images/box_top_left.gif');
  width: 2px;
  height: 2px;
  font-size: 1px;
}

td.box_top {
  background-image: url('images/box_top.gif');
  height: 2px;
  font-size: 1px;
}
td.box_top_right {
  background-image: url('images/box_top_right.gif');
  width: 2px;
  height: 2px;
  font-size: 1px;
}
td.box_header {
  background-image: url('images/box_header_background.gif');
  height: 19px;
  vertical-align: top;
  padding-left: 2px;
  padding-right: 2px;
}
td.box_left {
  background-image: url('images/box_left.gif');
  width: 2px;
  font-size: 1px;
}
td.box_right {
  background-image: url('images/box_right.gif');
  width: 2px;
  font-size: 1px;
}
td.box_bottom_left {
  background-image: url('images/box_bottom_left.gif');
  width: 2px;
  height: 2px;
  font-size: 1px;
}
td.box_bottom {
  background-image: url('images/box_bottom.gif');
  height: 2px;
  font-size: 1px;
}
td.box_bottom_right {
  background-image: url('images/box_bottom_right.gif');
  width: 2px;
  height: 2px;
  font-size: 1px;
}

