@charset "UTF-8";
/* CSS Document */


.thrColFixHdr #container { 
	background-image: url(images/book_bkg.jpg);
	background-repeat: repeat-y;	
} 

.thrColFixHdr #mainContent { 
	margin: 0 200px 0 150px; /* 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. */
}

.thrColFixHdr #sidebar1 {
	width: 150px;
	height: 600px;
}

.thrColFixHdr #sidebar2 {
	width: 200px;
	height: 600px;
	font-size:10px; 
}


.thrColFixHdr #sidebar2 .text10 {
	font-size:10px;
}


.thrColFixHdr #container p {
	margin: 0 10px;
	padding: 0 0 .5em 0;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;	
}

.thrColFixHdr #container h1, h2, h3, h4, h5 {
	color: #90f0c4;
	margin: 0;
	padding: .5em 10px .5em 10px;
}

.thrColFixHdr #container h1{
	font-size: 24px;
}
.thrColFixHdr #container h2{
	font-size: 18px;
}
.thrColFixHdr #container h3{
	font-size: 16px;
}
.thrColFixHdr #container h4{
	font-size: 14px;
}
.thrColFixHdr #container h5{
	font-size: 12px;
}





.teal {
 	color: #90f0c4;
 }

.text10 {
	font-size:10px;
}

.text10teal{
	font-size:10px;
 	color: #90f0c4;
}
 
.text11teal{
	font-size:11px;
 	color: #90f0c4;
}

.thrColFixHdr #quotes {
	margin-left: 10px;
}


.thrColFixHdr #quotes .quote {
	font-size:12px;
	padding-bottom: .75em;
}

.thrColFixHdr #quotes .citation {
	font-size: 12px;
	text-align:right;
	padding-bottom: 2em;
	color: #99CCCC;
}

.thrColFixHdr #footer #textmenu {
	padding-bottom: 0;
	margin-left: 170px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}

.thrColFixHdr #pagetag {
	margin: 5px 0 10px 170px ;
	padding-top: 0px;
 	font-size: 9px;
	color: #006699;
}


a:link {
	color: #99CCCC;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
a:active {
	color: #33FFFF;
	text-decoration: underline;
}
