
/* anchor styles */
a:link, a:visited, a:active, a:hover{
	color:#9D2602;
	text-decoration:underline;
}
a:hover{
	color:#9D2602;
	text-decoration:none;
}

/* layout/text styles */
body, td{
	color:Black;
	font-family:Verdana, Arial, "Times New Roman";
	font-size:11px;
	text-align:left;
}

h5{
	margin:0px;
	color:Gray;
	font-size:0.9em;
	font-weight:normal;
}

ul, li{
	margin:0px;
	padding:0px;
}

ol li{
	padding:0.5em;
}

ol li, ul li{
	border-bottom:1px solid #EBEEF2;
}

ul li{
	background-image:url(../images/bullets/arrow_maroon.gif);
	background-position:0.2em 0.8em;
	background-repeat:no-repeat;
	list-style-type:none;
	padding:0.5em 1.1em;
}

ol > li:last-child, ul > li:last-child{
	border:0px;
}

input, label, select, textarea{
	font-family:Verdana, Arial;
	font-size:1em;
}

a.ContentGrid:link, a.ContentGrid:visited, a.ContentGrid:active{
	color:black;
	text-decoration:none;
}
a.ContentGrid:hover{
	color:#9D2602;
	text-decoration:underline;
}

label.ContentGrid{
	font-size:9px;
}

.body_background{
	background-image:url(../images/backgrounds/default.gif);
	margin:0px;
}
td.Footer{
	text-align:center;
	font-size:10px;
	color:#8E7770;
	padding:20px;
}

.HomeTiles{
	border:1px solid #BDA69E;
	border-width:0px 1px;
}

.HomeTilesBottom{
	background-color:#CAAFAA;
	border:0px;
	height:7px;
}

.MenuBar{
	height:24px;
	padding:0px 0px 0px 0px;
}

.NewsLetterSection{
	background-image:url(../images/backgrounds/ournewsletter.gif);
	background-repeat:no-repeat;
	margin:12px;
	padding:8px;
}
.SearchTile{
	background-image:url(http://www.bac3-ca.org/images/backgrounds/SmallBackground.gif);
	background-repeat: repeat;
	border-bottom:1px solid white;
	padding:11px;
}

.Hover li:hover{
	background-color:#EBEEF2;
}