@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #999999;
	}

div#container {
	width: 780px;
	height: 601px;
	padding: 0;
    margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0px;
	position: relative;
    text-align: left;
	}
	
div#logo {
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	position: absolute;
}
	
div#logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

div#factoid {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 149px;
	top: 0px;
}
/******************************************* Picture for IE ***********************************************/
div#picture {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 630px;
	bottom: 451px;
}
/****************************** Picture for all other browsers ********************************************/
html>body #picture {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 630px;
	bottom: 452px;
}
/******************************************* NAV BAR for IE ***********************************************/

div#nav_bar {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 47px;
	bottom: 421px;
}

div#nav_bar ul {
	margin: 0;
	padding: 0;
	}

div#nav_bar li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div#nav_bar a img {
	text-decoration: none;
	margin-left: 30px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
/***************************** NAV BAR for all other browsers *********************************************/

html>body #nav_bar {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 47px;
	bottom: 416px;
}

html>body #nav_bar ul {
	margin: 0;
	padding: 0;
	}

html>body #nav_bar li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

html>body #nav_bar a img {
	text-decoration: none;
	margin-left: 30px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	

div#black_bar {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	bottom: 416px;
}

/************************************* NWT2U email for IE ************************************************/

div#nwt2u_email a img {
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 254px;
	bottom: 244px;
}

/***************************** NWT2U email for all other browsers ****************************************/

html>body #nwt2u_email a img {
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 261px;
	bottom: 248px;
}

/********************************** CSR Design email for IE **********************************************/

div#csr_design a img {
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 305px;
	bottom: 5px;
}

/***************************** CSR Design email for all other browsers  **********************************/

html>body #csr_design a img {
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 305px;
	bottom: 1px;
}

/************************************* BOTTOM for IE *****************************************************/

div#bottom {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	bottom: 5px;
}
/****************************** BOTTOM for all other browsers ********************************************/

html>body #bottom {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	bottom: 1px;
}
