* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	padding: 0;
	margin: 0;
}

header, footer, nav, section, article { 
	display:block; 
}

body {
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	font-family:helvetica;
	font-size:10pt;
	color:#332C27;
	background-color:#DCD5CE;
}
.small_font{
	font-size:8pt;
}
a{
	font: bold 12px Arial;
	color: black;
	text-decoration:none;
}
a:hover{
	color: #960018;
}
.species_gallery{
	float: right; 
	clear: both;
	margin: 10px;
	font-size: 8pt; 
	text-align: center;
}
optgroup option{
	padding-left:10px;
}
.fullBg {
	position: fixed;
	z-index: -50;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.sig{
	text-align:right;
	font-style:italic;
}
#background{
	display:none;
}
#blog{
	position:absolute;
	top:20px;
	bottom:86%;
	padding:5px;
	left:28%;
	width: 57%;
	z-index:0;
	overflow-y:scroll;
	background-image:url('../images/pg_bg.png');
	border-top: 5px solid #960018; /*Red color theme*/
	/*
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	*/
}

.blog_post{
	display:none;
}

#bp0{
	display:block;
}
#container{
	position: absolute;
	top: 15%;
	bottom:5%;	
	left: 14%;
	width: 72%;
	z-index: 0;
	background-image:url('../images/pg_bg.png');
	/*border: solid 1px black;*/
}
#content {
	z-index: 1;
	position: relative;
	margin-top:20px;
	padding:0px;
	padding-bottom:40px;
	overflow:auto;
	/*border: solid 1px black;*/
}
#page-content{
	margin-left:40px;
	margin-right:40px;
	z-index:2;
	/*border: solid 1px #f00;*/
}
#page-content section{
	position:relative;
	z-index:3;
	top:0%;
	height:480px;
	overflow:auto;
	padding:0px;
	padding-bottom:40px;
	/*border: solid 1px black;*/
}
header{
	font-size:12pt;
	font-weight:900;
	margin-bottom:10px;
}
.side_note{
	margin-top:20px;
	font-size:9pt;
}
.centered{
	text-align:center;
	margin-bottom:40px;
}
.alpha{
	/*background-color:#DCD5CE;*/
	filter:alpha(opacity=50);
	opacity:0.5;
}
.strategy{
	color:#960018;
}
.bold_label{
	font-weight:900;
}
.description{
	margin-bottom:40px;
}
.page-list{
	list-style-type:circle;
	margin-bottom:40px;
}
.page-list li{
	margin-left:20px;
}
.page-list span{
	font-weight:900;
}
.page-list2{
	list-style-type:disc;
	margin-bottom:0px;
}
.page-list2 li{
	margin-left:40px;
}
.page-list2 span{
	font-weight:900;
}
.class-list{
	list-style-type:none;
	margin-bottom:40px;
}
.class-list li{
	margin-bottom:0px;
	margin-left:5px;
	font-size:10pt;
}
.numbered{
	list-style-type:decimal;
	margin-bottom:40px;
}
.numbered li{
	margin-left:25px;
}
.power-list{
	list-style-type:circle;
}
.power-list li{
	margin-left:20px;;
}
.table_class{
	margin-left:5%;
	border-collapse:collapse;
	margin-right:40px;
	margin-bottom:40px;
}
.table_class th, .table_class td{
	border-collapse:collapse;
	border:solid 1px #8D7B6B;
}
.table_class th{
	font-weight:900;
	text-align:center;
	padding:5px;
	font-size:9pt;
}
.table_class td{
	padding:5px;
}
.yellow_mark{
	/*background-image:url('../../images/yellow_mark');*/
	background-color: #F2CD18;
	/*filter:alpha(opacity=75);
	opacity:0.75;*/
}
div.power_type{
	font-weight:900;
	margin-top:10px;
	margin-left:10px;
}
div.power_form{
	margin-left:20px;
	margin-top:10px;
}
.underlined{
	border-bottom:solid 1px #8D7B6B;
}
div.power_form_etc{
	margin-left:20px;
}
optgroup{
	font-weight:900;
}
.t1{
	font-weight:900;
}
.t2{
	font-weight:900;
}
.t3{
	font-weight:900;
}
.t4{
	font-weight:900;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
	padding: 0;
	margin:0;
	width: 100%;
	border-top: 5px solid #960018; /*Red color theme*/
	background: transparent;
	/*background-image:url('../images/hover_bg.png');*/
	height:40px;
	display:block;
}

.invertedshiftdown ul{
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	margin-right: 40px;	
	margin-bottom: 40px;	
	padding: 0;
	list-style: none;	
}

.invertedshiftdown li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.invertedshiftdown a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 9px 10px; /*Padding within each menu item*/
	/*background-color: white;*/ /*Default menu color*/
	background-image:url('../images/pg_bg.png');
	/*BELOW 4 LINES add rounded bottom corners to each menu item.
	ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
	REMOVE IF DESIRED*/
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
	/*background-color: #8D7B6B; /*Red color theme*/
	background-image:url('../images/hover_bg.png');
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
	background-color: #960018; /*Red color theme*/
	background-image:url('../images/select_bg.png');
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}

#page-header{
	display:block;
	width:100%;
	text-align:center;
	font-weight:900;
	font-size:16pt;
	padding-top:20px;
	margin-bottom:0px;
	padding-bottom:10px;
	border-top:solid 5px #960018;
	background-image:url('../images/pg_title_bg.png');
}

p{
	margin-bottom:40px;
}

footer{
	position: absolute;
	text-align:center;
	vertical-align:middle;
	width:100%;
	bottom:5px;
}
.blogger img{
	position:relative;
	top:3px;
}


