body {
	background-color: #9cf; 
	font-family: serif;
	line-height: 110%;
	margin:0px 0px 0px 0px;
}

hr {
	margin:10px 0px 20px 0px;
}

td {
	margin:15px 15px 15px 15px;
}

li {
	line-height: 120%;
	margin:2px 2px 2px 30px;
	font-size: 14px;
	text-align: left;
}

p {
	margin:5px 15px 5px 15px;
	font-size: 14px;
}

a {
	text-decoration: none;
}

a:link {
	color: #009;
}

a:visited {
	color: #009;
}

a:hover {
	color: #66f;
}

a.nav {
	text-decoration: none;
}

/* Main content area */

p.body {
	line-height: 120%;
	margin:15px 30px 15px 30px;
	font-size: 14px;
	/*text-align: justify;*/
}

h1.body{
	margin:20px 0px 0px 30px;
	font-size: 22px;
	font-weight: bold;
	line-height:110%;
}

h2.body{
	margin:20px 0px 0px 30px;
	font-size: 18px;
	font-weight: bold;
	line-height:120%;
}

h3.body{
	line-height: 120%;
	margin:20px 0px 0px 30px;
	font-size: 14px;
	font-weight: bold;
}

/* Publications */

p.pub {
	line-height: 120%;
	margin:15px 30px 15px 30px;
	font-size: 14px;
}

/* Attorney & Practice Area lists */

p.list {
	line-height: 120%;
	margin:15px 30px 15px 30px;
	text-indent: 1.5em; 
	font-size: 15px;
	text-align: justify;
}

/* Disclaimer */

p.disclaimer {
	margin:10px 10px 10px 10px;
	font-size: 9px;
	line-height: 120%;
	text-align: justify;
	color:#777777;
}

/* Left nav bar */

p.left {
	margin:20px 15px 20px 15px;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	text-align: center;
}

img.left {
	display: block;
}

a.nav:link {
	color: #ffffff;
}

a.nav:visited {
	color: #ffffff;
}

a.nav:hover {
	color: #ff9900;
}

/* Top nav bar */

p.nav {
	margin:0px 0px 0px 0px;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #aaaaaa;
}

/* Events */

p.upc_redbold {
	font-weight:bold;
	margin:6px 0px 0px 0px;
	color:#990000;
}

p.upc_bold {
	margin:6px 0px 0px 0px;
	font-weight:bold;
}

p.upc_body {
	margin:6px 0px 0px 0px;
}

/* Sidebar */

h2.sidebar{
	margin:0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	line-height:120%;
}

h3.sidebar{
	line-height: 120%;
	margin:20px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}

/* Positioning */

#main {

	}

#leftcontent {
	position: absolute;
	top:0px;
	left:0px;
	width:223px;
	background:#fff;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	margin-right:15px;
	}

#navbar {
	position: absolute;
	top:0px;
	left:223px;
	width:579px;
	border:1px solid #000;
	height:40px;
	background:#009;
	padding-top:13px;
	}
	
#rightcontent {
	position: absolute;
	top: 40px;
	left: 225px;
	width: 577px;
	border: 1px solid #000;
	background: #dddddd;
	}
	
#bluebar {
	background:#009;
	height:20px;
	clear:both;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#disclaimer {
    clear:both;
	background:#ffffff;
	padding:2px;
  }

#clear {
    clear:both;
    overflow:hidden;
  }
  
#sidebar {
	float:right;
	width:170px;
	margin-left:20px;
	background:#ffffff;
	padding:15px;
	font-size:10px;
	line-height:140%;
}

#portrait {
	float:right;
	display: block;
	margin-left:20px;
	padding:0px;
}
