.clearFloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.imgLeft {
	float: left;
	margin-top: 4px;
	margin-right: 14px;
	margin-bottom: 8px;
}
.padLeft {
	margin-left: 12px;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background: #ffe802;
	border: 3px solid #FDF6EB;
}
#navigation {
	float: left;
	height: 35px;
	width: 552px;
	background: #FEF8EF;
}
#content {
	background: url(images/bkgrdMain.png) repeat-x;
	float: left;
	width: 770px;
}
#leftCol {
	float: left;
	width: 218px;
}
#leftColInfo {
	background: #F3741B;
	float: left;
	width: 218px;
}
#nataraja {
	height: 239px;
	width: 218px;
	float: left;
}
#branding {
	background: url(images/banner.png);
	float: left;
	height: 213px;
	width: 552px;
}
#footer {
	float: left;
	width: 770px;
}
#content table {
	background: #FFFFFF;
	border: 1px solid #F3741B;
	margin-left: 24px;
	width: 349px;
}
#content table th {
	background: #F3741B;
	color: #FEF8EF;
	padding: 4px;
	line-height: 10pt;
}
#content table td {
	vertical-align: top;
	padding: 3px 3px 3px 5px;
	color: #333333;
	border-bottom: 1px solid #FFCC99;
	line-height: 11pt;
}
#content td.rowHead {
	background: #BFE1EC;
	border-bottom-color: #A4C8D4;
	color: #006699;
	padding-right: 8px;
}
#middle {
	float: left;
	width: 397px;
}
