/* this is class used for tinymce editor - edited content body*/
.mceContentBody {
    margin: 0;
    padding: 0;
    overflow: scroll;
    text-align: left;
    background: #fff;
    color: #000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
}

#website_body {
  background-color:#580070;
	margin: 0;
	padding: 0;
  width: 100%;
  font-size: 100%;
}

.website_content {
   background-color:#580070;
  background-image:url(../gfx/Page11_1_bg.gif);
  background-repeat:repeat-x;
	font-family:Arial,trebuchet MS, Tahoma,Verdana,sans-serif;
	color:#fff;
	text-align:center;
	line-height: 1.4em;
	font-size: 0.8em;
}

.website_content a {
  color: #fff;
}

.website_centering {
	margin:0pt auto;
	text-align:left;
	width:950px;
}

.website_header {
  background: #580070 url(../gfx/Page11_1_header_bg.gif) repeat-x scroll;
  height: 220px;
}

.website_wrapper {
  background: #580070 url(../gfx/Page11_1_grid_bg.jpg) repeat-x scroll;
}
.website_clear {
    display: block;
    clear: both;
}

.website_footer_bottom div {
  float: left;
}
.website_footer_text2 ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 5px;
}

.website_footer_text2 ul li {
	border-right:1px solid #fff;
	display:inline;
	float:left;
	margin:0pt -10px 0pt 11px;
	padding:0pt;
}

.website_footer_text2 ul a, .website_footer_text2 ul a:hover, .website_footer_text2 ul a.website_current {
	background-color:inherit;
	color:#fff;
	margin:0pt;
	padding:5px;
}

.website_footer_text2 ul a:hover, .website_footer_text2 ul a.website_current {
	background-color:inherit;
	color:#fff;
}

.website_language ul {
	display:block;
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:15px;
}

.website_language img {
	border:0pt none;
}

.website_language ul li {
	float:left;
	margin:0pt;
	padding:0pt;
}

.website_language a, .website_language a:hover, .website_language a.website_active {
	float:left;
	margin:0pt;
	padding:0pt;
}


.website_content_grid {
  color: #fff;
  padding-top: 40px;
	overflow: hidden;
}

.website_content_grid p {
    margin-bottom: 5px;
}

.website_footer {
  height: 160px;
  background-color: #3A004F;
  border-top: 2px solid #CD00CC;
}

.website_footer_centering {
	margin:0pt auto;
	text-align:left;
	width:950px;
}


.website_footer_logo {
  float: left;
  width: 120px;
}
.website_footer_text1 {
  float: left;
  height: 80px;
  margin-top: 20px;
  padding-top: 10px;
  padding-right: 50px;
  border-right: 2px solid #CD00CC;
}

.website_footer_text2 {
  float: left;
  height: 80px;
  width: 380px;
  margin-top: 20px;
  padding: 10px 0 0px 20px;
  border-right: 2px solid #CD00CC;
}

.website_footer_text2 p {
  padding-left: 12px;
}

.website_footer p {
  line-height: 1.4em;
  color: #fff;
  text-align: left;
}


.website_footer_text3 {
  float: left;
  height: 80px;
  margin-top: 20px;
  padding: 10px 0 20px 20px;
}

.clear {
  clear: both;
}

/* texts and headers*/
.website_text_header_main_page {
    color: #786B34;
    background-color: inherit;
}