body {
    scrollbar-face-color: #623717;
    scrollbar-highlight-color: #623717;
    scrollbar-3dlight-color: #623717;
    scrollbar-darkshadow-color: #623717;
    scrollbar-shadow-color: #623717;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #D8CA9B;
}
a:link {
	color: #345E98;
	text-decoration: underline;
}
a:visited {
	color: #345E98;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #345E98;
	text-decoration: underline;
}
.tilel {
	background-image: url(../img/side_l_tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;

	}
.boldCopy {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #7B0901;
	}
.bg {
	background-attachment: scroll;
	background-image:  url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.blueheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 22px;
	font-weight: bold;
	text-transform: capitalize;
	color:#345E98;
}
.grayheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 22px;
	font-weight: bold;
	text-transform: capitalize;
	color:#77787A;
}
.tilr {

	background-image: url(../img/side_r_tile.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
