/* 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:150px;
	vertical-align:middle;
	background-color:#EEF9FB;
}

.bgcol a {
	text-decoration:none;
	line-height:2;
	color:#000000;
	font-weight:bold;
}

.bgcol a:hover {
	color:#0000FF;
}

.bgcol2 {
	float:left;
	width:31%;
	height:150px;
	vertical-align:middle;
	background-color:#EEF9FB;
}

.bgcol2 a {
	text-decoration:none;
	line-height:2;
	color:#000000;
	font-weight:bold;
}

.bgcol2 a:hover {
	color:#0000FF;
}

.bgcol3 {
	float:left;
	width:7%;
	height:150px;
	background-color:#EEF9FB;
}

.bgcol4 {
	float:left;
	height:150px;
	background-color:#EEF9FB;
	width:25%;
}

#by_age {
	float:left;
	width:275px;
	height:190px;
}

#by_season {
	float:left;
	width:275px;
	height:190px;
	padding-left:10px;
	/*padding-right:10px;*/
}

#by_loc {
	float:left;
	width:500px;
	height:190px;
	padding-left:30px;
	padding-right:30px;
}

#color12 {
	background-color:#ffcccc;
	/*background-color:#FF0000;*/
	height:auto;
	padding-top:7px;
	padding-bottom:7px;
}

#color22 {
	/*background-color:;*/
	background-color:#ccccff;
	height:auto;
	padding-top:7px;
	padding-bottom:7px;
}

#color32 {
	background-color:#ffffcc;
	/*background-color:#ccccff;*/
	height:auto;
	padding-top:7px;
	padding-bottom:7px;
}

#small_nav {
	background-color:#EFF9FB;
}

#small_nav a {
	text-decoration:none;
	font-weight:normal;
	color:#0000FF;
}

#small_nav a:hover {
	color:#000000;
}

.table {
	float:left;
	width:auto;
	height:inherit;
	padding-right:30px;
}

ol {
	list-style:decimal;
	font-weight:bold;
}

.life {
	font-weight:normal;
}

.education a{
	font-weight:bold;
}

#content_main hr {
	color:#EEF9FB;
	background-color:#EEF9FB;
	border:none;
	height:3px;
}
