body  {
	font: Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#white;
	width:790px;
}	

html {
    overflow-y: scroll;
}
	

.thrColAbs #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 790px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	height:auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
} 

.thrColAbs #container ol{
	font-size:12px;
}



.thrColAbs #sidebar1 {
	position: absolute;
	top:1px;
	left: 0px;
	width: 130px; /* 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 */
	background: white;
	height:350px;
	padding:   15px 15px 15px 0px;
	
	
}

.thrColAbs #sidebar2 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 130px; /* 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 */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:   15px 15px 15px 0px; /* padding keeps the content of the div away from the edges */

	color: #559753;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	height: 300px;


	text-align: left;
	clear: both;
	display: inline;	
}
.thrColAbs #sidebar2 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.thrColAbs #sidebar2 li {
	display: block;
	border: 1px solid #cdf;
}
.thrColAbs #sidebar2 a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px 5px 5px 5px;	
}
.thrColAbs #sidebar2 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	
	background-color: #f9f9f9;
}

.thrColABs #container2 {
	float: right;
	width: 446px;
	padding: 15px;
	overflow: auto;
	background-color: #F00;
	margin: 0px;
	position: relative;
	height:600px;
	}
.thrColAbs #mainContent {
	margin: 0 40px; /* 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. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 50px;
	margin-right: 200px;
	height: auto;
	font-size: 18px;
	height: 437px;
	color: #000;
	height:auto;
	min-height:400px;
}

.thrColAbs #menuLink {
	position:absolute;
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #FFF;
	width:790px;
	text-align: center;
	position: relative;
	height:30px;
	font-size: 12px;
	margin: 0 auto 0 auto;
	text-decoration: none;
	color:#000;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
	}



.thrColAbs #main {
	right:-90px;
	top:20px;
	position: relative;
	width:420px;
	font-family: Arial, Helvetica, sans-serif;
	height:auto;

}
 
p.small {
	line-height: 150%
	}

.thrColAbs #menuLink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	height:20px;
	width:790px;
	text-align: right;
	position: relative;
	margin: 0 auto 0 auto;
	text-decoration: none;
}


.thrColAbs #menuLink a:link {
	text-decoration: none;
	color: #000;

}
.thrColAbs #menuLink a:hover {
	text-decoration: none;
	color: #C33;
}
.thrColAbs #menuLink a:active {
	text-decoration: none;
	color: #FF0;
}
.thrColAbs #menuLink a:visited {
	text-decoration: none;
	color: #999;
}


.thrColAbs #menuLink2 a:link {
	text-decoration: none;
	color: #000;

}
.thrColAbs #menuLink2 a:hover {
	text-decoration: none;
	color: #C33;
}
.thrColAbs #menuLink2 a:active {
	text-decoration: none;
	color: #FF0;
}
.thrColAbs #menuLink2 a:visited {
	text-decoration: none;
	color: #999;
}

.thrColAbs #menuLink3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color: #FFF;
	height:20px;
	width:790px;
	text-align: right;
	position: relative;
	margin: 0 auto 0 auto;	

}
 .thrColAbs #mainpage {
	 position:relative;
	 margin: 0 auto 0 auto;
	 width:790px;
	
}

p.ex {color:#FF0000;
font-size:10px;}





.textboldWhite {padding: 0px 0px; text-align: left; font-family: Arial, Verdana, Sans-serif; font-size:12px; font-weight: bold; color: #fff;}
