﻿body 
{
	background-color:White;
	font-size:11pt;
	font-family:Arial;
	color:#000000;
	line-height:normal;
	background-image:none;
	text-align:left;
}

.edStyle #container { 
	width:100%;	
} 
.edStyle #header { 
	display:none;
	height:0;	
} 
.edStyle #header img {
	display:none;
}
.edStyle #header a:links{
display:none;
}
.edStyle #topmenu {
	display:none;
}
.edStyle #sidebar1 {
	display:none;
}
.buttonscontainer {
	display:none;
}
.buttons a {
	display:none;
}
.buttons a:hover {
	display:none;
}

.membershiplogo {
	display:none;
}
.membershiplogo img{
	display:none;
}
.edStyle #sidebar2 {
	display:none;
}

.edStyle #sidebar2 a:link, #sidebar2 a:visited, #sidebar2 a:active{
	display:none;
}

.edStyle #sidebar2 a:hover{
	display:none;
}

.edStyle #sidebar2 img{
	display:none;
}

.edStyle #highlights {
	display:none;
}

.edStyle #highlights p{
	display:none;
}

.edStyle #highlights img
{
	display:none;
}

.edStyle #highlights_header{
	display:none;
}

.edStyle #highlights_header img{
	display:none;
}

.edStyle #highlights2 {
	display:none;
}

.edStyle #highlights2 p{
	display:none;
}

.edStyle #highlights_header2{
	display:none;
}

.edStyle #highlights_header2 img{
	display:none;
}

.edStyle #print4news 
{	display:none;
	
}

.edStyle #print4news a:link, #print4news a:visited, #print4news a:active{
	display:none;
}

.edStyle #print4news a:hover
{
	display:none;
}

.edStyle #mainContent { 
	margin: 0; 
	padding:0;
} 

.edStyle #mainContent h2{ 
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.edStyle #mainContent a:link, #mainContent a:visited, #mainContent a:active{ 
	text-decoration:none;
	color:#000000;
}

.edStyle #mainContent a:hover{
	display:none;
}

.edStyle #mainContent2 { 
	margin: 0; 
	padding: 0; 
	text-align:left;
}

.edStyle #mainContent2 h2{ 
	color:#000000;
	font-size:12px;
	font-weight:bold;
	
}

.edStyle #mainContent2 a:link, #mainContent2 a:visited, #mainContent2 a:active{ 
	text-decoration:none;
	color:#000000;
}

.edStyle #mainContent2 a:hover{
	text-decoration:none;
	color:#000000;
}
.edStyle #footer { 
	padding: 0;
	background:#ffffff;
	border:0;
} 
.edStyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	text-align:center;
}

.img-shadow img {
  float:right;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  margin: 10px 0 10px 10px !important;
  margin: 10px 0 5px 5px;
  } 
    .img-shadow p {

  float:right;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  margin: 10px 0 10px 10px !important;
  margin: 10px 0 5px 5px;
  } 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	display: none;
}

.fltrt a:link, .fltrt a:visisted, .fltrt a:active
{	display:none;
}

.fltrt a:hover
{	display:none;
}

.fltlft { /* this class can be used to float an element left in your page */
	display:none;
}

.fltlft a:link, .fltlft a:visited, .fltlft a:active
{	display:none;
}

.fltlft a:hover:
{	display:none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}