.body_top { 
	background-color: #fff;
	background-image: url('../images/background.gif');
	background-repeat:repeat-x;
	margin: 0px; 
	border: none;
}
.image_gallery  { 
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 150px;
	overflow: hidden;
	border: none;
	z-index: 0;
}
.logocontainer {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 380px;
	height: 120px;
	margin-left: 0px;
	text-align: right;
}
.menucontainer {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 380px;
	height: 120px;
	margin: 0px;
	margin-left: -380px;
	padding: 0px;
	border-style: none;
	border-width: 1px;
}
.content {
	position: absolute;
	left: 50%;
	top: 120px;
	width: 760px;
	bottom: 150px;
	margin: 0px;
	margin-left: -380px;
	padding: 0px;
	height: auto;
	border-style: none;
	border-width: 1px;
	overflow: auto;
	z-index: 10;
}
h1 { 
	color: #526a74; 
	font-weight: bold; 
	font-size: 18px; 
	line-height: 20px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}
h2 { 
	color: #526a74; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}
h3 { 
	color: #526a74; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 0px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}
p { 
	color: #59848c; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}
a { 
	color: #D3232D; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none 
}
a.submenu {
  font-weight: normal;
}

.column {
  position: relative;
  width: 360px;
  vertical-align: top; 
  border: none;
  padding: 4px;
  float: left;
}
.topicboxcontainer {
	background-image: url('../images/topicbox.gif');
	background-repeat: no-repeat;
	background-position: 40px 40px;
  position: relative;
  width: 360px;
  height: 360px;
  vertical-align: top; 
  border: none;
  float: left;
}
.topicbox {
	position: relative;
	left: 90px;
	top: 90px;
	width: 180px;
	height: 180px;
	border: none;
}

.topicbox p {
	color: #ffffff; 
}
.topicbox h1 {
	color: #ffffff; 
}
.topicbox h2 {
	color: #ffffff; 
}
.topicbox h3 {
	color: #ffffff; 
}
.input  { 
	color: #59848c; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	background-color: #fff; 
	border: solid 1px #59848c 
}
.input_button { 
	cursor: pointer;
	font-size: 12px;
}
ul {
	margin-left: 1em;
}
li {
	color: #59848c; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	list-style-type: square;
}
.image {
	border: solid 1px #59848c
}
.caption {
	font-size: 10px;
}
ul.menu {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 16px;
	color: #59848c; 
}
ul.menu li {
	padding-left: 0px;
	vertical-align: top;
	line-height: 1.5em;
	font-weight: bolder;
}
ul.menu li.selected {
}
