
/* CSS Document */

p a {
	text-decoration:underline;
	color:#0000FF;
	font-weight:bold;
}

p  a:hover {
	color:#000000;
}

.safety a {
	text-decoration:underline;
	color:#0000FF;
	font-weight:bold;
}

.safety  a:hover {
	color:#000000;
}

.bgcol {
	height:200px;
	vertical-align:middle;
	background-color:#EEF9FB;
}

.bgcol a {
	text-decoration:none;
	line-height:2;
	color:#000000;
	font-weight:bold;
}

.bgcol a:hover {
	color:#0000FF;
}

#by_age {
	float:left;
	width:180px;
	height:220px;
}

#by_season {
	float:left;
	width:180px;
	height:220px;
	padding-left:10px;
	padding-right:10px;
}

#by_loc {
	float:left;
	width:180px;
	height:220px;
}

ol {
	list-style:decimal;
}

#small_nav {
	background-color:#EFF9FB;
}

#small_nav a {
	text-decoration:none;
	font-weight:normal;
	color:#0000FF;
}

#small_nav a:hover {
	color:#000000;
}

#content_main hr {
	color:#EEF9FB;
	background-color:#EEF9FB;
	border:none;
	height:3px;
}
