


/* only for left menu */
.layoutstyle {
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	clear: both;
	width: 100%;
}
tr,td {
vertical-align:top;

}
/* hihgt of left dummy column */

.hight {
	height: 1px;
	background-color:white;
	
}

.leftcol {
	vertical-align: top;
	width: 185px;
	background-color: #F5F5F5;
}
.centercol {
	margin: auto;
	padding-right: 2%;
	padding-left: 2%;
	width: auto;
}


.rightcol {
	text-align: center;
	width: 185px;
}
 
.footer {
	padding: 30px;
	text-align: center;
}

.footer a {
	font-size: 11px;
	font-weight: 300;
	padding-right: 3px;
	padding-left: 3px;
}
.topnav_pad {
	height:60px;
}

#intable {
	caption-side: top;
	table-layout: fixed;
}

#intable tr td {
	padding: 3%;
	height: 50px;
	font-weight: 600;
	color: #284775;
	font-size: 95%;
}
.spacer {
	height: 30px;
}

