/* CSS Document */
body{
    max-width:200px;
    font-family:sans-serif;
	font-size: 0.90em;
	margin: 0;
	padding: 0;
	background-image:none;
	background-color:#fff;
}

.utilbar, #left, #quick_contact, .copyright, .photo, .more, .top, .espanol{
display:none;
}

#page_container, .leftcol{
max-width: 200px;
text-align:left;
margin:0;
background:#fff;
}

img{
max-width: 100%;
}


.header img.print{
display:block;
}

#bio #copy div{
margin-bottom:5px;
}

a{
color: #963;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

/*END HEADER STYLING */

/*BEGIN MAIN NAVIGATION */
.navholder {
	text-align:left;
	background:none;
	border:0;
	width:auto;
	margin:0;
	height:auto;
}

.navholder ul {
	list-style-type: none;
	padding:0px 0 0 10px;
	margin:0;
	height:auto;
	text-align:left;
}

.navholder li {
float:none;
padding:0;
height:auto;
display:inline;
background:none;
margin:0 2px;
width:auto;
}

.navholder li a {
text-decoration:underline;
margin:0px;
display:inline;
font-weight:normal;
font-size: .8em;
color: #000;
background:none;
padding:0;
border:0;
height:auto;
}

.navholder li a:hover {
background:none;
border:0;
text-decoration: none;
}

/*END MAIN NAVIGATION */
#container{
clear:both;
margin:0px;
width: auto;
padding: 1%;
float:none;
font-family:sans-serif;
background-image: none;
}
	
#right{
width:auto;
margin:0;
background:none;
}
	
#copy{
clear:both;
margin:0px 0 0 0;
background-image: none;
width:auto;
padding:.3em;
text-align:left;
font-size:1em;
}

#copy p{
padding: 0.1em;
line-height:1.2em;
}

#copy ul{
padding:0em;
margin:0.38em;
line-height:1em;
list-style-type:none;
}

#copy ul li, #copy ol li{
background:none;
padding: 0 0.15em;
margin:0;
}

#copy ul li a{
text-decoration: none;
}

#copy ul li a:hover{
text-decoration: underline;
}

#copy h1 {
font-size: 1em;
color: #000;
line-height:.9em;
padding-bottom:0.1em;
margin:0.28em;
font-weight:bold;
background:none;
}

#copy h2 {
font-size: .9em;
color: #036;
padding-bottom:0em;
line-height:1em;
background:none;
border-bottom:2px solid #ccc;
margin:0.2em 0em 0em 0em;
padding-left:0;
}

#copy h3 {
font-size: 0.8em;
color: #333;
padding-bottom: 0.38em;
margin-bottom:0.83em;
}

a.more{
text-decoration: none;
}

a.more:hover{
text-decoration:none;
}

.clear{
clear:both;
}

.footer{
background-image: none;
background-color:#fff;
width:200px;
text-align:left;
font-size:.8em;
border-top:2px solid #ccc;
padding:0;
margin:0;
}
.footer ul{
text-align:left;
}

.footer li{
display:inline;
}

.footer li a{
background:none;
color:#000;
}
/*END RIGHT COLUMN */


