/* CSS Document */
body{
    max-width:200px;
    font-family:sans-serif;
	font-size: 0.90em;
	margin: 0;
	padding: 0;
	background-image:none;
}

.utilbar, #practicesnav, .header, #left, .copyright, #quick_contact, .reports img{
display:none;
}

#page_container{
max-width: 200px;
width:200px;
text-align:left;
border:0;
background:#fff;
}

#container, #columns{
background-image:none;
background-color: #fff;
width:200px;
padding:0;
margin:0;
}

#container{
margin-top:100px;
}

img{
max-width: 100%;
}

a{
color: #369;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

/*END HEADER STYLING */

/*BEGIN MAIN NAVIGATION */
.navholder {
	text-align:left;
	background-image:none;
	background-color: #fff;
	width:200px;
	border:0;
	margin:0;
}

.navholder ul {
	list-style-type: none;
	padding:0.5em;
	background:#fff;
}

.navholder li {
float:none;
}

.navholder li a {
text-decoration:underline;
background:none;
display:list-item;
padding:0px;
margin: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;
padding:1%;
text-align:left;
}

.report_box{
padding:0.5em;
}

#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: #244ea4;
padding-bottom:0.1em;
margin:0.28em;
}

#copy h2 {
font-size: 1em;
color: #333;
padding-bottom:0em;
margin:0.2em 0em 0em 0em;
}

#copy h3 {
font-size: 0.92em;
color: #51554f;
padding-bottom: 0.38em;
margin-bottom:0.83em;
}

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 #666;
}
.footer_nav ul{
text-align:left;
background-color: #fff;
}

.footer_nav li{
display:list-item;
}

.footer_nav li a{
color: #000;
padding:.5em;
}
/*END RIGHT COLUMN */


