body, h1, h2, h3 {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
}

a {
	text-decoration:none;
	color:#FFF;
}

.main_bg {
	background-color: #0B3149;
}
.top_header {
	background-image: url(../img/banner/top_header_fill.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.life_cycle_header {
	width: 100%;
	height: 130px;
	background-image: url(../img/banner/life_cycle_header_fill.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-size: 100px;
	font-weight: bolder;
	color: #FFF;
}
.top_header_line3 {
	background-color: #0B3149;
	text-align: center;
}

.top_header_line2 {
	background-image: url(../img/banner/header_blank_fill.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-position: center;
}

.display_image_div {
	text-align:center;
}
.display_image_div_lifecycle {
	text-align:center;
	width:100%;
}

.sci_name {
	font-size: 30px;
	font-style: italic;
	color: #CCC;
	vertical-align: top;
	text-align: center;
	background-color: #000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	padding-bottom: 10px;
}
.section_header {
	font-size: 18px;
	font-style: normal;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.main_text {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 20px;
}
.common_name {
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	padding-top: 15px;
}
.other_common_name {
	display:inline-block;
	font-size: 18px;
	font-style: normal;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background-color: #0B3149;
	border: thin solid #FF0;
	margin: 5px;
	border-radius: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.social_media_box {
	padding-top:10px;
	text-align:center;	
}
.social_media_comments {
	background-color:#FFFBF0;
	padding-top:10px;
	text-align:center;	
}