body.home {
	font-family: arial,helvetica;
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	background-image:url(/background.jpg);
	background-repeat: no-repeat;
	background-color: #888;
}

body.L2 {
	font-family: arial,helvetica;
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	background-image:url(/L2background.jpg);
	background-repeat: repeat-y;
	background-color: #888;
}


h1 {
	font-size: 3.0em;
	color:#999;
	font-weight: normal;
	margin:2px;
	padding:2px 0px;
}

h1.banner {
	font-size: 2.0em;
	font-weight:normal;
	color:#900;
	margin:0px;
	padding:0px 0px 0px 30px;
}

h1.banner_indent1{
	font-size: 2.0em;
	color:#900;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 0px 80px;
}

h1.banner_indent2{
	font-size: 2.0em;
	color:#900;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 0px 95px;
}

h1.groupheading{
	font-size: 1.8em;
	color:#000;
	font-weight: bold;
	margin:0px;
	padding:2px 0px;
}

h2 {
	font-size: 1.1em;
	color:#000;
	font-weight:bold;
	margin:0px;
	padding:2px 3px;
}

p {
	padding:2px 4px;
	margin:5px;
}

p.footer {
	padding:4px 4px;
	margin:30px 5px 5px 50px;
	font-size: 0.7em;
}

a#navhome , 
a#navhistory , 
a#navcontact , 
a#navpractice , 
a#navnews , 
a#navprofiles  
{
	text-decoration:none;
	color: #666;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	width:210px;
	background-image:url(/nav_background.gif);
	background-repeat: no-repeat;	
	margin:0px 20px;
	padding:10px 0px 0px 35px;
}

a#navhome:hover, 
a#navhistory:hover, 
a#navcontact:hover, 
a#navpractice:hover, 
a#navnews:hover, 
a#navprofiles:hover 
{
	color: #000;
	background:#ccc;
	background-image:url(nav_background.gif);
	background-repeat: no-repeat;	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
        -khtml-opactiy:0.7;
}

#home a#navhome, 
#history a#navhistory, 
#contact a#navcontact, 
#practice a#navpractice, 
#news a#navnews, 
#profiles a#navprofiles 
{
	color: #600;
}



a.headline,
div.headline {
	text-decoration:none;
	color: #036;
	font-size: 0.8em;
	font-weight: bold;
	margin-left:20px;
	padding:0px;	
	width:200px;
}

div.navitem {
	margin:0px;
	padding:0xpx;	
	width:210px;
}

div.content {
	width:467px;
	padding: 0px 20px 0px 10px;
	margin: 0px 0px 0px 270px;
}

div.vspace {
	margin:30px 0px;
}

div.container{
	margin-left: 153px;
	width:763px;
}

div.header{
	margin-left: 153px;
	width:763px;
}

div.navigation {
        float:left;	
	width:270px;
	padding:0px;
}


div.tabcontent {
	display:none;
}

div.profileleft {
	float:left;
	width:150;
	font-size: 0.8em;
	padding:0px 5px 0px 5px;
}

div.profileright{
	padding:0px 0px 0px 5px;
	font-size: 0.8em;
}



