/* 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-family: 'Lucida Grande', Trebuchet, Verdana, Arial, Helvetica, 'Luxi Sans', sans-serif;
  font-size: 8pt;
    }
    input{
    	font-size: 8pt;
    }
    TH{
    	font-size: 10pt;
    }
	a, input.like_link {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	input.like_link {
		text-decoration : underline;
		border : none;
		background : transparent;
		cursor: pointer;
}
	TABLE,TD,TH{
border: 1px solid #333333;
border-collapse:collapse;
font-size: 8pt;
vertical-align: top;
text-align: left;
}
	TR.odd{
background-color: #eeeeee;
 color : inherit;
}
TABLE.padded TD,TH{
	padding-left: 5px;
	padding-right: 5px;
}

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
        background: black;
        color: white;
    }
	#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;
	}
	
	ul.tabs {
  border-collapse: collapse;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.tabs li {
  display: inline;
}
ul.tabs li a, ul.tabs li input {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.tabs li.active a, ul.tabs li.active input {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.tabs li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background: black;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
		color: white;
		font-size: larger;
		font-weight: bold;
	}
	/* 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 {
	    color: #333333;

background-color: #dcdcdc;
	}
    .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 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	    		min-height: 500px;
	    		padding: 5px 5px 5px 5px;
	    	
	}
    .leftmenu .col2 {
        float:left;
        width:200px;
        position:relative;
        right: 240px; /* right:185px; */
        padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
    }
    .col2 ul
    {	width: 100%;
    padding-top: 0pt;
	list-style: none inside;
	display: block;
	}

.col2 ul.sub
    {	width: 75%;
	}

	
.col2 li a
{
display: block;
color: Black;
background-color: transparent;
text-decoration: none;
}


.col2 li a:hover
{
color: #3c9534;
background-color: transparent;
text-decoration: underline;
}

.col2 li
{	color: #333;
  background-color: #dcdcdc;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #b1b1b1;
  border-left: 5px solid #b1b1b1;
}
.col2 li.sub
{	color: #333;
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
  width:75%;
}

	.col2 li:hover
{	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #25476c;
	background-color: #eaeff5;
}
	.col2 li.sub:hover
{	  border: none;
background-color: transparent;

}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
		background: black;
		color: white;
    }
    #footer p {
        padding:10px;
        margin:0;
    }

<!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]-->