/* CSS Document */
body{
    max-width:200px;
    font-family:sans-serif;
	font-size: 0.90em;
	margin: 0;
	padding: 0;
}

.utilbar, .footer_nav, .banner, #left, .copyright, #quick_contact, .header, .video{
display:none;
}

#page_container, #columns{
max-width: 200px;
width:200px;
text-align:left;
border:0;
background:#fff;
}

#columns{
margin-top:0px;
}

img{
max-width: 100%;
}

a{
color: #06c;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

/*END HEADER STYLING */

/*BEGIN MAIN NAVIGATION */
.navholder {
	float: none;
	text-align:left;
	background:none;
	border-bottom:1px solid #ccc;
}

.navholder ul {
	list-style-type: none;
}

.navholder li {
float:none;
}

.navholder li a {
color:#000;
text-decoration:underline;
font-size: 0.80em;

 }

/*END MAIN NAVIGATION */
#copy{
background-color: #fff;
background-image: none;
width:180px;
margin:0;
float:none;
font-size:1em;
padding:0 1em;
}

#copy img{
display: none;
}

#copy p{
padding: 0.1em;
line-height:1.2em;
}

#copy ul{
padding:0em;
margin:0.38em;
list-style-type:none;
font-weight:bold;
line-height:.9em;
}

#copy ul li{
background:none;
padding: 0.15em;
margin-bottom:.5em;
}

#copy ul li a{
text-decoration: none;
}

#copy ul li a:hover{
text-decoration: underline;
}

#copy h1 {
font-size: 1.1em;
line-height:.9em;
font-weight:bold;
color: #18439b;
padding-bottom:0.1em;
margin:0.28em;
}

#copy h2, #quick_contact h2 {
font-size: 1.1em;
color: #39c;
line-height:.9em;
padding-bottom:0em;
margin:0.2em 0em 0em 0em;
}

#copy h3, #quick_contact h3 {
font-size: 0.92em;
color: #39c;
padding-bottom: 0.38em;
margin-bottom:0.83em;
}

#copy h4, #quick_contact h4{
font-size: 0.90em;
color: #444;
padding-bottom: 0.15em;
margin-bottom: 0.83em;
}

a.more{
color: #244ea4;
text-decoration: none;
}

a.more:hover{
color: #bd3a00;
text-decoration:none;
}


.clear{
clear:both;
}


/*BEGIN RIGHT COLUMN */

/*END RIGHT COLUMN */


