@charset "utf-8";
/* CSS Document */

body#landingPage {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: left top;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	padding: 0px;
}
#landingWrapper {
	background-color: #000000;
	background-image: url(../images/bkg_art.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	width: 800px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

h1 {
	text-indent: -1000px;
	background-image: url(images/hd1.gif);
	background-repeat: no-repeat;
	background-position: 65px 55px;
	height: 150px;
	width: 800px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#papers {
	height: 90px;
	width: 170px;
	left: 400px;
	top: 160px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#payoff {
	height: 90px;
	width: 185px;
	left: 590px;
	top: 160px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#saying {
	height: 85px;
	width: 170px;
	left: 400px;
	top: 260px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#comments {
	height: 85px;
	width: 186px;
	left: 590px;
	top: 260px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#archives {
	height: 22px;
	width: 150px;
	left: 590px;
	top: 385px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#advisoryBoard {
	height: 20px;
	width: 150px;
	left: 400px;
	top: 415px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#industryPerspectives {
	height: 20px;
	width: 184px;
	left: 590px;
	top: 415px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#editorialBoard {
	height: 22px;
	width: 150px;
	left: 400px;
	top: 385px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 501px;
	text-align: center;
	width: 520px;
	left: 145px;
}
#logos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 625px;
	text-align: center;
	width: 520px;
	left: 145px;
}
a {
	font-size: 16px; 
	color: #FFFFFF;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0px;
}
#landingWrapper a:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;	
}
#landingWrapper a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#landingWrapper a:hover {
	text-decoration: underline;
	color: #000000;
}
#landingWrapper a:active {
	text-decoration: none;
	color: #FFFFFF;
}

