#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:720px; padding:1em; background-color:#D1D2D4; }
#middleColumn { float:left; width: 35%; height:350px; padding:1em; background-color:white; }
#rightColumn { float:right; width: 20%; padding-bottom:1em; background-color:white; }
#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;}
	
.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.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}