@charset "utf-8";
	
	#3col #middle .subcopy table tr td {
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:  #333;
	background-color:#870B0D;
	font-size: 100%;
	background-image: url();
	background-repeat: repeat-x;
	background-position: top;
}

h1, h2, h3 {
	margin:0;
	padding:0;
	}
	
p {
	font-size: 70%;
	line-height: 140%;
	color: #000;
}

h3 {
	font-size: 70%;
	color: #881012;
	letter-spacing: 1px;
	height: 15px;
	width: 210px;
	background-color: #FFF;
	padding-left: 15px;
	text-transform: uppercase;
	margin-top: 30px;
	font-family: Verdana, Geneva, sans-serif;
}

.twoColFixLt #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}

#header {
	width: 960px;
	background-color: #FFF;
	height: 175px;
}

#nav {
	width: 960px;
	margin-bottom: 20px;
}

#nav ul li{
	text-decoration: none;
	display: block;
	width: 145px;
	list-style: none;
	text-align: center;
	font-size: 70%;
	float: left;
	background-color: #FFF;
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: uppercase;
}

#nav ul li a{
	text-decoration: none;
	list-style: none;
	width:120px;
	color: #000;
	font-weight: bold;
	background-color: #FFF;
}

#nav ul li a:hover, a:active {
	color: #890D0F;
	padding: 5px;
	border-top: thick solid #880C0C;
}

.photo   {
	background: #FFF;
	height: auto;
	border:#CCC thick solid;
	margin: 0 20px;
}

#sidea{
	float: left;
	background-color: #FFF;
	width: 160px;
	padding: 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	}
#sidea p {
	color: #881012;
	font-weight: bold;
	text-align: left;
	font-size: 75%;
}

#middle  {
	width: 35%;
	text-align: left;
	background-color: #FFF;
	padding:0 15px;
}

#middle p   {
	padding-left: 20px;
	background-color: #FFF;
	line-height: 140%;
	font-size: 70%;
}

#middle ul li   {
	list-style: none;
	font-size: 80%;
	line-height: 190%;
	padding-left: 10px;
}

#middle .subcopy   {
	font-size: 80%;
	vertical-align: middle;
	padding: 5px;
	width:700px;
}

#sideb   {
	width: 335px;
	float: right;
	padding:0 15px;
	margin-right:20px;
	background-color: #FFF;
	margin-top: 45px;
}

#sideb ul li  {
	font-size: 70%;
	line-height: 300%;
	border-bottom: thin solid #ccc;
	text-transform: none;
	list-style: none;
	margin-left: -28px;
}

#middle .subcopy table tr td strong   {
	font-weight: bold;
}

.twoColFixLt  #container #footer{
	padding: 20px;
	text-align: center;
	background-color: #FFF;
	height: 40px;
} 

.twoColFixLt #container  #footer p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 60%;
	color: #870B0B;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.twoColFixLt #container #footer p a {
	color: #999;
	text-decoration: none;
}
	
.ital {
	font-style: italic;
	text-align: right;
	font-size: 80%;
	line-height: 110%;
}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	

.name {
	position: relative;
	left: 20px;
	float:left;
	clear:both;
}

#pf_multiBox1 {
	background: #FFF;
}
#3col #middle .subcopy {
	font-size: 70%;
}

#middlewider {
	width: 80%;
	text-align: left;
	background-color: #FFF;
}

#middlewider table {
	border-top: thin dotted #ccc;

}

#middlewider p {
	padding-left: 15px;
}

td {
	font-size: 90%;
	font-weight: bold;
	padding-left: 10px;
}

.openquote_txt {
	font-weight: bold;
	font-size: 80%;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}
.closequote {
	line-height: -20px;
	position: relative;
	top: -30px;
}

.italquote {
	font-size:60%;
	text-align:right;
	font-style:italic;
	padding-right:30px;
	}