	body
	{
		background: #8696A8 url(../images/BCT_home_bg.jpg);
		background-repeat: repeat-x;
	}
	a
	{
		outline:expression(hideFocus=‘true’);
		outline:0;
	}
	
	/* Page Layout */
	.mainDivLayout
	{
		width: 825px;
		margin: auto;
		overflow: hidden;
	}
	#pageLayoutTop
	{
		margin-top: 98px;
		margin-bottom: 0px;
	}
	#pageLayoutTopLeft
	{
		width: 227px;
		height: 307px;
		float: left;
	}
	#pageLayoutTopRight
	{
		width: 598px;
		height: 307px;
		float: right;
	}
	#pageLayoutMiddle
	{
		border-top: solid 1px #000;
		background-color: #968749;
		border-left: solid 1px #000;
	}
	#pageLayoutMiddleLeft
	{
		width: 226px;
		float: left;
		background-color: #968749;
	}
	#pageLayoutMiddleRight
	{
		width: 596px;
		float: right;
		background-color: #fff;
		border-left: solid 1px #000;
		border-right: solid 1px #000;
	}
	
	#pageLayoutMiddleRight a, visited {color: #8B4641; }
	#pageLayoutMiddleRight a:hover {color: #000; }
	
	#pageLayoutFooter 
	{
		background-color: #000; 
		border-right: solid 1px #000;
	}
	
	#pageLayoutFooter a, a:visited {color: #8B4641; color: #AAAAAA; }
	
	#pageLayoutFooter a:hover {color: #000; color: #fff; }
	
	#pageLayoutFooter p
	{
		font: 13px Arial;
		color: #aaa;
		text-align: center;
	}
	
	/* Upper Menu */
	#upperMenuWrapper {
		margin: 8px 40px 15px 30px;
	}
	#upperMenu {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#upperMenu li {
		border-bottom: solid 1px #000;
		padding: 0px;
		margin: 0px;
		height: 17px;
	}
	#upperMenu li a {
		padding-left: 11px;
		font: bold 12px Trebuchet MS;
		color: #000;
		text-decoration: none;
	}
	#upperMenu li a:hover {
		background-image: url(../images/BCT_home_upperMenu_hover.png);
		background-repeat: no-repeat;
		background-position: 0px 4px;
	}
	
	/* Main Menu */
	.mainMenu {
		list-style: none;
		margin: 0px;
		margin-top: 0px;
		padding: 0px;
		background-color: #968749;
	}
	.mainMenu div {
		border-bottom: solid 1px #000;
		padding: 4px 0px 4px 10px;
		font: bold 16px Trebuchet MS;
		color: #fff;
	}
	.mainMenu a {
		font: bold 16px Trebuchet MS;
		text-decoration: none;
		color: #000;
		padding-left: 15px;
	}
	.mainMenu a.current {
		color: #fff;
	}
	.mainMenu a:hover {
		background-image: url(../images/BCT_home_mainMenu_hover.png);
		background-repeat: no-repeat;
		background-position: 0px 6px;
	}
	.mainMenu div div {
		border: 0px;
	}
	.mainMenu div div a {
		font: bold 13px Trebuchet MS;
	}
	.mainMenu div div a:hover {
		background: none;
	}
	
	/* Sub Menu */
	#subMenuWrapper
	{
		height: 20px;
		padding-top: 10px;
	}
	#subMenu
	{
		list-style: none;
		display: inline;
	}
	#subMenu li
	{
		float: right;
		background: url(../images/BCT_home_contentFooterMenu_left.jpg) no-repeat;
		padding-right: 5px;
		padding-left: 16px;
	}
	#subMenu li a
	{
		display: block;
		text-decoration: none;
		font: 16px Trebuchet MS;
		color: #fff;
		background: #000 url(../images/BCT_home_contentFooterMenu_right.jpg) no-repeat 100% 0;
		padding-right: 8px;
		padding-top: 3px;
	}
	#subMenu li a:hover
	{
		color: #c1ae52;
	}
	/* Main Page Content */
	#contentHeader {
		margin: 10px 0px 0px 10px;
	}
	#contentWraper	{
		overflow: hidden;
		width: 100%;
		margin: 0px 10px 5px 10px;		
	}
	#contentLeftColmun {
		float: left;
		width: 263px;
		padding: 10px 10px 0px 10px;
		border-right: solid 2px #D7CFCA;
	}
	#contentRightColmun {
		float: left;
		width: 263px;
		padding: 10px 0px 0px 10px;
	}
	.announcement {
		padding: 0px 0px 15px 15px;
		margin: 0px;
		background-image: url(../images/spotto.jpg);
		background-repeat: no-repeat;
		background-position: 0px 2px;
		font: 13px Arial;
		color: #333;
	}
	
	
	