html,body{
	margin:0;padding:0}
body{
	background-color:#ebebe1; 
	color:#000000}

#mainContainer{
	margin: 0 auto;
	width: 810px;
	background-color:#FFFFFF
}

#topColouredBar{
	width: 810px; 
	height: 10px;
	background-color:#adbac2;
}

#searchContainer{
	width: 795px;
	height: 20px;
	text-align:right; 
	padding-right: 15px;
}

#navBar{
	float:left; 
	background-color: #fff;
	width: 810px;
	height: 64px;
	text-align:left;

}

/* the large upper strip */

#largeStrip{
	width: 810px; 
	height: 200px;
	background-color:#adbac2; text-align:left
}
/* in the cms top */
#largeStrip #strip_left{
	width: 540px; 
	height: 200px;
	background-color:#adbac2;
	/*background-image:url(../images/RCA.jpg); background-repeat:no-repeat;*/
	text-align:left; 
	float:left;
}

#largeStrip #strip_vertNav{
	width: 174px; 
	height: 170px;
	background-color:#adbac2;
	text-align:left;
	float:left;
	padding-top:30px;
}

#largeStrip .vertNavItem{
	height: 17px; 
	background-image:url(/images/vertNavBkg.gif); 
	background-repeat:no-repeat; 
	padding: 7px 0px 0px 10px;
	
}
/* in the cms bottom*/
/* stylize the links in the vert nav */	
.vertNavItem a:link 		{color: #ffffff;}
.vertNavItem a:visited	{color: #ffffff;}
.vertNavItem a:active 	{color: #f5e6ad;}
.vertNavItem a:hover		{color: #f5e6ad;}

#largeStrip #strip_right{
	width: 96px; 
	height: 200px;
	background-color:#adbac2;
	background-image:	url(../images/strip_right.jpg);
	background-repeat:no-repeat;
	text-align:left;
	float:left
}

/* the lower area */

#lowerMainContainer{
	width:700;
	margin: 0px 20px 20px 20px;
	height: 300px;
	background-color:#ffffff;
	text-align:left;
}

#lowerMainContainer .column1{
	width: 235px;
	height: 280px;
	padding: 20px 10px 10px 10px ; 
	background-color:#efefe7;
	float: left;
}

#lowerMainContainer .column2{
	width: 240px;
	height: 290px;
	padding: 10px 10px 10px 5px ; 
	background-color:#efefe7;
	float:left
}

#lowerMainContainer .column3{
	width: 240px;
	height: 280px;
	margin-left: 10px;
	padding: 20px 0px 10px 10px; 
	background-color:#eaeef1;
	float:left
}
/* boxes with the down/right arrows */
.boxWithArrows{
	height: 32px; 
	width: 215px;
	background-image:url(/images/BoxWithArrow.gif);
	background-repeat:no-repeat; 
	padding: 9px 0px 0px 16px;
}


#footerNav{
	width: 810px;
	height: 25px;
	padding-top:5px;
	clear:both;
}

#footerNav a:link 		{color: #969791;}
#footerNav a:visited	{color: #969791;}
#footerNav a:active 	{color: #FF0000 ;}
#footerNav a:hover		{color: #FF0000;}

#bottomColouredBar{
	width: 810px; 
	height: 15px;
	padding-top: 3px;
	background-color:#adbac2;
	color: #f1eeeb;
	font-size:9px
}


/* inner design */
/* 2 inner columns */

#leftContent	{
	width: 500px;
	margin-bottom: 10px;
	margin-top: 20px;
	float: left;
	display: inline;
	text-align:left;
	padding: 0px 30px 0px 20px;
	float: left;
}

#rightContent	{
	width: 220px;
	padding: 15px 0px 20px 20px;
	text-align:left;
	float: left;
	background: #eaeef1;
}





