body
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #BBC7D7;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

A {text-decoration : none; }
A:HOVER {text-decoration:underline; }

.style1 {
	font-size: 14px;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: white;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: white;
}


.sideNav {
	padding: 5px;
}

.givingText {
	font-size:12px;
}

.givingTextFields {
	border:thin;
	border-style:solid;
	border-color:#000000;
	margin: 2px;
}


/* ===================================================
SBCC Content Box Styles 
=================================================== */

A.sbccCboxContent
{
    font-size: small;
}

A.sbccCboxCotent:link

{
    color: black;
    text-decoration: none;
    font-size: small;
}

A.sbccCboxCotent:visited
{
    color: blue;
    text-decoration: none;
    font-size: small;
}

A.sbccCboxCotent:hover
{
    color: blue;
    text-decoration: underline;
    font-size: small;
}

A.sbccCboxCotent:active
{
    color: blue;
    text-decoration: none;
    font-size: small;
}

/* Style 1 - Content Spot 240x? */
.sbccCBox1
{
    width: 340px;
    border: solid 1px #203EB0;
    padding: 3px;
}

.sbccCboxHeader1
{
    color: White;
    border: solid 0px black;
    background-color: #203EB0;
    padding: 3px;
}
