
em{color:#666666; font-style:italic; font-size:80%;}
	
/* 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%;
		position:relative;
	}
	.col1 {padding-top:20px;}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#fff;		/* right column background colour */
		padding:0px; margin:0px;
		
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
/*	
table td {padding-right:0em; padding-bottom:0em; }
table a, table a:link, table a:visited, table a:active {text-decoration:underline; color:#0b82ce; font-weight:normal;}
table a:hover {color:#000;}
*/
	
	
    h1{font-size:140%; font-family:Geneva, Arial, Helvetica, sans-serif;  color:#000; font-weight:bold;}
	h1 a:link, h1 a:active, h1 a:hover, h1 a:visited {font-size:120%; line-height:1.8em; color:#000000; text-decoration:underline;}
	h2 {font-size:120%; color:#666666; font-weight:normal;   }
	h2 a:link, h2 a:active, h2 a:visited {font-size:90%; text-decoration:underline; line-height:1.8em; color:#000; font-weight:bold; }
  	h2 a:hover {text-decoration:none;}
	h3 {font-size:13px; line-height:1.8em; color:#000; font-weight:bold; border-bottom:1px solid #0b82ce; margin:10px 0 5px 0;}
	
		
	
	
	