﻿html
{
	height:100%;
}
body {
    background:#FFF;
    height:100%;
    width:100%;
}

h1 
{
    font-family:Arial,helvetica,sans-serif;
    text-align:center;
    color:#429484;
    margin:0px;
	padding:5px;
}
h2
{
    font-family:Arial,helvetica,sans-serif;
    font-size:medium;
    text-align:center;
    color:#429484;
}
p
{
    font-family:Arial,helvetica,sans-serif;
    padding-left:5px;
}
address 
{
    font-family:Arial,helvetica,sans-serif;
    text-align:center;
    text-decoration:none;
}

.header, .qbsheader
{
    height:105px;
	margin-left:110px;
    width:85%;
	/* width: auto; */
    border-bottom:solid 5px #429484;
}

#container,#qbscontainer
{
    width:100%;
    height:100%;
	min-height:100%;
}

#logo,#qbslogo
{
	float: left;
	height:105px;
	width:110px;
	margin:0px;
	border-bottom:solid 5px #429484;
	border-right:solid 5px #429484;
}
#navigation, #qbsnavigation
{
/*	position: absolute; */
	float: left;
	z-index: 1;
	width: 110px;
	padding-top: 20px;
	/* margin-top: 100px; */
	left: 0%;	
	height:85%;	
	min-height:85%;
	border-right: solid 5px #429484;
}

#centerDoc, #qbsCenterDoc {
/*	position: absolute;		*/
	width:85%;		/* 690px; */
	margin-left: 115px;
	top: 0px;	
	text-align:left;
	z-index: 10;	
	/* margin: 0px 0 20px 0px; /*top right bottom left*/
	/* display: block;	*/
	}

a.nav, a.nav:link, a.nav:visited 
{
    display:block;
    width:100px;
    height:25px;
    border:1px solid black;
    margin-top:5px;
    text-align:center;
    text-decoration:none;
    font-family:Verdana,arial,sans-serif;
    color:#429484;
    line-height:25px;
    overflow:hidden;
}
a.nav:hover {color:#ffffff; background-color: Teal;}
a.nav:active {color:#008000; background-color: Transparent;}
/*
a.task, a.task:link, a.task:visited
{
    /* display:block; 
    width:150px;
    /*height:25px; 
    border:1px solid blue;
    text-align: center;
    text-decoration: underline;
    background-color: yellow;
} */

a.task, a.task:link, a.task:visited
{
    color: black;
    text-decoration: underline;
    font-family: Verdana,arial, sans-serif;
}
tr.head
{
    font-weight: bold;
    background-color: #a0cac2;      /*#ddffdd;  /* #ccffcc; */
    color: black;
}
td.lbl
{
	text-align: right;
	vertical-align:top;
	padding-right:10px;
}
td.line0
{
    background-color: white;
}
td.line1
{
    background-color: #ecf3f4;      /* #e3ffe3; */
}