.edStyle #container { 
	width: 894px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.edStyle #header { 
	background: #ffffff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:100px;
	
} 
.edStyle #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border:0;
}

.edStyle #header a:link, #header a:visited, #header a:active
{	color:#336699;
	text-decoration:none;
}

.edStyle #header a:hover
{	color:#336699;
	text-decoration:underline;
}

.edStyle #topmenu {
	background: #ffffff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:80px;
}

.edStyle #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */	
}

.buttonscontainer {
	width:204px;
	margin:0 0 0 5px;
	border:1px solid #cccccc;
}

.buttons a {
	color: #000033;
	background-color: #90bad7;
	padding: 4px 0 4px 6px;
	font-size:12px;
	text-decoration: none;
	display: block;
	margin: 1px 0 1px 1px;
	width: 200px;
	text-align: left;
}

.buttons a:hover {
	padding: 4px 0 4px 6px;
	background-color: #E7F1F8;
	color: #000033;
	text-decoration: none;
	margin: 1px 0 1px 1px;
}

.membershiplogo {
	margin: 5px 0 30px 18px;
}
.membershiplogo img{
	padding: 5px 0 5px 20px;
}
.edStyle #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */
}

.edStyle #sidebar2 a:link, #sidebar2 a:visited, #sidebar2 a:active{
	color:#336699;
	text-decoration:none;
}

.edStyle #sidebar2 a:hover{
	color:#336699;
	text-decoration:underline;
}

.edStyle #sidebar2 img{
	padding: 0;
}

.edStyle #highlights {
	width:195px;
	border: 1px solid silver;
	background-color:#E7F1F8;
	color:#000000;
}

.edStyle #highlights p{
	margin-top: 7px;
	margin-bottom:3px;
	padding:0 7px;
	text-align:left;
	font-size:11px;
	text-align:left;
	line-height: 14px;
}

.edStyle #highlights img
{
	padding:0;
}

.edStyle #highlights_header{
	width:195px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background-color:#4c95c7;
	margin-top:10px;
	text-align:center;
}

.edStyle #highlights_header img{
	padding:2px;
}

.edStyle #highlights2 {
	width:195px;
	border: 1px solid silver;
	background-color:#E7F1F8;
	color:#000000;
}

.edStyle #highlights2 p{
	margin-top: 7px;
	margin-bottom:3px;
	padding:0 7px;
	text-align:left;
	font-size:11px;
	text-align:left;
	line-height: 14px;
}

.edStyle #highlights_header2{
	width:195px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background-color:#4c95c7;
	margin-top:10px;
	text-align:center;
}

.edStyle #highlights_header2 img{
	padding:2px;
}

.edStyle #highlights3 {
	width:195px;
	border: 1px solid silver;
	background-color:#E7F1F8;
	color:#000000;
}

.edStyle #highlights3 p{
	margin-top: 7px;
	margin-bottom:3px;
	padding:0 7px;
	text-align:left;
	font-size:11px;
	text-align:left;
	line-height: 14px;
}

.edStyle #highlights_header3{
	width:195px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background-color:#4c95c7;
	margin-top:10px;
	text-align:center;
}

.edStyle #highlights_header3 img{
	padding:2px;
}

.edStyle #print4news 
{	
	width: 150px; 
	background: #ffffff;
	
}

.edStyle #print4news a:link, #print4news a:visited, #print4news a:active{
	color:#336699;
	font-size:10px;
	text-decoration:none;
}

.edStyle #print4news a:hover
{
	text-decoration:underline;
}

.edStyle #mainContent { 
	margin: 0 200px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.edStyle #mainContent h2{ 
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
}

.edStyle #mainContent a:link, #mainContent a:visited, #mainContent a:active{ 
	text-decoration:none;
	color:#336699;
}

.edStyle #mainContent a:hover{
	text-decoration:underline;
	color:#336699;
}

.edStyle #mainContent2 { 
	margin: 0px 15px 0px 240px; 
	padding: 15px; 
}

.edStyle #mainContent2 h2{ 
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
	
	
	
}

.edStyle #mainContent2 a:link, #mainContent2 a:visited, #mainContent2 a:active{ 
	text-decoration:none;
	color:#336699;
}

.edStyle #mainContent2 a:hover{
	text-decoration:underline;
	color:#336699;
}
.edStyle #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E7F1F8;
	border: 1px dashed silver;
} 
.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. */
	float: right;
	margin-left: 8px;
	padding: 10px;
}

.fltrt a:link, .fltrt a:visisted, .fltrt a:active
{	color:#336699;
	text-decoration:none;
}

.fltrt a:hover
{	color:#336699;
	text-decoration: underline;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 10px;
}

.fltlft a:link, .fltlft a:visited, .fltlft a:active
{	color:#336699;
	text-decoration:none;
}

.fltlft a:hover:
{	color:#336699;
	text-decoration:underline;
}

.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;
}