@import url(/inc/css/arkive_block_2008.css);
@import url(/inc/css/arkive_introduction_2008.css);
@import url(/inc/css/arkive_creature_features_2008.css);

body {
	margin: 0px;
}
body.arkiveNewsletter {
	margin: 0px;
	background-color: #051F45;
}

div.header {
background: #051F45;
}

div.header table {
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	width: 100%;
	background-color: #051F45;
}

div.newsletterWrapper {
	padding: 0px 0px 15px 0px;
	background-color: #051F45;
	margin: 0px 0px 10px 0px;
	min-width:640px;
	/* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 640 ? "640px" : "100%" );

}

div.newsletterWrapper h1 {
	padding: 3px 20px;
	border-top: #fff 1px solid;
	font-size: 1.8em;
	background: #a3c6e0 no-repeat 0px -97px;
	margin: 0px;
	color: #051F45;
	border-bottom: #fff 1px solid;
	font-family: arial, helvetica, sans-serif;
}

/*
div.newsletterWrapper h1 {
	padding: 3px 20px;
	border-top: #E4E4E4 1px solid;
	font-size: 1.8em;
	background: #DAECF3;
	margin: 0px;
	color: #E4E4E4;
	border-bottom: #E4E4E4 1px solid;
	font-family: arial, helvetica, sans-serif;
}
*/

div.footer table {
	padding: 3px 6px;
	border-top: #fff 1px solid;
	font-size: 0.8em;
	width: 100%;
	color: #000;
	border-bottom: #fff 1px solid;
	font-family: arial, helvetica, sans-serif;
	height: 3em;
	background-color: #afcee7;
}

div.footer a {
	color: #0b4f81;
	text-decoration: none;
}

div.footer a:hover {
	color: #0b4f81;
	text-decoration: underline;
}

/* new style - abandoned
div.footer table {
	padding: 3px 6px;
	border-top: #fff 1px solid;
	font-size: 0.8em;
	width: 100%;
	color: #FCFBF6;
	border-bottom: #fff 1px solid;
	font-family: arial, helvetica, sans-serif;
	height: 3em;
	background-color: #0F4790;
}

div.footer a {
	color: #FCFBF6;
	text-decoration: underline;
}

div.footer a:hover {
	color: #F99645;
	text-decoration: underline;
}
*/

div.newsletterWrapper div.backToTop {
	margin: 10px 15px;
	clear: left;
}

div.backToTop a { 
color:#4671a9;
}

div.backToTop a:hover, div.backToTop a:active { 
color:#8EA8CB;
}


