	body {	
	margin:0;
	margin-top:0px;	
	padding:0; 
	border:0; 	/* This removes the border around the viewport in old versions of IE */	
	width:100%;
	background:#eeeeee;	
	min-width:600px;	/* Minimum width of layout - remove line if not required */
			/* The min-width property does not work in old versions of Internet Explorer */	
	font-size:13px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color:#000000;
	}

	a {		
	color:#006597;
	text-decoration:none;	
	}

	a:hover {
	color:#D46400;
	background:none;
	text-decoration:underline;	
	}

	h1, h2,	h3{	
	margin:.8em 0 .2em 0;	
	padding:0;
	font-size:14px;
	font-family: tahoma, Microsoft Sans Serif, sans-serif;
	}

	p {	
	margin:.4em 0 .8em 0;	
	padding:0;	
	}

	img {
	margin:10px 0 5px;	
	}

	#lc img {	
	display:block;	
	padding-top:10px;	
	}


	/* Header styles */

	#header {	
	clear:both;	
	float:left;	
	width:100%;
	overflow:hidden;	/* for older version browsers */
	border-bottom:0px solid #c0c0c0;
	}

	#header {
	overflow:hidden;        /* for older version browsers */	
	}

	#header p, 	
	#header h1,
	#header h2 {	
	padding:.0em 15px 0 15px;	
	margin:0;	
	}

	#header ul {	
	clear:left;	
	float:left;		
	width:130%;	
	list-style:none;	
	margin:18px 0 0 0;	
	padding:0;
	}

	#header ul li {	
	display:inline;	
	list-style:none;	
	margin:0;	
	padding:0;
	}

	#header ul li a {	
	display:block;		
	float:left;	
	margin:0 0 0 1px;	
	padding:4px 4px;	
	text-align:center;	
	background:#dddddd;		
	color:#ffffff;
	text-decoration:none;	
	position:relative;
	left:15px;	
	line-height:1.2em;
	font-size: 0.9em;
	background-image: url('./images/cellpic1.gif');
	}

	#header ul li a:hover {	
	background:#333333;	
	color:#ffffff;
	}

	#header ul li a.active,	
	#header ul li a.active:hover {	
	color:#ffffff;	
	background:#333333;	
	font-weight:bold;	
	}

	#header ul li a span {		
	display:block;
	}

	/* border and color for code using pre */

	pre.border {
	width:96%;
	font-size:11px;
	background-color:#e0e0e0;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding:4pt;
	text-align:left;
	margin-left:0px;
	margin-right:5px;
	font-style: normal;
	font-family: courier new;
	font-weight:normal;
	}

	em.green {
	color:green;
	font-style: normal;
	font-family: courier new;
	font-weight:normal;
	}

	em.purple {
	color:purple;
	font-style: normal;
	font-family: courier new;
	font-weight:normal;
	}


	em.blue {
	color:blue;
	font-style: normal;
	font-family:courier new;
	font-weight:normal;
	}


	em.red {
	color:#8B0000;
	font-style: normal;
	font-family:courier new;
	font-weight:normal;
	}

	/* 'widths' sub menu */

	#dimensions {	
	clear:both;	
	background:#eeeeee;	
	border-top:3px solid #005784;
	border-bottom:1px solid #c0c0c0;
	margin:0;
	padding:4px 15px 6px 15px !important; 
	overflow:hidden;                   /* for older version browsers */
	line-height:28px;
	}

	/* column container */

	.colmask {	
	position:relative; 	/* This fixes the IE7 overflow hidden bug */		
	clear:both;	
	float:left;	
	width:100%;	 	/* width of whole page */	
	overflow:hidden;	/* This chops off any overhanging divs */	
	}
		
	/* common column settings */
	.colright,	
	.colmid,	
	.colleft {	
	float:left;	
	width:100%;		/* width of page */		
	position:relative;	
	}

	.col1,	
	.col2,		
	.col3 {	
	float:left;	
	position:relative;	
	padding:0 0 1em 0;	/* no left and right padding on columns, make them narrower instead */ 
				/* only padding top and bottom is included here, make it whatever value 				you need */
	overflow:hidden;
	}

	/* 3 Column settings */

	.threecol {	
	background:#eeeeee;	/* right column background colour*/	
	}

	.threecol .colmid {	
	right:25%;		/* width of the right column */		
	background:#eeeeee;	/* center column background colour */
	}

	.threecol .colleft {
	right:50%;		/* width of the middle column */	
	background:#eeeeee;	/* left column background colour */	
	}

	.threecol .col1 {	
	width:46%; 	/* width of center column content (column width minus padding on either side)*/	
	left:102%; 	/* 100% plus left padding of center column */	
	}


	.threecol .col2 {	
	width:21%; 	/* Width of left column content (column width minus padding on either side)*/	
	left:31%; 	/* width of (right column) plus (center column left and right padding) 
			plus (left column left padding) */
	font-family: "Courier New", Courier, monospace;	
	}

	.threecol .col3 {	
	width:21%; 	/* Width of right column content (column width minus padding on either side)*/
	left:85%; 	/* Please make note of the brackets here:
 			(100% - left column width) plus 
			(center column left and right padding) plus (left column left and right padding) 
			plus (right column 	left padding) */
	font-family: "Courier New", Courier, monospace;	
	}
	

	/* align left and right same line */
	/* header */
	
	.outer{
	text-align:right;
	padding:10px;
	border-bottom:1px solid #000000;
	clear: both;
	}

	.outer span{
 	float:left;
 	text-align:left;
	}
	
	
	.outerhead{
	text-align:right;
	padding:0px;
	margin-top:0px;	
	padding:4px 15px 4px 15px !important;
	border-bottom:1px solid #b0b0b0;
	clear: both;
	}

	.outerhead span{
 	float:left; 	
	text-align:left;
	margin-top:0px;
	}


	/* Footer styles */

	#footer {
	vertical-align:middle;
	vertical-align:bottom;
	padding:10px;	
	clear:both; 
	float:left;	
	width:98%;
	border-top:8px solid #bbbbbb;
	background: #222222;
	color: white;
	}

	#footer p {
	padding:10px;	
	margin:0;	
	}
	
	#lowerfooter {	
	padding:10px;	
	clear:both; 
	float:left;	
	width:98%;
	border-top:1px solid #bbbbbb;
	background: #000000;
	color: white;
	}
	
	
	
	/* virtual tab highlighter */
	
	body.index #switch_tabs #index, body.index #switch_tabs #index a,
	body.links #switch_tabs #links, body.links #switch_tabs #links a{color:#ffffff;background:#333333;text-decoration:none;}

