#wrapper {width:960px; margin:0 auto; background-color:#BCBDC0;padding:1em;}
#header { padding:1em; background-color:white; }
#container { padding:1em; background-color:white; }
#leftColumn { float:left; width:35%; height:875px; padding:1em; background-color:#D1D2D4; }
#block1 { float:right; width: 55%;  padding:1em; background-color:white; }
#block2 { float:left; width: 27%;  padding:1em; background-color:#D1D2D4; }
#block3 { float:right; width:27%; padding:1em; background-color:#D1D2D4; }
a.tt{
    position:relative;
    z-index:24;
    color:#000000;
	font-weight:bold;
    text-decoration:none;
}
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: #FF4040; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #000000;
    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;
}
#ImageHolder { float:right; width: 570px; height:100%; padding-bottom:1em; background-color:#BABABA; }
#footer { clear:both; padding:0.5em; background-color:#D1D2D4; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack - http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;}
li.c2 {list-style: none; text-align:left }
li.c1 {list-style: none; display: inline; text-align:left}
.text {
	font-size: small;
	color: #000;
}
.text2 {
	font-size: Xmedium;
	font-weight: bold;
	color: #00C;
}
.text3 {
	font-size: small;
	font-weight: bold;
	color: #00C;
}
.text4 {
	font-size: Medium;
	font-weight: bold;
	color: #00C;
	
	
}
.c1 {text-align: right}


ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #808080;
background-color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #D32026;
background-color: #FFF;
text-decoration: none;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img {
border: none;
}