@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
        width: 15em;
}

a:link {color: #000000; text-decoration: none; }
a:active {color: #c2c2c2; text-decoration: none; }
a:visited {color: #919ca4; text-decoration: none; }
a:hover {color: #528BC0; text-decoration: underline; }


img {border:0;}

.twoColElsLtHdr #container { 
        position: relative;
	width: 65em;  
	background: #FFFFFF;
	margin: 0; 
	color: #000000;
	border: 1px solid #8b93ab;
	padding: 5px;
}
 
.twoColElsLtHdr #header { 
	background: #4f6b7f; 
	padding: 10px;
} 


.twoColElsLtHdr #header h1 {
	margin: 0px;
	padding: 10px 10px; 
}

.twoColElsLtHdr #sidebar1 {
        text-transform: uppercase;
	float: left; 
	width: 15em; 
	background: #4f6b7f; 
        text-indent: 10px;
	padding: 15px 0;
        color: #ffffff;
         
#sidebar1 a:link {color: #ffffff; text-decoration: none; }
#sidebar1 a:active {color: #c2c2c2; text-decoration: none; }
#sidebar1 a:visited {color: #bccedb; text-decoration: none; }
#sidebar1 a:hover {color: #528BC0; text-decoration: underline; }

}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.twoColElsLtHdr #mainContent {
        margin: 0px 0em 0px 15em; 
} 

.twoColElsLtHdr #mainpic {
        margin: 10px; 
}


.twoColElsLtHdr #mainbox {
        text-indent: 0px;
        padding: 10px; 
	
}

.twoColElsLtHdr #faker {
	margin: 0; 
	padding: 0;
}



}

.twoColElsLtHdr #li {
	margin: 0; 
	padding-left: 40px;
}

.twoColElsLtHdr #loginBox {
	margin: 0px; 
        color: #ffffff;
	background: #4f6b7f;
        border: 1px solid #000000;
}



.twoColElsLtHdr #footer {  
	padding: 5px; 
        border: 1px solid #8b93ab;
	background:#ffffff;
} 
.twoColElsLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
        font-size: .8em;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}