﻿.squarebox {
    width: 100%;
    border: solid 1px #89491B;
    text-align: left;
    overflow: hidden; 
    }
.squareboxgradientcaption {
    color: Black;
    padding: 5px;
    }
.squareboxcontent {
    padding: 10px;
    overflow: hidden;
    border-top: solid 1px #89491B; 
    font-size: small;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Cambria;
	line-height:10px;
	width: 500px;}
.squareboxcontent1 {
    padding: 10px;
    overflow: hidden;
    border-top: solid 1px #89491B; 
    font-size: small;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Cambria;
	line-height:14px;
	width: 600px;}
.squareboxcontent1 p {
	padding-right:15px;
}
.squareboxcontent a {
	width: auto;
	display: block;
	padding: 2px 0;
	text-decoration: none;

}
.it { 
	font-style:italic;
	font-size:x-small;
}
.squareboxcontent2 {
    padding: 10px;
    overflow: hidden;
    border-top: solid 1px #89491B; 
    font-size: small;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Cambria;
	line-height:12px;
	width: 250px;}
.squareboxcontent2 a {
	width: auto;
	display: block;
	padding: 2px 0;
	text-decoration: none;

}
