    /*  */
    /* General styles */
    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 */
		font-size:90%;
	font-family: Arial;
    }
	a {
	color:#369;
	text-decoration: none;
	}
	a:hover {
	color:#009;
	text-decoration:none;
	font-weight: bold;
	}
    h1 {
	padding:0;
	font-size: 16px;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 1em;
    }
	h2, h3 {
	padding:0;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 1em;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
	background-image: url(../images/hbg.gif);
	background-repeat: repeat-x;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 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:3px 10px;
	text-align:center;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	}
	#header ul li a:hover {
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {

	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
	position:relative;
	right:100%;
	overflow:hidden;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-left: 20px;
	}
    .leftmenu .col2 {
	float:left;
	width:200px;
	position:relative;
	right:185px;
	background-image: url(../images/menuleft.jpg);
	background-repeat: repeat-y;
    }
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	text-align: center;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	ul {
	list-style:none;
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size: 12px;
	}
	li {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
	padding-top: 5px;
	}
	
div.img
{
  margin: 50px;
  border: 0px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
    /*  */
