/* CSS Document */
body {
	margin:0;
	border:0;
	font-family:Arial, sans-serif;
	font-size: 12px;
	background-image:url(images/gradient.gif);
	background-repeat:repeat-x;
}

p.normal {
	text-indent: 36px;
	line-height: 18px;
}

p.listing{
	line-height: 20px;
}

p.topLink{
	position: relative;
	left: 284px;
	font-weight: bold;
	text-align: right;
	width: 200px;
}

#bioPic{
	float: right;
	left: 280px;
	margin: 20px 4px 4px 12px;
}

p.normal:first-letter {
	color: #0066ff;
	font-size:18px;
}

p.contentHeader {
	color: #0066ff;
	font-size:16px;
	font-weight: bold;
}

#pageHeader {
	position: absolute;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	top: 24px;
	left: 0px;
	width: 720px;
	text-align:right;
	z-index: 5;
}

#yearSelector{
	position: relative;
	left: 280px;
}

#mainMenu{
	position: absolute;
	text-align: left;
	top: 0px;
	left: 0px;
	width:180px; 
	z-index: 2;
}

#pageContent{
	position: absolute;
	top: 86px;
	left: 220px;
	width: 500px;
	z-index: 3;
}

#pageFooter {
	position: relative;
	bottom: -16px;
	left: 6px;
	color: #a9a9a9;
	font-size: 10px;
}

#mainText{
	padding-right: 10px;
	padding-bottom: 20px;
	border-right-style: dotted;
	border-right-width: 2px;
	border-right-color: #dcdcdc;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #dcdcdc;
}