/* Body Style */
body {
	background-image: url(../images/tan-leftnav.png);
	background-repeat: repeat-y;
	background-color: rgb(255,255,255);
	color: black;
}



/* Main Page layout */


#cwbrb-logo, #page-header {
	background: rgb(0,0,125);/*darker blue*/
	border-bottom:9px solid rgb(155,0,0);
	/*height: 100px;*/
	color: white;
}

#page-header td, #page-header span {
	/* TEST - needed for old IE */
	color: white;
}

#print-logo {
	display: none;
}

#page-header a:link {
	color: white;
}

#topmenu {margin-top: 115px; 
		margin-left: 150px;
		}

#topmenu table {
		 margin-left: auto;
		 margin-right: auto; 
		 width: 75%; 
		 height: 20px;
		 text-align: center;
		 font-family: Arial;
		 font-weight: bold;
		 font-size:90%;
		 }
		 
#topmenu table td{
		background-color: rgb(93%, 87%, 78%);
 		border-bottom: thin solid black;
		border-right: thin solid black; 
		padding-left:.75em; 
		padding-right:.75em;
		font-size: 90%;
}
#topmenu a:link, #topmenu a:visited{
	text-decoration: none;
	color: rgb(153, 0, 0);
	}
#topmenu a:visited{
	text-decoration: none;
	color:rgb(20,20,20);
	}
	
#topmenu a:hover {
	text-decoration: underline;
	}

#leftnav {
	position: absolute;
	left: 0;
	top: 145px;
	width: 150px;
	/*background: rgb(238,221,198);  // other tan
	border-right: 1px rgb(220,220,220) dotted; */
	color: rgb(155,0,0);
}

#leftnav table {
		width: 130px;
		font-size:90%;
		padding-top:5px;
		padding-bottom:5px;
		margin-left:auto;
		margin-right:auto;
}

#leftnav table td{
		background-color: rgb(93%, 87%, 78%);
		border-top: thin solid white;
		border-right: thin solid black;
 		border-bottom: thin solid black;
		border-left: thin solid white;
		text-align: center;
}

#leftnav a:link {
	color:rgb(155,0,0);
	text-decoration: none;
}

#leftnav a:visited {
	color:rgb(20,20,20);
	text-decoration: none;
}

#leftnav a:hover {
	color:rgb(20,20,20);
	text-decoration: underline;
}

#thanks {
	margin-top: 10em;
	}
	
table#logos td{
	border: none;
	text-align: center;
}
	
#bodypart {
	margin-left: 181px;
	margin-right: 30px;
}

div#clearbody {
	margin-left:151px;
	}

/* Main Layout Style */
#header-bds {
	display: none;
}



/* Left Navigation Layout */
div#brent-photo {
	margin-top: 16px;
	margin-left: 16px;
}

div.left-navbar-item {
	margin-left: 16px;
	width: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
}



/* Left Navigation Style */
#leftnav ul {
	margin-left: 0;
	padding-left: 2em;
	font-size: 90%;
	list-style-type: none;
	text-indent: -.75em;
	margin-top: 2ex;
	font-weight: 500;
	line-height: 200%;
	
}

#leftnav ul ul {
	padding-left: .75em;
	font-size: 75%;
	margin: 0;
}

#page-header {	
	width: auto;	
}

