.col1 {background-color: #336699;
}
.col2 {background-color: #E6B24C;
}
.col3 {background-color: #666666;}
#navlist
{
color: white;
background: #17a;
border-bottom: 2px solid #17a;
padding: 0 1px;
margin-left: 0;
width: 240px;
font: normal 13px Calibri,Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
width: 210px;
}

#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 5px;
margin-top: 5px;
color: white;
background: #39c;
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
border-left: 10px #e6b24c solid;
padding: 3px 0.5px 4px 3.75px;
}

#navlist a#current { border-color: #5bd #035 #068 #f30; }

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 210px;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{
	background: #28b;
	padding: 4px 3.5px 3px 5px;
	border-top-color: #069;
	border-right-color: #6cf;
	border-bottom-color: #5bd;
	border-left-color: #FFFF00;
}

#navlist a:active, #navlist a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 4px 3.5px 2.5px 9px;
}
.twoColHybLtHdr #mainContent2 { 
	margin: 20px 20px 20px 175px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 
.twoColHybLtHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #336699;
	height: 60px;} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}

/* 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;
}
.sec{
font-weight: bold;
text-align: center;}
