body{
	margin:			0;
	padding:		0;
	font-size:		62.5%;
	font-family:		'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:			#002021;
	text-align:		center;
	background:		#004143;
}

a, a:hover{
	color:			#008286;
	background-color:	white;
	text-decoration:	none;
}

a:hover{
	color:			#F07113;
}

h1,h2,h3{
	font-size: 		3em;
	color:			#F07113;
	background-color:	white;
	font-weight:		bold;
	padding:		5px 0px 5px 0px;
}

h2{
	font-size:		1.6em;
	text-align:		left;
	border-bottom:		3px solid #008286;
}

h3{
	color:			#008286;
	font-size:		1.3em;
	text-align:		left;
}

div{
	position:		relative;
	padding:		0;
	margin:			0 auto;
	border:			none;
}

p{
	font-size:		1.2em;
	text-align:		justify;
}

table{
	position:		relative;
	width:			100%;
	margin:			2px auto 2px auto;
	padding:		0;
	border:			none;
}

th{
	color:			#008286;
	background-color:	white;
	font-size:		1.3em;
	text-align:		center;
	border-top:		1px solid #F07113;
	border-bottom:		1px solid #F07113;
}

td{
	text-align:		center;
	font-size:		1.1em;
}

ul{
	text-align:		justify;
	font-size:		1.2em;
	list-style:		disc outside none;
}

form{
	font-size:		1.2em;
}

.left{
	text-align:		left;
}

.right{
	text-align:		right;
}

.contentblock{
	margin:			5px auto 5px auto;
	width:			85%;
}

.warning{
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.tbox, .tmulti{
	width:			300px;
	vertical-align:		middle;
	color:			#002021;
	border:			1px solid #444;
	background:		#EEE;
}

.tmulti{
	width:			550px;
	height:			250px;
}

.super{
	vertical-align:		super;
	font-size:		50%;
}

.nexpand, .oexpand, .ncollapse, .ocollapse, .nback, .oback{
	display:		inline;
	z-index:		1;
	cursor:			pointer;
	margin-top:		11px;
	float:			right;
	width:			9px;
	height:			9px;
	background:		transparent url("../images/expand.gif") no-repeat;
}

.oexpand, .ocollapse{
	background:		transparent url("../images/expandover.gif") no-repeat;
}

.ncollapse{
	background:		transparent url("../images/collapse.gif") no-repeat;
}

.ocollapse{
	background:		transparent url("../images/collapseover.gif") no-repeat;
}

.nback{
	background:		transparent url("../images/back.gif") no-repeat;
}

.oback{
	background:		transparent url("../images/backover.gif") no-repeat;
}

.ntxtbtn, .otxtbtn{
	margin:			10px auto 5px auto;
	padding:		4px 4px 4px 4px;
	text-align:		center;
	vertical-align:		middle;
	color:			#008286;
	border:			1px solid #008286;
	background:		white;
}

.otxtbtn{
	cursor:			pointer;
	color:			#F07113;
	border:			1px solid #F07113;
}

.spacer{
	display:		inline;
	z-index:		1;
	margin-top:		11px;
	float:			right;
	width:			4px;
	height:			9px;
}

.vistoggle{
	display:		none;
}

.vmiddle{
	margin:			10px auto 5px auto;
	padding:		4px 4px 4px 4px;
	vertical-align:		middle;
}

.printghost{
	display:	block;
}

.screenghost, #ghost{
	display:	none;
}

#siteframe, #header, #footer, #legal, #cllogo{
	width:			750px;
	color:			#002021;
}

#siteframe{
	margin-top:		15px;
	border:			3px solid black;
	background:		white;
}

#header{
	height:			80px;
	background:		black url("../images/jll.gif") no-repeat;
}

#footer{
	color:			white;
	background:		black;
}

#legal{
	font-size:		0.9em;
	padding:		10px 5px 10px 5px;
	color:			#008286;
	background:		#004143;
}

#cllogo{
	left:			-15px;
	width:			221px;
	height:			75px;
	background:		white url("../images/cl.gif") no-repeat;
}