/* @group Header and Logo */

.tcontentheader {
	width: 100%;
	background-color: #535353;
	margin: 0;
	padding: 0;
	text-align: center;
}

.tlogoleft {
	position: absolute;
	display: inline-block;
	bottom: 1px;
	top: 0;
	left: 1px;
}

.tlogomid {
}

.tlogoright {
	position: absolute;
	display: inline;
	top: 0;
	right: 1px;
}



/* @end */

/* @group Top Navigation */

.tnavtop {
	position: absolute;
	left: 140px;
	top: 90px;
}

.tnavtopoption {
	display: inline;
	position: relative;
}

.tnavtophref {
	color: #0c7f90;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}



/* @end */

/* @group Side Navigation */

.tnavside {
	position: absolute;
	top: 85px;
	width: 120px;
	padding: 4px;
}

.tnavsideoption {
	padding: 3px;
	border: 1px solid #535353;
	margin: 1px;
	vertical-align: middle;
	background-color: #30698e;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
}

.tnavsidehref {
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.tnavsideseparator {
	height: 5px;
	background-repeat: repeat-y;
}



/* @end */