body{
	background-color:#fffbda;
	background-image:url(images/bg_color.png);
	margin:0px 0px 0px 0px;
}
#main{
	margin:0px 0px 0px 0px;
}
#navcell{
	background-image:url(images/fade_side_top.png);
	background-repeat:no-repeat;
	height:233px;
	width:144px;
}
#floatcell{
	background-image:url(images/fade_side_back.png);
	width:144px;
}
#navcellbott{
	background-image:url(images/fade_side_back.png);
	height:203px;
	width:144px;
}
.bott_cell{
	background-image:url(images/fade_bott_back.png);
	height:106px;
}
.green_back{
	background-image:url(images/green_back.png);
	color:#ffffff;
	font-size: 10px;
}
.green_back a, .green_back a:link, .green_back a:hover, .green_back a:active, .green_back a:visited{
	color:#ffffff;
}
#content_cell{
	padding:0px 0px 0px 20px;
	text-align:left;
}
.sidebar_left{
	float:left;
	width: 200px;
	padding:10px;
	background-color: #e4deac;
	margin:0px 10px 10px 0px;
}
.sidebar_right{
	float:right;
	width: 200px;
	padding:10px;
	background-color: #e4deac;
	margin:0px 0px 10px 10px;
}
.sidebar_center{
	float:center;
	width: 480px;
	padding:10px 20px 10px 20px;
	text-align:left;
	background-color: #e4deac;
	margin:10px 10px 10px 10px;
}
body,td,th,li,p,div,h1,h2,h3,h4,h5,h6{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
}
h1,h2{
	font-size: 18px;
	color: #463f1d;
}
h3{
	font-size: 16px;
	color:#333333;
}
h4{
	font-size: 14px;
	color:#463f1d;
}
h5{
	font-size: 12px;
	color:#333333;
}
h6{
	font-size: 12px;
	color:#463f1d;
}

a, a:link{
	color:#35631b;
	text-decoration:underline;
}
a:hover, a:visited:hover{
	color:#35631b;
	text-decoration:none;
}
a:active, a:visited:active{
	color:#463f1d;
	text-decoration:none;
}
a:visited{
	color:#65934b;
	text-decoration:underline;
}	

img.png {
behavior: url(/pngbehavior.htc);
}