


.nav
{
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 20%;
	/*background-color: ;   /*!#f3f3f3;*/
	font-family: 'Titillium Maps',  Arial;
	font-size: 0.9em;
	font-style: bold;

}

.main
{
	position: relative;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	width: 78%;
	font-family: 'Titillium Maps',  Arial;
	font-size: 0.9em;
	list-style-type: none;
    background-color: #ffffff;
    align-content: center;
    line-height: 180%;
}

/* Clear floats after the columns */
section:after {
	content: "";
	display: table;
	clear: both;
  }

Table
{
	border-color: #ffffff;
	border-width: 0 0 0 0;
	border-style: solid;
	border-bottom-color: #CCCCCC;
	border-collapse: collapse;
	width: 95%;
	padding:5px;
	font-family: 'Titillium Maps',  Arial;

}

TH
{
	background-color:#c0c0c0;	
	border-color: #111;
	border-width: 1 1 1 1;
	border-style: solid;
	border-spacing:0;
	font-size: 0.8em;
}

TD
{
	border-color: #111111;
	border-style: solid;
	border-width: 0 1 1 1 ;
	border-style: solid;
	border-spacing:0;
	padding: 2;
	margin:10;
	border-style: transparent;
	font-size: 0.9em;
	font-family: Arial;
	color:#000000;
}



#tabledetails
.tabledetails
{
	border:1;
	width:95%;
	vertical-align: top;	
}

.tabledetails  TD
{
	border-width: 1 1 1 1 ;
}


.tablesub
{
	border:0;
	width:90%;
}

.tablesub TH
{
	border:1;
	Background-COLOR:#c0c0c0;
}
.tablesub TD
{
	border:0;
	
}
.desc
{
    width:90%; 
	text-align: left;
	
}

.hyperlinks
{
	cursor: hand;
	color:blue;
	font-style: underlined;
}

.links
{
 color:	#002080;
 
}