body {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
background-color:#063209;
}

td {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
vertical-align:top;
}
p
{
margin-top:5px;
margin-bottom:10px;
margin-left:15px;
margin-right:15px;
padding:0px;
font-size:9pt;
line-height:140%;
}
p.practiceleft
{
color:#063209;
font-weight:bold;
font-size:13pt;
font-family:"Times New Roman", Times, serif;
letter-spacing:-1px;
margin-right:10px;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
text-align:left;
}
p.practiceright
{
color:#063209;
font-weight:bold;
font-size:12pt;
margin-top:2px;
margin-bottom:0px;
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;
}
p.practicemain
{
margin-left:0px;
margin-right:10px;
margin-top:10px;
margin-bottom:2px;
}
ul,ol
{
margin-top:5px;
margin-bottom:10px;
margin-left:30px;
padding-left:30px;
margin-right:20px;
font-size:9pt;
line-height:140%;
}
li
{
margin-bottom:10px;
}
li.practicelist
{
margin-bottom:0px;
}
p.topnav
{
font-size:8.5pt;
text-align:center;
color:#ffffff;
margin:0px;
}
p.address
{
text-align:right;
margin-top:15px;
margin-right:5px;
font-size:8pt;
line-height:140%;
}
p.contactinfo
{
text-align:right;
margin-top:5px;
margin-right:5px;
font-size:9pt;
font-weight:bold;
line-height:120%;
}
p.contactinfo2
{
text-align:left;
margin-top:5px;
margin-left:5px;
font-size:9pt;
line-height:100%;
}
p.bottomlinks
{
text-align:center;
margin-left:0px;
margin-right:0px;
font-size:8pt;
}
p.articletable
{
margin-left:0px;
font-size:9pt;
}
p.byline
{
font-style:italic;
}
h1,h2,h3,h4,h5,h6
{
margin-top:10px;
margin-bottom:10px;
margin-left:15px;
margin-right:15px;
padding:0px;
}
h3.articletitle
{
font-style:italic;
margin-bottom:0px;
}
h5.articlesubtitle
{
margin-top:0px;
}
h4.subhead
{
color:#063209;
margin-bottom:15px;
margin-top:20px;
}
table.main
{
background-color:#ffffff;
border:solid 1px #000000;
margin-left:auto;
margin-right:auto;
width:800px;
}
td.mainleft
{
width:258px;
background-color:#5f1a23;
/*background-image:url(../images/leftnav_bg.gif);
background-repeat:repeat-y;*/
color:#ffffff;
}
td.mainright
{
width:542px;
/*background-color:#b89e86;*/
background-image:url(../images/topright_grad.jpg);
background-repeat:repeat-y;
border-bottom:1px solid #5f1a23;
}
td.topnavbar
{
background-image:url(../images/navbtn.jpg);
background-repeat:no-repeat;
vertical-align:middle;
height:28px;
width:133px;
}
td.bottomnav
{
/*background-color:#b89e86;*/
background-image:url(../images/bottom_nav_bg.jpg);
background-repeat:repeat-x;
border-top:1px solid #000000;

}
td.leftnavone
{
vertical-align:bottom;
color:#ffffff;
font-size:8.5pt;
background-color:#6f3139;
width:20px;
border-left:solid 1px #91646a;
border-top:groove 2px #91646a;
border-bottom:groove 2px #91646a;
padding: 6px 4px 6px 4px;
}
td.leftnavtwo
{
vertical-align:middle;
color:#ffffff;
width:100%;
font-size:8.5pt;
background-color:#6f3139;
border-right:solid 1px #91646a;
border-top:groove 2px #91646a;
border-bottom:groove 2px #91646a;
padding: 6px 4px 6px 4px;
width:210px;
}
td.pleftcol
{
width:178px;
height:24px;
}
td.prightcol
{
background-image:url(../images/pract_bgr.gif);
background-repeat:no-repeat;
width:360px;
height:24px;
}
td.pleftcol2
{
width:60px;
height:24px;
}
td.prightcol2
{
width:462px;
height:24px;
}
td.articlectr
{
width:130px;
}
td.articleright
{
width:382px;
}
img
{
margin:0px;
padding:0px;
}
object
{
margin:0px;
padding:0px;
width:800px;
height:275px;
}

/* links on white backgrounds properties */

a:link {
	color: #5f4b38;
	text-decoration:underline;
}

a:visited {
  color: #5f4b38;
  text-decoration:underline;
}

a:hover {
	color: #b89e86;
	text-decoration:underline;
}

a:active {
	color: #b89e86;
	text-decoration:underline;
}

/* links on dark backgrounds properties */

a:link.white {
	color: #ffffff;
	text-decoration:none;
}

a:visited.white {
  color: #ffffff;
  text-decoration:none;
}

a:hover.white {
	color: #cccccc;
	text-decoration:underline;
}

a:active.white {
	color: #bbbbbb;
	text-decoration:underline;
}

/* small text links at bottom of page */

/* hyperlink properties */

a:link.bottom   /* unvisited link */
{
	color:#000000;
	text-decoration:none;
}

a:visited.bottom  /* visited link */
{
  color:#000000;
  text-decoration:none;
}

a:hover.bottom  /* mouse over link */
{
	color:#000000;
	text-decoration:underline;
}

a:active.bottom   /* selected link */
{
	color:#000000;
	text-decoration:none;
}

/* links on article page right navigation */

a:link.articles   /* unvisited link */
{
	color:#000796;
	text-decoration:none;
}
a:visited.articles  /* visited link */
{
  color:#960000;
  text-decoration:none;
}

a:hover.articles  /* mouse over link */
{
	color:#960000;
	text-decoration:underline;
}

a:active.articles   /* selected link */
{
	color:#4b7143;
	text-decoration:underline;
}