/* Colors:
	darkblue		#00008B
	firebrick		#B22222
	silver			#00008B
	whitesmoke		#F5F5F5
*/

body {
	font-family:	sans-serif;
	font-size:		16;
	background-color: silver;
	color: 			black;
}

* {
	padding: 0px;
	margin: 0px;
}

.clwrapper {
	width:			100%;
}

.cldivtop {
	background-color:	darkblue;
	color: 			whitesmoke;
}

.cltoptitle {
	background-color:	firebrick;
	color: 			white;
	font-family:	sans-serif;
	font-size:		16pt;
	font-weight:	bold;
	text-align:		center;
}

.cldivleft {
	background-color:	silver;
	color: 			black;
	height:			85%;
	width:			15%;	
	border-top:		solid 2px yellow;
}

.clleftmenu {
	font-family:	sans-serif;
	font-size:		12pt;
	text-align:		center;
	padding-top:	0.25em;
	padding-bottom:	0.25em;
	border-bottom:	solid 2px yellow;
	cursor:			pointer;
}

.clleftinfo {
	font-family:	sans-serif;
	font-size:		10pt;
	text-align:		center;
	padding-top:	0.25em;
	padding-bottom:	0.25em;
	border-bottom:	solid 2px yellow;
}

.cldivmid {
	background-color:	silver;
	color: 			black;
	width:			70%
}

.clbold {
	font-weight:	bold;
}
	
.clmidinfo {
	margin-top:		1em;
	padding-left:	1em;
	padding-right:	1em;
}

.clmidtitle {
	font-family:	sans-serif;
	font-size:		18pt;
	font-weight:	bold;
	text-align:		center;
	margin-top:		0.5em;
}

.clmidlead {
	background-color:	firebrick;
	color:			white;
	font-family:	sans-serif;
	font-size:		14pt;
	font-weight:	bold;
	text-align:		center;
	margin-top:		0.5em;
}

.clmiditem {
	padding-top:	1em;
	padding-left:	0.5em;
	padding-right:	0.5em;
}

.clmidlist, .clmidlistB {
	font-size:		14pt;
	font-weight:	bold;
	text-align:		left;
}

.clmidlist {
	margin-left:	1em;
}

.clmidlistB {
	margin-left:	0.15em;
}

.cllistlevel2 {
	margin-left:	1em;
	font-size:		12pt;
}

.cllistlevel2B {
	margin-left:	2em;
	font-size:		12pt;
	font-weight:	bold;
	list-style-type:circle;
}

.cllistlevel3 {
	margin-left:	2em;
	font-size:		12pt;
}

.clformhead {
	padding-left:	10px;
	padding-right:	10px;
}

.clclearbut {
	margin-left:	20em;
}
 .clapops {
	margin-left:	1em;
	margin-right:	1em;
	margin-top:		1em;
}

.cldivright {
	background-color:	silver;
	color: 			black;
	text-align:		center;
}

.clrightinfo {
	font-family:	sans-serif;
	font-size:		12pt;
	margin:			0 0 0 0;
}

