/* CSS Document */
body{
    max-width:200px;
    font-family:sans-serif;
	font-size: 0.90em;
	margin: 0;
	padding: 0;
	background-image:none;
}

.utilbar, #practicesnav, #left, .copyright, #quick_contact, .banner{
display:none;
}

.header img{
margin:0;
}


#page_container{
max-width: 200px;
width:200px;
padding:0;
margin:0;
text-align:left;
background-image:none;
}

img{
max-width: 100%;
}

a{
color: #be7d13;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

/*END HEADER STYLING */

/*BEGIN MAIN NAVIGATION */
.navholder {
	text-align:left;
	background:none;
	width:100px;
	margin:0;
	height:auto;
}

.navholder ul {
	list-style-type: none;
	padding:0px;
	margin:0 0 10px 5px;
}

.navholder li {
padding:0;
margin:0;
display:list-item;
}

.navholder li a {
text-decoration:underline;
background:none;
padding:0px;
font-weight:normal;
font-size: 1.1em;
color: #000;
}

.navholder li a:hover {
background:none;
text-decoration: none;
}

/*END MAIN NAVIGATION */

#copy{
clear:both;
background-color: #fff;
margin:0px 0 0 0;
background-image: none;
width:auto;
float:none;
font-size:1.1em;
padding:1%;
text-align:left;
}

#container, #columns{
clear:both;
margin:0px;
padding:0;
width: 200px;
font-size: 0.90em;
float:none;
background-image: none;
}
	
#copy p{
padding: 0.1em;
line-height:1.2em;
}

#copy ul{
padding:0em;
margin:0.38em;
list-style-type:none;
font-weight:bold;
}

#copy ul li{
background:none;
padding: 0.15em;
}

#copy ul li a{
text-decoration: none;
}

#copy ul li a:hover{
text-decoration: underline;
}

#copy h1 {
font-size: 1.0em;
color: #006;
padding-bottom:0.1em;
margin:0.28em;
}

#copy h2 {
font-size: 1em;
color:#069;
padding-bottom:0em;
margin:0.2em 0em 0em 0em;
}

#copy h3 {
font-size: 0.92em;
color:#069;
padding-bottom: 0.38em;
margin-bottom:0.83em;
}

#copy h2 a, #copy h3 a{
text-decoration: none;
color:#069;
}

#copy h2 a:hover, #copy h3 a:hover{
text-decoration: underline;
}


a.more{
text-decoration: none;
}

a.more:hover{
text-decoration:none;
}

.clear{
clear:both;
}

.footer_nav{
background-color: #fff;
background-image: none;
width:200px;
text-align:left;
font-size:1em;
border-top:2px solid #ccc;
}
.footer_nav ul{
text-align:left;
margin:0 0 0 5px;
}

.footer_nav li{
display:list-item;
}

.footer_nav li a{
color: #000;
padding:0;
margin:0;
}
/*END RIGHT COLUMN */


