body, table {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#container {
	background-color: #ccc;
	}
	
table {
	background-color: #fff;
	text-align: left
	}
	
#table1 {
	background-color: #fff;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	
#table1 td {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}

p, ul {
	font-size: 0.9em;
	}
	
th {
	text-align: left;
	font-weight: normal;
	font-size: 0.9em;
	}
	
ul {
	margin-top: 0px;
	marging-bottom: 0px;
	}
	
h1, h2, h3 {
	color : #1D0DA4; /* dark blue */
	
	}
	
.proj {
	color : #394D5B; /* blue gray */
	font-weight: bold;
	display: inline
}

td {
	padding: 0px 10px 0px 10px;
	vertical-align: top;
	}
	
#sidebar {
	background-image : url('images/Sidebar140x900BG.jpg'); 
	width: 140px;
	margin: 0;
	padding: 0;
	}
	
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 7px 2px 7px 2px;
	width: 144px;
}
#sidebar li {
	display: block;
	border: 1px solid #ccc;  /* light grey */
}
#sidebar a {
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	color: #04b;  /* bright blue */ 
	text-decoration: none; 
	display: block;
	background-color: white;
	padding: 5px;
	border-bottom: 1px solid #cccccc;  /* f9f9f9 */
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #cccccc;  /* f9f9f9 */
	background-color: #cccccc;      /* f9f9f9 */
}
/* End Navigation Styles */

	
#sidebarfooter {
	width: 140px;
	font-size: .7em;
	vertical-align: middle;
	background-color: #fff;
	color : #1D0DA4;    /* dark blue */   
	}
	
#masthead {
	padding: 0px 20px 0px 10px;
	background-image : url('images/CooperLLPBanner900x140.jpg'); 
	background-repeat : no-repeat;
	height : 140px;
	text-align: right;
	vertical-align:top;
	color : #1D0DA4;    /* dark blue */
	font-size: 0.9em;    
}

#masthead h1, h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	

#footer {
	font-size: .8em;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
	color : #1D0DA4;    /* dark blue */  
	}
	
#breadcrumbs {
	font-size: 0.8em;
	color : #1D0DA4;
	}
	
.contact {
	color : #1D0DA4;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	}
	
.homelink {
	color : #1D0DA4;    /* dark blue */  
	text-decoration: none;
	}
	
.imgr {
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
.imgl {
	margin-left: 20px;
	margin-bottom: 10px;
	}