/* this is class used for tinymce editor - edited content body*/
.mceContentBody {
    margin: 0;
    padding: 0;
    overflow: scroll;
    text-align: left;
    background: #fff;
    color: #0F0E0E;
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
    line-height: 14px;
}
#website_body {
  background:#293038;
	margin: 0;
	padding: 0;
  width: 100%;
  font-size: 100%;

}

.website_content {
	background-color:#293038;
	font-family:Verdana,Arial,sans-serif;
	font-size:13px;
	color:#333;
	text-align:center;
	line-height: normal;
}


.website_centering {
  background: #293038 url(../gfx/Page25_1_center_bg.jpg) repeat-x scroll;
	margin:0pt auto;
	text-align:left;
	width:1000px;
}

.website_header {
  background:#647386 url(../gfx/Page25_1_logo.jpg) no-repeat top left;
  height: 70px;
  position: relative;
  border-bottom: 7px solid #E8E9EB;
  margin-left: 5px;
	margin-right: 5px;
}


.website_clear {
    display: block;
    clear: both;
}


.website_content_grid {
	background: #fff;
	 margin-left: 5px;
	margin-right: 5px;
	font-family:Verdana,Arial,sans-serif;
	font-size:14px;
	color:#333;
	width: 980px;
}

.website_content_grid a {
  color: #333;
}

.website_content_grid a:hover {
  text-decoration: underline;
}

.website_content_grid p {
    margin-bottom: 20px;
}


.website_content_grid ul, .website_content_grid ol, .website_content_grid ul, .website_content_grid ul li {
  list-style-type: disc;
  list-style-color: #75A60E;
  text-align:left;
}

.website_content_grid ul {
  margin-bottom: 15px;
  list-style-type: disc;
}


.website_content_grid_right {
  float: left;
  width: 990px;
  background: #fff;
  overflow: hidden;
}

.website_content_grid_right ul li {
  margin-left: 15px;
}

.website_footer {

  background:#293038 url(../gfx/Page25_1_footer_bg.jpg) repeat-x scroll;
  width: 990px;
  border-top: 7px solid #C2C6C9;
  height: 50px;
   margin-left: 5px;
	margin-right: 5px;
  clear: left;
}



.website_author {
  font-size: 9px;
  float: left;
  padding-left: 20px;
  margin-top: 2px;
  color: #FFEFBB;
}

.website_footer_bottom_right{
  float: left;
  color: #999;
  font-size: 11px;
  float: left;
  margin-top: 5px;
}

.website_footer_bottom_right a {
  color: #999;
}

.clear {
  clear: both;
}


/* texts and headers*/

