@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(Body_Background_Homepage2.jpg);
	background-color: #000;
	position: relative;
	background-position: center top;
	width: 900px;
	height: 800px;
	background-attachment: scroll;
	margin: 0 auto;
	background-repeat: no-repeat;
}

p.style	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-large;
	color:#000000;
	background-color:#EFE7D8;
}	

b.small {
	font-size:x-small;
	
}	
			
.twoColFixRtHdr #container {
	text-align: left;
	background-position: center top;
	padding-left: 57px;
	padding-right: 55px;
	width: 785px;
	background-attachment: fixed;
	height: 750px;
} 
.twoColFixRtHdr #header {
	background: #000;
	background-repeat: no-repeat;
	height: 215px;
	background-position: center;
	width: 785px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(Logo_BPSheely4.jpg);
} 
.twoColFixRtHdr #header h1 {
	margin: 0 auto; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.navbar ul {
	margin:0;
	list-style-type:none;
	text-align: center;
	padding-bottom: 1px;
	color: #D0BB7D;
	background-color: #000000;
	width: 785px;
	padding-left: 0px;
	padding-right: 0px;
}

.navbar li {
	list-style-type: none;
	display: inline;
	font-size:14px;
	font-variant:small-caps;
	font-weight:500;
	color: #D0BB7D;
	background-color: #000000;
}

.navbar li a {
	text-decoration:none;
	padding:0em 1em;
	background-color: #000000;
}

.navbar li a:link {
	color:#D0BB7D;
	background:#000;
	background-color: #000000;
}

.navbar li a:visited {
	color: #D0BB7D;
	background:#000;
}

.navbar li a:hover {
	background:#000;
	color:#FF6600;
} 

.twoColFixRtHdr #mainContent {
	background-position: center;
	width: 785px;
	color: #E9DECF;
	height: 400px;
	padding-left: 0px;
	padding-right: 0px;
} 

.twoColFixRtHdr #description {
	float:left;
	width: 375px;
	height: 380px;
	padding-left: 0px;
}

.twoColFixRtHdr #Bio {
	float:left;
	height: 298px;
	width: 285px;
	padding-left: 0px;
}	
.twoColFixRtHdr #mainContent table {
	background-color:#fff;
	text-align:center;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #391317;
	width: 785px;
	height: 382px;
	border: none;
	padding-left: 0px;
}	

.twoColFixRtHdr #mainContent td.tanBg {
	border-top:solid #000;
	border-bottom:solid #000 0px;
	height: 18px;
	text-align: center;
	padding-left: 0px;
}


/* This is the bottom table navigation stylesheet */

td.nav2 {
	margin:0;
	list-style-type:none;
	text-align: center;
	padding-bottom: 0px;
	color: #000;
	background-color: #EFE7D8;
}

td.nav2 {
	list-style-type: none;
	display: inline;
	font-size:15px;
	font-variant:small-caps;
	font-weight:500;
	color: #000;
	background-color: #EFE7D8;
}

td.nav2 a {
	text-decoration:none;
	padding:0.5em .75em;
	background-color: #EFE7D8;
}

td.nav2 a:link {
	color:#000;
	background:#EFE7D8;
	background-color: #EFE7D8;
}

td.nav2 a:visited {
	color: #000;
	background:#EFE7D8;
}

td.nav2 a:hover {
	background:#EFE7D8;
	color:#957B4A;
	text-decoration: underline;
} 	

.twoColFixRtHdr #flash{
	margin:0;
	background-color:#000000;
	width:785px;
	background:#000000;
	height: 368px;
	padding-right: 1px;
	padding-bottom: 2px;
}	

.twoColFixRtHdr #flash2{
	float:left;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.twoColFixRtHdr #sidebar1 {
	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EFE7D8;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F120B;
	height: 366px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	padding-top: 15px;
	font-size: medium;
}
.twoColFixRtHdr #sidebar1 p {
	font-size:14px;
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
}	

.twoColFixRtHdr #sidebar2 {
	width: 745px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EFE7D8;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F120B;
	height: 366px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	padding-top: 15px;
}
.twoColFixRtHdr #sidebar2 p {
	font-size:small;
	line-height: 1.1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 14px;
}	

.twoColFixRtHdr #sidebar2 img {
	float: left;
}	

.twoColFixRtHdr #footer {
	background-image: url(Footer_BPSheely5.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width: 785px;
	padding-left: 0px;
	padding-right: 0px;
	background-position: center;
	padding-top: 10px;
} 
.twoColFixRtHdr #footer p {
	text-align: center;
	color: #E7DCBC;
	font-size: 12px;
	line-height: 1.75em;
	padding-top: 55px;
}

.red {
	text-decoration:underline;
	color:#FF6600;
	}

p.design {
	font-size:14px;
}	

p.design a{
	font-size:12px;
	color:#E7DCBC;
}

p.design a:hover {
	text-decoration:none;
	color:#fff;
} 
	
.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;
	margin-right: 8px;
}
.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;
}

