@charset "UTF-8";
/* CSS Document */
*{
	color:#555;
}

body{
	background-image:url(../images/woodpaneling2.jpg);
	margin:0px;
}

#wrapper{
	width:901px;
	margin:0px auto;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	border-bottom:3px solid #969696;
	padding-bottom:15px;
}

#header{
	width:901px;
	height:122px;
	background-image:url(../images/header.png);
}

#content{
	float:right;
	background-image:url(../images/quote_bottom.png);
	width:700px;
	background-repeat:no-repeat;
	padding-top:15px;
}

a, a:link, a:visited{
	text-decoration:none;
	color:#930
}

a:active, a:hover, a:focus{
	text-decoration:underline;
	color:#930;
}

p{
	font-size:0.9em;
	line-height:130%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.link{
	border:1px solid #ccc;
	border-right:5px solid #ccc;
	background-color:#F7F7F7;
	padding:10px;
	margin:10px 0px;
}

:hover.link{
	border:1px solid #ccc;
	border-right:5px solid #ccc;
	background-color:#fff;
	padding:10px;
	margin:10px 0px;
}

p.hover{
	border:1px solid #ccc;
	border-right:5px solid #ccc;
	background-color:#F7F7F7;
	padding:10px;
	margin:10px 0px;
}

p:hover.hover{
	border:1px solid #ccc;
	border-right:5px solid #ccc;
	background-color:#fff;
	padding:10px;
	margin:10px 0px;
}

#footNotes{
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:30px;
}

h1{
	font-size:1.4em;
	font-weight:normal;
	color:#000;
	line-height:130%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2{
	font-size:1em;
	font-weight:bold;
	color:#666;
	line-height:130%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3{
	font-size:0.8em;
	text-transform:uppercase;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.twoColumnSpread{
	width:300px;
	padding:10px;
	float:left;
	border-left:1px solid #ccc;
}

.clearDoc{
	clear:both;
}

sup{
	font-style:italic;
}