body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #11117B;
  width: 100%;
}

p {
  display: block;
  padding-top: 0;
  margin-top: 0;
}

div.title {
  min-width: 1200;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #dcdcdc;
  overflow: hidden;
}

div.menu {
  width: 150px;

  position: fixed;
  top: 100px;
  left: 0px;
  background-color: #dcdcdc;
}

div.corner {
  width: 20px;
  height: 20px;
  position: fixed;
  top: 100px;
  left: 150px;
  background-color: #ffffff;
}

div.columbia {
  width: 150px;
  height: 50px;
  position: fixed;
  top: 575px;
  left: 0px;
  background-color: #ffffff;
}

div.content {
  position: absolute;
  top: 100px;
  left: 170px;
  background-color: #ffffff;
  width: 950;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #11117B;
}

a {
	color: #3366CC;
	text-decoration: none;
}


.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #11117b;

}
.title {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #11117B;
  color: #DCDCDC;
}
.subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  background-color: #CCCCCC;
}

#column { overflow: hidden; } 
