@charset "utf-8";
/* CSS Document */
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: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-size:80%;
    }
	a {
    	color:#09449F;
		text-decoration:underline;
	}
	a:hover {
		color:#09449F;
		text-decoration:none;
	}
	a:active {
		color:#09449F;
		text-decoration:underline;
	}
	a:visited {
		color:#09449F;
		text-decoration:underline;
	} 
	h1 {
		font-size:24px;
		font-style:normal;
		margin:.8em 0 .2em 0;
        padding:0;
		color:#000000;
	}
	h2 {
		font-size:20px;
		font-style:normal;
		margin:.8em 0 .2em 0;
        padding:0;
		color:#000000;
	}
	h3 {
		font-size:16px;
		font-style:normal;
		margin:.8em 0 .2em 0;
        padding:0;
		color:#000000;
	}
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	ul {
    padding: 0px;
    margin: 0px 0px 0px 20px;
	}
	ul li {
	padding:3px 0px 3px 0px;	
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0px 15px;
        margin:0;
	}
	#header img {
		margin-bottom:15px;
	}
	#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{
	    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 {
	    background:#369;
		color:#fff;
	}
	#header ul li
	#header ul li {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#FFFFFF;
		/* 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 */
	background-color: #FFFFFF;
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#FFFFFF;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
		border-left:1px dotted #999999
    }
    .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;
	}
	.form {
        margin:0 15px 0 215px;
	    position:relative;
	    width:70%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:185px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	#data table td {
		border-bottom:1px solid #CCCCCC;
		}
	
	#showMe p.showMe a,
#html {behavior:url(cssplay19/trigger.htc)}

p.showMe a.more + a.less {display:none;}
p.showMe span {display:none;}

p.showMe a.more:active {*display:none;}
p.showMe a.more:active ~ span {*display:inline;}
p.showMe a.more:active + a.less {*display:inline;}
p.showMe a.less:active {*display:none;}

p.showMe a.more:focus {font-size:0px;}
p.showMe a.more:focus ~ span {display:inline;}
p.showMe a.more:focus + a.less {display:inline;}
p.showMe a.less:focus {display:none;}

p.showMe span:hover {display:inline;}