.sidebox /* Wrapper */
	{
	margin: 0 auto; /* center for now */
	width: 100%; 
	font-size: 100%;
	float:left;
	background:#FFFFFF;
	}

	.blueboxhead, .precontent_blueboxhead 
	{
	background: url(/images/template/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	}
	
	/* The following inverted box head give an inverted variation of the box head */
	.invertedboxhead
	{
	background: url(/images/template/sbhead-inverted-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	}
	.invertedboxhead h2 
	{
	background: url(/images/template/sbhead-inverted-l.gif) no-repeat top left;
	margin: 0;
	padding: 6px 10px 6px;
	color: 0C2577; 
	font-weight: bold; 
	font-size:15px; 
	line-height: 12px;
	text-align: left;
	}
	
	
.blueboxhead h2 , .precontent_blueboxhead h2  {
	background: url(/images/template/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 6px 10px 6px;
	color: white; 
	font-weight: bold; 
	font-size:15px; 
	line-height: 12px;
	text-align: left;
	}
	
.boxbody
	{
	background:#D9D9D9;
	text-align:left;
	padding: 0px 5px 0px 5px;;
	}
	

	
	.boxbody_review
	{
	background:#66BA40;
	text-align:left;
	padding: 0px 5px 0px;
	}
	.boxbody_review p, .boxbody_review a , .boxbody_review a :hover, .boxbody_review a :visited, .boxbody_review h1 ,  .boxbody_review h2 , .boxbody_review h3 ,  .boxbody_review h4  
	{ color:#0C2577; }
	
	
.precontent_boxbody
	{
	background:#D9D9D9;
	text-align:left;
	padding: 0px 5px 0px;
	height:200px;
	}

.boxbody p
	{
	font-family:Arial, Helvetica, sans-serif;	
	text-align:left;
	margin:0px;
	padding: 0px 5px 0px;
	font-size:12px;
	}
	
.precontent_boxbody p
	{
	font-family:Arial, Helvetica, sans-serif;	
	text-align:left;
	margin:0px;
	padding: 4px 5px 2px;
	font-size:12px;
	}
	
.quicklinks_container
	{
	background:#D9D9D9;
	text-align:left;
	padding: 0px 5px 0px;
	height:200px;
	}
.quicklinks_container ul
	{
	
	list-style-image: url('/images/template/bullet.gif'); 
	list-style-type: disc; /* This shows a normal bullet if browser does not support list-style-image */
	
	font-family:Arial, Helvetica, sans-serif;	
	text-align:left;
	margin:0px 0px 0px 15px;
	padding: 4px 5px 2px;
	font-size:12px;
	}
	
	
	/* The Following CSS is for the rounded boxes used in the tabbed container as seen in the camera section */
	

.content_show
{
border-right:2px solid navy;
border-left:2px solid navy;
clear:both;
width:471px; 
margin:0px;
padding: 0 10 5 10;
}
/* I.E states this should be width 495 as firefox counts the two 2px borders to make up the 495px width, i.e. does not. */

/* 
.tab_selected, .tab_unselected
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:white;
margin: 0 0 0 20;
padding: 0 15 0 15;

}
.tab_selected, .tab_unselected:hover, .tab_selected:hover
{
background-color:#0C2577;
color:white;
}
.tab_unselected
{
background-color:#99AED3;
}

	
	*/
	
	
	