@charset "UTF-8";

#top {
	color: #045491;
	margin: -60px 0px 0px 0px;
	height: 60px;
}

#bottom {
	background-color: #60A9BE;
	color: white;
	margin: 0px 0px -30px 0px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
}

#bottom form {
	margin: 0;
}

#right {
	background-color: #054989;
	color: #ffffff;
	border-radius: 3px;
}

.alignmentRight {
	text-align: right;
}

#center_content {
	color: #8d8d8d;
	padding: 0px 5px;
	min-height: 100%;
}


#wrapper {
  padding: 60px 0 30px 0;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}

.left_content {
	background-color: #dddddd;
	padding: 0px 5px;
	margin-left: 170px;
}

.right_content {
	padding: 0px 5px;
	margin: 0px 170px 0px 170px;
}