body {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #003;
}h2 a {
	font-size: medium;
	font-weight: bolder;
	color: #96303D;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.5em;
}
h1 {
	font-size: large;
	color: #300;
}
.nav {
	text-decoration: none;
}
.nav a {
	text-decoration: none;
}
h2 {
	font-size: medium;
	font-weight: bolder;
	color: #96303D;
	text-decoration: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ol li {
	margin: 10px;
	line-height: 1.5em;
}
#volunteer_table {
}
#volunteer_table tbody tr td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

td {
	padding: 3px;
	}
.section {
		background-color: #8A0808;
		color: #FFF;
		}

.header {
		font-weight: bold;
		text-align: right;
		width: 200px;
		vertical-align: top;
		}

.hint {
		font-size:.9em;
		font-style:italic;
		font-weight: normal;
	
	}

#doginfo{
		font-size: .9em;
	}
	
	#doginfo table{
	width:100%;
	font-size: .9em;
	}
	
	
	
/*** For Grid display view ***/

ul.display {
	float: left;
	width: 756px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 0px solid #333;
	border-right: 0px solid #333;
	background: #fff;
}
ul.display li {
	float: left;
	width: 754px;
	padding: 10px 0;
	margin: 0;
	border-top: 0px solid #111;
	border-right: 0px solid #111;
	border-bottom: 0px solid #333;
	border-left: 0px solid #333;
}
ul.display li a {
   /* color: #e7ff61; */
    text-decoration: none;
}
ul.display li .content_block {
    padding: 0 10px;
}
ul.display li .content_block h2 {
    margin: 0;
    padding: 5px;
    font-weight: normal;
    font-size: 1.7em;
}
ul.display li .content_block p {
    margin: 0;
    padding: 5px 5px 5px 245px;  /*--The left padding keeps the
content from flowing under the image--*/
    font-size: .9em;
}
ul.display li .content_block a img{ /*--Double border technique--*/
    padding: 5px;
    border: 2px solid #ccc;
    background: #fff;
    margin: 0 15px 0 0;
    float: left;
}

ul.thumb_view li{ width: 250px; } <span style="color: #777;">/*--Switch the width
to accommodate for the three column layout--*/</
ul.thumb_view li h2 { display: inline; }
ul.thumb_view li p{ display: none; }
ul.thumb_view li .content_block a img { margin: 0 0 10px; }

a.switch_thumb {
    width: 122px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    margin: 10px 0;
    display: block;
    background: url(/pics/switch.gif) no-repeat;
    outline: none;
    text-indent: -9999px;
    align: center;
}
a.swap { background-position: left bottom; }

	a:hover.switch_thumb {
    filter:alpha(opacity=75);
    opacity:.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
	
#flash {
	font-size: .9em;
	width: 200px;
	float: right;
    border: 2px solid #8A0808;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    background: #ddd;
	}
	
