@charset "utf-8";
/* roundedBox Defines Div container for generic box and left side of div */
#squareBox {
	width: 100%;
	background-image: url(../images/box/ltsqbx_side_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#squareBox h1 {
	padding-left: 10px;
	color: #FFF;
}
#indexNewsScroll {
	overflow: auto;
	width: 510px;
	height: 300px;
}
/* roundedBoxTop defines div class for top of rounded box */
.squareBoxTop {
	width: 100%;
	height: 30px;
	background-image: url(../images/box/ltsqbx_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* roundedBoxTop span defines div class for top right of rounded box */
.squareBoxTop span {
	display: block;
	position: relative;
	height: 30px;
	background-image: url(../images/box/ltsqbx_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* roundedBoxContent defines div class for right side of rounded box and */
/* will shift with content. Negative bottom margin provides space for gif shading - original */
/* margin-bottom was -50 */
.squareBoxContent {
	position: relative;
	background-image: url(../images/box/ltsqbx_side_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.squareBoxContent a:link {
	color: #333333;
	text-decoration: underline;
}
.squareBoxContent a:active {
	color: #333333;
	text-decoration: none;
}
.squareBoxContent a:visited {
	color: #333333;
	text-decoration: underline;
}		
.squareBoxContent a:hover {
	color: #900;
	text-decoration: underline;
}
/* roundedBoxBottom defines div class for bottom of rounded box - original height is 60px */
.squareBoxBottom {
	height: 25px;
	background-image: url(../images/box/ltsqbx_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* roundedBoxBottom span defines div class for bottom right of rounded box */
.squareBoxBottom span {
	display: block;
	position: relative;
	height: 25px;
	background-image: url(../images/box/ltsqbx_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
