<style media="screen" type="text/css">
    /* http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm */
    /* 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 */
        font-size:90%;
    }
    a {
        color:#369;
    }
    a:hover {
        color:#fff;
        background:#369;
        text-decoration:none;
    }
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
           font-family: 'trebuchet ms', Lucida, Arial, Helvetica, sans-serif;
        color: #1F087C;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
        font-family: 'trebuchet ms', Lucida, Arial, Helvetica, sans-serif;
    }
    img {
        margin:10px 0 5px;
    }
    .floatright {
        float: right;
        #border: 1px dotted #000;
        #position: relative;
        margin-left: 1.0em;
        margin-right: 1.0em;
    }
    .floatleft {
        float: left;
        #border: 1px dotted #000;
        #position: relative;
        margin-left: 1.0em;
        margin-right: 1.0em;
    }
    /* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
    #header {
        border-bottom:1px solid #000;
    }
    #header p,
    #header h1,
    #header h2 {
        padding:.4em 15px 0 15px;
        margin:0;
        color: #FFFFFF;
        text-align:left;
    }
	#header h3 {
		padding:.4em 15px 0 15px;
        margin:0;
        color: #FFFFFF;
        text-align:right;
    }
    #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:0px;
        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:#1E3F6C;
        font-weight:bold;
    }
    #header ul li a span {
        display:block;
    }
    #header img {
        float:right;
    }
    /* 'widths' sub menu */
    #layoutdims {
        clear:both;
        background:#eee;
        border-top:4px solid #000;
        margin:0;
        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:100%;            /* width of whole page */
        overflow:hidden;    /* This chops off any overhanging divs */
    }
    /* 2 column left menu settings */
    .leftmenu {
        background:#929FBE;
    }
    .leftmenu .colright {
        float:left;
        width:200%;
        position:relative;
        left:200px;
        background:#E5E5E5;
    }
    .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;
        font-family: 'trebuchet ms', Lucida, Arial, Helvetica, sans-serif;
    }
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:185px;
        background:#929FBE
    }
    .leftmenu .col1 dt {
        font-weight:bold;
    }
    /* Footer styles */
    #footer {
        clear:both;
        float:left;
        width:100%;
        border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
        text-align:right;
        color: #FFFFFF;
    }
    .contentdate {
    background: #FFFFFF url(images/date.gif);
    float: left;
    width: 45px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    }
    
    .contentdate h3 {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
    padding: 1px 0px 0px 10px;
    margin: 0px;
    text-transform: uppercase;
    }
    
    .contentdate h4 {
    font-family: Times New Roman, Helvetica, Sans-Serif;
    color: #999999;
    font-size: 21px;
    font-weight: bold;
    padding: 5px 4px 0px 0px;
    margin: 0px;
    text-align: center;
    }
    
	#box-table-a
	{
		margin: 0px;
		text-align: left;
		border-collapse: collapse;
	}
	#box-table-a th
	{
		padding: 2px;
		background: #929FBE;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		color: #1F087C;
	}
	#box-table-a td
	{
		padding: 2px;
		#background: #e8edff; 
		border-bottom: 1px solid #000;
		#color: #669;
		border-top: 1px solid transparent;
	}
	#box-table-a tr:hover td
	{
		background: #d0dafd;
		color: #339;
	}
</style>

