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

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

p {
	margin-bottom:11px;
}

#wrapper{
	width:901px;
	margin:0px auto 15px 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;
}

#sideBar{
	width:201px;
	float:left;
}

#sideBar img{
	margin-left:5px;
	border:none;
}

a, a:link, a:visited{
	text-decoration:none;
	/*color:#036;
	color:#693;
	color:#060;
	color:#69c;*/
	color:#BC8B64;
}

a:active, a:hover, a:focus, sup{
	text-decoration:underline;
	/*color:#036;
	color:#693;
	color:#060;*/
	color:#69c;
}

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;
}

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

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;
	color:#000;
	text-decoration:none;
}

blockquote{
	margin:5px 50px 10px 50px;
	font-size:0.9em;
	line-height:130%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

ol{
	font-size:0.9em;
	line-height:130%;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0px;
	padding:0px;
}

#content ol{
	padding-left:30px;
}
#content li{
	padding-left:15px;
}

.blog img{
	border:none;
	margin:0px 5px -5px 0px;
}

.blog{
	margin:5px 0px 0px 0px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	border-bottom:1px solid #666;
}

#content p.q{
	color:#000;
	padding:5px;
	background-color:#eee
}

blockquote.featured{
	font-size:1.3em;
	line-height:150%;
	text-align:center;
	padding:0;
	margin:15px 0;
}