@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4159AB;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 2px solid #000000;
	text-align: left;
} 
#header { 
	background: #F9AD4C; 
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: left; 
	width: 200px; 
	background: #FCCB9C; 
	padding: 15px 10px 15px 20px;
}
#sidebar1 { 
    Color:#152A6E
}
#mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 20px; 
}
#mainContent h1{ 
    Color: #102418
} 
#footer { 
	padding: 0 10px 0 20px; 
	background: #F9AD4C; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
	z-index:24;
    color:#659277;
    text-decoration:none;
	font-size: 10pt;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #CC9900; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}
