body
{
background-color: #FFFFFF;
background-image: url(images/bg.png);
background-repeat: repeat-x;
margin-top: 0pt;
}

h1,h2,h3,p,table,li,a
{
font-family: 'arial', 'helvetica', 'sans serif';
}

h1
{
/*background-color: #ccc;*/
background-image: url(images/h1.png);
background-repeat: repeat-x;
text-align: center;
font-size: 100%;
margin-top: 0pt;
}

h2
{
font-size: 90%;
}

h3
{
font-size: 90%;
}

p,table,li
{
line-height: 120%;
}

p,li,th,td
{
font-size: 75%;
}

h1,h2,h3,hr 
{
color:black; 
}

a:link    {color:black}
a:visited {color:black}
a:active  {color:blue}
a:hover   {color:blue}

.form input,textarea
{
background-color: #FFFFFF;
border: 1px solid #C0C0C0; 
}

#container
{
/*background-image: url('marblelight.png');*/
background-color: #FFFFFF;
/*border-bottom: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;*/
margin-left: auto;
margin-right: auto;
width: 568pt;
/*text-align: center;*/
}

#header
{
background-color: #FBF6C3;
background-image: url(images/hgrad.png);
background-repeat: repeat-x;
text-align: center;
margin-top: 0pt;
margin-left: 0pt;
margin-right: 0pt;
padding-top: 0pt;
padding-left: 0pt;
/*line-height: 60%;*/
}

#footer
{
/*background-image: url(fgrad.png);
background-repeat: repeat-x;
background-attachment:fixed;*/
text-align: center;
line-height: 100%;
height: 1%
}

#footer p
{
margin-top: 0pt;
margin-left: 0pt;
font-variant: small-caps;
}

#nav
{
/*margin-top: 0pt;*/
/*margin-bottom: 0.5em;*/
}

#nav ul 
{
/*controlled by subbar
background-color: #000066;*/
text-align: right;
margin-left: 10pt;
margin-right: 10pt;
padding-left: 0;
/*border-bottom: 1px solid black;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;*/
}

#nav li
{
margin-left: 0;
list-style-type: none;
padding: 0.25em 1em;
/*border-left: 1px solid black;*/
display: inline;
}

#nav a:link    {color:black}
#nav a:visited {color:black}
#nav a:active  {color:black}
#nav a:hover   {color:red}

tr.header
{
font-weight: bold;
background-color: #FFC;
}

p.errtext
{
color: red;
font-weight: bold;
}

.nospacing p
{
line-height: 100%;
margin-top: 0pt;
margin-bottom: 2pt;
}

.centerlist
{
/*font-style: italic;*/
/*border: 2px solid gray;*/
padding: 2px 0px;
}

.centerlist ul
{
margin-top: 1pt;
list-style-image: url(images/circle.png)
}

.centerlist li
{
line-height: 120%;
margin-left: 0pt;
margin-bottom: 6px;
}

.biolist
{
padding: 1px;
margin-top: 0pt;
text-align: center;
}

.biolist h3
{
font-size: 100%;
}

.biolist img
{
border: none;
} 

.bio
{
}

.bio h3
{
margin-bottom: 5pt;
}

.bio p
{
margin: 5pt;
line-height: 140%;
}

.practicedef
{
}

.practicedef h3
{
margin-bottom: 5pt;
}

.practicedef p
{
margin: 5pt;
line-height: 140%;
text-indent:2em;
}

.dllist
{
margin-top: 0pt;
text-align: center;
}

.dllist table
{
border-color: #C0C0C0;
border-width: 0 0 1px 1px;
border-style: solid;
margin-left: auto;
margin-right: auto;
}

.dllist td
{
border-color: #C0C0C0;
border-width: 1px 1px 0 0;
border-style: solid;
margin: 0;
padding: 6px;
}

.singlecol
{
width: 100%;
padding: 1em;
}

.colmask {
clear:both;
float:left;
width:100%;			/* width of whole page */
overflow:hidden;	/* This chops off any overhanging divs */
}
/* common column settings */
.colleft {
float:left;
width:100%;
position:relative;
}
.col1,
.col2
{
float: left;
position: relative;
padding: 0 0 1em 0;
overflow: hidden;
}
/* 2 Column (double page) settings */
.doublepage {
background: #fff;		/* right column background colour */
}
.doublepage .colleft {
right: 50%;				/* right column width */
/*background: #ccc;*/	/* left column background colour */
}
.doublepage .col1 {
width: 46%;				/* left column content width (column width minus left and right padding) */
left: 52%;				/* right column width plus left column left padding */
}
.doublepage .col2 {
width:46%;				/* right column content width (column width minus left and right padding) */
left:56%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

@media print {
BODY {font-size: 10pt; line-height: 120%; background: white;}
#container {width: 40em;}
}
