.blogtopleft {
    float:left;
    width:70%;
	min-width:70%;
}

.blogtopright {
    float:right;
    width:30%;
}

.blogbottom {
    clear:both;
    width:100%;
	margin-left:40;
}
	
.blog-hdr {
    color: #3498db; 
	font-family: Arial;
	margin-top:10;
}

.blog-hdr-grey {
    color: #888888; 
	font-family: Arial;
	margin-top:10;
}
.blog-grey {
    color: #888888; 
	font-family: Arial;
	font-size: small;
}

.blog-blue {
    color: #3498db; 
	font-family: Arial;
	font-size: small;
}

.blog-blue a {
    color: #3498db; 
	font-family: Arial;
	font-size: small;
	text-decoration: none;
}

.blog-h3 {
    color: #3498db; 
	font-family: Arial;
	text-decoration: none;
}

.tenlinesx                     /* no longer needed - kept for reference on how to limit container to ten lines */
{
    font-size: 1em;
    line-height: 1em;
    max-height: 10em;
    overflow: hidden;
}
.tenlines p
{
	text-align: justify;
    margin-right: 50;
    color: #888888; 
	font-family: Arial;
}

.blog-tab {
    margin-left: 15em;
    color: #888888; 
	font-family: Arial;
	font-size: small;
}

.blog-box1 {
	width: 550px;
    border: 1px solid #ccc;
	padding: 5px;
}
	
.scroll {                   /* scroll no longer needed - will limit length of blog on creation instead */
    width: 670px;
    height: 150px;
    color: #888888; 
	font-family: Arial;
/*    overflow-y: scroll; */
    overflow-y: auto;
}

.scroll p					/* scroll no longer needed - will limit length of blog on creation instead */
{
	text-align: justify;
    margin-right: 15;
}

.noscroll {        			 /* not now needed */
    width: 670px;
    height: 150px;
    color: #888888; 
	font-family: Arial;
    overflow-y: scroll;
}








.blogtopright table {
    border-collapse: collapse;
	min-width: 310px;
}

.blogtopright th { 
    background: #3498db; 
    color: white; 
    font-weight: bold; 
    }
.blogtopright td, th { 
    padding: 3px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 12px; /* was 16px; */
    }

.comment-hdr {
    color: white;
    background-color: #004b88; 
    text-align: left;
    font-family: Arial;
    font-size: small;
    padding: 5px 10px;
    text-decoration: none;
}