html,
body, #form1 
{
   margin: 0;
   padding: 0;
   heeeight: 100%;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
   color: #5b5a5a;

}
#wrapper 
{
   margin: 0px auto 0;
   width: 1000px;
   min-height: 100%;
   margin-top: 70px;
}

#leftCol 
{
    float: left;
    width: 500px;
	margin-top: 40px;
}

#rightCol 
{
    float: left;
    width: 450px;
	padding-left: 25px;
	
}

	#textBox { clear: both; float: left; width: 350px; height: 400px; overflow: hidden; font-size: 12px; line-height: 17px;padding-right: 15px; }

#footer 
{
    clear: both;
	padding-top: 50px;
	font-size: 11px;
	color: #999999;
	text-align: center;
}
	a.footerLink { text-decoration: none; color: #999999; }
	a.footerLink:hover { background-color: #000; color: #fff; }

strong { font-weight: bold; color: #999; }

a
{
text-decoration:none;
/*color:#666666;*/
color:#999999;

}
a:hover
{
color:#333333;
/*color:#006964;*/
/*background-color:#eeffee;*/
}


.blockq
{
	margin-top:0px;
	
	
}



.hspacee
{
	
	padding-top:3px;
	

}

.td_green_line
{
border-top-style:solid;border-bottom-style:solid;border-bottom-width:0pt;border-top-width:1pt;border-color:teal;

}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
	width: 7px;
	background-color: #bbb;
	background-image:url(pix/scroll-panel.gif);
	background-repeat: repeat-y;
}
.vscrollerbar {
width: 7px;
background-color: #c8c7c8;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}