@charset "UTF-8";



/* COLOR PALETTE taken from hman site

2766cc blue
2b69cb another blue
cc9900 = close to darkgoldenrod
27387c -dark blu
cdddfc lite blu

 
*/




.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 27px 1px 15px 8px; /* padding keeps the content of the div away from the edges */
	background-color: #009999;
}




.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 27px 15px 15px 10px; /* padding keeps the content of the div away from the edges */
}


#sidebar2 p {
	font-size: 12px;
	line-height: 150%;
	color:#333366;
}


#sidebar2 ul,li {
	font-size: 12px;
	line-height: 150%;
	color:#333366;	
}


#sidebar2 ul.none,li.none {
list-style-type:none
}


#sidebar2 h3 {
margin:0;
padding:0;
}

.thrColFixHdr #mainContent {
	margin: 24px 300px 0 35px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #cc9900;
}


.thrColFixHdr #mainContent #limited { 
height: 580px;
overflow: scroll;

}

