@charset "utf-8";
#main_center {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	-moz-box-shadow: 5px 5px 5px #89324C;
	-webkit-box-shadow: 5px 5px 5px #89324C;
	box-shadow: 5px 5px 5px #89324C;
}
body {
	background-color: #D20270;
}
.clear {
	clear: both;
}#text_box {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	padding: 5px;
}
.img_left {
	float: left;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F1F0F0;
	font-weight: bold;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.img_right {
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.topmenu{font-size: 14px}


 .ba:active {
     border: 1px solid #F00;
  }  
   .ba:visited {
     border: 1px solid #F00;
  }
      .ba:focus {
     border: 1px solid #F00;
  }