       /* <!-- */
    /* General styles */
    body {
        margin:0px auto;
		margin-left: 160px;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:940px;
	    background:#999999 url(backgd.gif) 50%; repeat-n;
        /*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:80%; 
		font-family: Tahoma, Arial, Helvetica, sans-serif;
    }
	
a {
	color: #369;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}
    h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	/*  My Styles */
	
h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 120% Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	/*text-transform: uppercase;*/
	background-color: inherit;
}

.leftcol1 h3 img {
margin:2px;
margin-bottom:-10px;
border:none;
}

/* mainly for H2 or H1 styling */
.blue {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #44618e; 
	/*text-transform: uppercase;*/
	background-color: inherit;
	
}

.org {
     color: #D3812D;
	 }

h2 a {
	color: #44618e;
	background-color: inherit;
	text-decoration: none;
}
	
	/* Header styles */
	
.logo {
      float: left;
	  padding: 0px;
	  margin: 0px;
	  }

.searchform {
	float: right;
	padding: 10px 5px 0 0;
}


#subheader {
    position: absolute; top:55px;
	background: #333333; /*#F6F6F6 */ url(hmrightbg.gif) repeat-x;
	color: #626262;
	line-height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
	width: 940px;/*737 */
	}
	
	#header2 { 
    position: absolute; top: 1px;
    width: 940px;
	height: 55px; 			
	margin: 0px 0px 0px 0px; /* was  0 0 2 0 */
	padding: 0px 0.3em  0px 5px;
	border-top: 4px solid #44618e;
	background: #44618e; /*003366; /* url(headerbg.gif) repeat-x bottom left */
	color: #808080;
	clear:both;
}
	
a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* feed page */

td .highlight  {
font-weight:bold;
}

td .highlight1 {
font-weight:600;
}

/* row size for TD's */

.row {
      height: 30px;
	  }
.notes {
        font-size: 8.5 pt;
        color: #ff6010;
        font-weight: bold;
}

.right_left {
	float: left;
	width: 325px;
	padding: 13px;
	margin-bottom: 15px;
	background: #ffffff; /*url(corner.gif) no-repeat bottom right;/*#dcdcdc;*/
	font-color: #626262;
	position:relative;
    border: 1px solid #999999;/*border: 1px; solid; color:#999999;*/
}

.right_right {
	float: right;
	width: 315px;
	padding: 13px;
	margin-right: 5px;
	margin-bottom: 15px;
	background: #ffffff; url(corner.gif) no-repeat bottom right;/*#dcdcdc;*/
	font-color: #626262;
	position:relative;
    border: 1px solid #999999;
}
.right_left1 {	
	float: left;
	width: 325px;
	padding: 13px;
	background: #ffffff;url(corner.gif) no-repeat bottom right;/*dcdcdc*/ 
	font-color: #626262;
	position:relative;
    border: 1px solid #999999;
}
.right_right1 {	
    float: right;
	width: 315px;
	padding: 13px;
	margin-right: 5px;
	background: #ffffff; url(corner.gif) no-repeat bottom right;/*#dcdcdc; */
	font-color: #626262;
	position:relative;
	border: 1px solid #999999;
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
	padding: 0;
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0 5px 0 0; 
	font-size: 90%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 0px 5px 0px 0px; 
	font-weight: bold; 
}

.submit {
background-color: #ff6010;
border: Default 1px dotted #CCCCCC;
padding: 0px;
color: #FFFFF0;
font-size: 1.1em;
font-family: sans-serif;
font-style: normal;
font-weight:bold;
}
.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}
.text p {
         align: center;
}
.placement {
         align: center;
		 padding: 0px 5px 0px 5px;
}
/*  all Matt's code is below */
    #header {
        clear:both;
        /*float:left;*/
        width:940px; /*100%*/
    }
	#header {
		border-bottom:1px solid #000;
	}
	#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;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		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;
		background:#eee;
		border-top:4px solid #000;
		margin:0px;
		padding:6px 15px !important;
		text-align:right;
	}
	/* 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:940px;			/* was 100%   width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#FFF;/*FFD8B7;*/
		
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
		margin-top:90px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:185px;
		border-right: 1px solid #808080;
    }
	/* Footer styles */
	#footer {
        clear:both;
        text-align:center;/*float:left;*/
        width:940px; /*100%;*/
		border-top:1px solid #000;
		background:#fff;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	
	#footer a img {
	margin:0px;
	border:none;
	}
    /* --> */
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]-->