html
{
	background-image: url("its_2012_background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: black;
	background-size: 100% 100%;
}
body
{
	min-width: 1280px;
	min-height: 950px;
	margin: 5px 0px 5px 0px;
}
/*Header*/
.bannerItss
{
	width: 1280px;
	height: 175;
	text-align: center;
	margin: auto;
}
/*End Header*/
/*Menu Style*/
.menuPlacement
{
	margin: auto;
	width: 1280px;
}
.menuIndexTable
{
	text-align: center;
	margin:0px;
	width: 1280px;
	
}
.menuCellSize
{
	width: 70px;
	height: 30px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	display: inline;
}
.menuCellSize:hover
{
	width: 70px;
	height: 30px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.4);
	transition: 1s;
}
a.menuCellText
{
	width: 70px;
	height: 30px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-size: 15px;
	color: rgba(255, 255, 255, 1);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
a.menuCellText:hover
{
	width: 70px;
	height: 30px;
	padding:  5px 10px 5px 10px;
	font-family:  Arial, sans-serif;
	color: rgba(255, 255, 255, 1);
	text-shadow: 2px 4px 4px rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size:15px;
}
/*End Menu Style*/
/*Footer*/
.extPiedPageCell
{
	width: 1280px;
	margin: auto;
	padding: 0px;
	text-align: center;
	
}
.intPiedPageCell
{
	width: 1270px;
	height: 25px;
	float: left;
	text-align: center;
	margin: 10px 0px 4px 0px;
	padding: 5px;
	color: rgba(0, 0, 0, 1);
	background-color: rgba(255, 255, 255, 0.4);

}
.piedPageText
{
	width: 1260px;
	font-family: Arial, sans-serif;
	font-size: 26px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.footerItss
{
	width: 1280px;
	text-align: center;
	vertical-align:bottom;
	margin: auto;
    font-family: Arial, sans-serif;
    font-size: 12px;

    
}
/*End Footer*/