@charset "UTF-8";
/* CSS Document */

body, p, td, th, li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
}
td{
	vertical-align:top;
	text-align:left;
}
table{
	padding-right: 10px;
}
img{
	border: 0px none;
}
p{
	padding-left:20px;
}
ul{
	margin-top:-10px;
	padding-left: 40px;
}
li{
	
}

#container{
	width: 980px;
	margin-right: auto;
	margin-left:auto;
	margin-top:10px;
}
#container2{
	float:left;
	width: 980px;
}
#rightside{
	float:left;
	width: 248px;
}
#leftside{
	float:left;
	width: 732px;
}
#navigation{
	float:left;
	width: 732px;
}
#contentwhite{
	float:left;
	width: 732px; 
	padding-top: 10px;
	padding-bottom:10px;
}
#contentyellow{
	float:left;
	width: 732px;
	background-color:#fff3bd;
	padding-top:10px;
}
#slideshow{
	border: 1px solid #fff3bd;
	float:left;
}
#footer{
	float:left;
	width: 980px;
	height:223px;
	background-image:url(/images/footer.gif);
	text-align:left;
	vertical-align:bottom;
}
#footercopy{
	float:left;
	left: 20px;
	top: 120px;
	position:relative;
}
#footer p{
	line-height: 18px;

}

table.three{
	width: 100%;
	
}
table.three td{
	width: 33%;
}
#contentwhite img{
	float:right;
	padding-left:10px;
}
#contentwhite img.noimg{
	float:right;
	padding-left:0px;
}