/* CSS Document */

body {
	background-color: #ffffff;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3f3f3f;
}
a {
	color:#3f3f3f;
}
#wrapper {
	width:6.5in;
	text-align:left;
}
#underHeader {
	width:6.5in;
	height:1in;
	z-index:2;
}
#flashHeader {
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:1;
}
#navbar {
	width:1px;
	height:1px;
	overflow:hidden;
}
#subMenu {
	width:1px;
	height:1px;
	overflow:hidden;
}
#mainContent {
	width:6.5in;
	display:block;
	z-index:3;
	background-color:#FFFFFF;
	font-size:12pt;
}
/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h1 {
  font-size: 24pt;
}
div.rounded h4 {
  font-size: 18pt;
}
#creditByline {
	width:6.5in;
	display:block;
	height:.2in;
	z-index:4;
	background-color:#DDDDDD;
	text-align:center;
	padding-top:3px;
}
#panelPic {
	width:1px;
	height:1px;
	overflow:hidden;
}
#inlineMenu {
	width:1px;
	height:1px;
	overflow:hidden;
}
img.rightEdge {
	display:inline;
	float:right;
	margin:0.5em;
	border: 1px #910000 solid;
}
#images {
	display:inline;
	width:300px;
	padding:0;
	float:right;
	margin:0.5em;
	border: 1px #910000 solid;
	text-align:right;
}
#mainContent p {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	line-height:16pt;
}

#mainContent p.reply {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	line-height:16pt;
	font-weight:bold;
	color:#910000;
	text-decoration:underline;
}
p a:link:after, p a:visited:after {
	content: " ("attr(href)") ";
	font-size:90%;
}
