@charset "utf-8";
/* CSS Document */

body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px; 
	background-color:#b6c2ae;
}

#shadowWrapper{
	width: 837px;
	background-image:url(../images/layout/pageShadow.jpg);
	background-position:left;
	background-repeat:repeat-y;

}

#pageWrapper{
	width: 730px;
	padding-left:51px;
}

#bannerWrapper{
	width: 799px;
	height:202px;
	text-align:right;
	
	padding-left:38px;
	
	background-position:right;
	background-repeat:no-repeat;
}

#banner_pic{

}

#leftLinksWrapper{
	width:160px;
	margin-left:0px;
	float:left;
}

#leftLinksBG{
	background-color:#b6c2ae;
	margin-top:1px;
}

#contentWrapper{
	width: 560px;
	background-color:#FFFFFF;
	float:right;
}

#footerWrapper{
	margin-top: -5px;
	margin-left:-5px;
	width:753px;
	clear:both;
	background-color:#000000;
}

#tbColor1{
	background-color:#D7EDA7;
}

.tbColor2{

}


#leftLinks:link { 
	color: white; 
	text-decoration:none;
	font-weight:bold;
}

#leftLinks:visited { 
	color:#000000; 
	text-decoration:none;
	font-weight:bold;
} 

#leftLinks:hover { 
	color: red; 
	text-decoration:none;
	font-weight:bold;
} 

#topLinks:link { 
	color: white; 
	text-decoration:none;
	font-weight:bold;
}

#topLinks:visited { 
	color:#00CC00; 
	text-decoration:none;
	font-weight:bold;
} 

#topLinks:hover { 
	color: red; 
	text-decoration:none;
	font-weight:bold;
} 