	html,body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		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 */
		max-width:1260px;		
		font-size:90%;
	}
 	td {	vertical-align:top;padding: 0px;}	
	a {
		color:#369;
	}
	/* 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, we just 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-image: url(images/bggrad.gif);
		background-repeat: repeat-x;
	}
	.threecol .colmid {
		right:15%;			/* width of the right column */
		background-image: url(images/bggrad.gif);
		background-repeat: repeat-x;
	}
	.threecol .colleft {
		right:70%;			/* width of the middle column */
		background-image: url(images/bggrad.gif);
		background-repeat: repeat-x;
	}
	.threecol .col1 {
		width:66%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:11%;			/* Width of left column content (column width minus padding on either side) */
		left:21%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:11%;			/* Width of right column content (column width minus padding on either side) */
		left:75%;			/* 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) */
	}

	strong.certblue {color: #3333FF}
	h1 { font-size: 20pt; color: #000;margin:0px 0px 0px 0px; font-family: Verdana;margin:5px;}
	h2 { font-size: 14pt; color: #000;margin:10px 0px 10px 10px; font-family: Georgia, Times New Roman; font-weight: bold;}
	h3 { font-size: 12pt; color: #000; font-family: Georgia, Verdana;margin:10px;}
	h4 { font-size: 10pt; color: #000; font-family: verdana;margin:10px}
	h5 { font-size: 10pt; color: #FFF; font-family: Verdana;margin:2px;}
	h6 { font-size: 8pt; color: #999; font-family: Georgia, Verdana;margin:2px;text-align:center;}

	img {border:none;padding:0px;}

	ul {padding:10px;margin-top:10px;margin-left:0;}
	li {padding-left:15px;margin-left:15px;font-size: 12pt;font-family: Georgia, Verdana;position: relative}
	li.liststd {list-style-type:none;background-image:url(images/listarrow.gif);background-repeat:no-repeat;background-position: 0 .45em;}
	li.answstd {list-style-type:none;margin:10px;padding:20px;}
/* WORKING!!!
	li.liststd {padding-left:15px;background-image:url(images/listarrow.gif);background-repeat:no-repeat;background-position: 0 .45em;}
	li.certstd {padding-left:10px;margin-left:10px;}
	li.answstd {list-style-type:none;margin:10px;padding:20px;}
*/
	p {margin:15px;font-family: Georgia, Verdana;font-size:12pt }

	A:link    { font-size: 10pt; font-family: Arial; font-weight: bold; color:#003366}
	A:visited { font-size: 10pt; font-family: Arial; font-weight: bold; color:#003366}
	A:hover {text-decoration: none;}

	.top { background-image:url(images/bluedot.gif);background-repeat:repeat;}
	.menu {text-align:center; background-image:url(images/bglinks.gif);background-repeat:repeat;padding:5px;}
	
	.menu A:link    { font-size: 12pt; font-family: Verdana; font-weight: bold; color:#FFF;}
	.menu A:visited { font-size: 12pt; font-family: Verdana; font-weight: bold; color:#FFF}
	.menu A:hover {text-decoration: none;}
	
	.t {border-top: 1px #FFF solid;}
	.r {border-right: 1px #FFF solid;}
	.b {border-bottom: 1px #FFF solid;} 
	.l {border-left: 1px #FFF solid;}
	
	.n {border: none;}

