body {
	font-family: "Trebuchet MS" ,Verdana,Helvetica,Arial,sans-serif;
	text-align : center; /* for IE */
	margin : 0 auto; /* for the rest */
	padding : 0px;
	height:95%;
} 

.mainFont{
	font-size:14px;
	text-align:justify;
}
.mainFont a{
	color:#006699;
	text-decoration:none;
}
.bigBlue {
	color:#006699;
	font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.margTop20{
	margin-top:20px;
}



.paddLeft20{
	padding-left:20px;
}

.marg40{
	margin:40px;
}

.marg20{
        margin:20px;
}

.gFloatL{
	float:left;
}

.gFloatR{
	float:right;
}

.gClear{
	clear:both;
}

#superWrapper{
	display:block;
	margin: 0 auto;
	text-align:left;
	width: 973px;
	background-color:#FFFFFF;
	padding-top:20px;
}
/************************************************************************************************************************************************/
/*CSS for Footer Starts*/
.copyright{
	background-color:#246885;
	line-height:30px;
	font-family:helvetica;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	width:973px;
}
/*CSS for Footer Ends*/

/*CSS for Menu Starts*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
	padding: 0;
	width: 100%;
	border-top: 5px solid #D10000; /*Highlight red color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.invertedshiftdown2 ul{
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.invertedshiftdown2 li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.invertedshiftdown2 a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: lightblue; /*Default menu color*/
	border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
	background-color: #D10000; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #D10000; /*Highlight red color theme*/
	color: white;
}


/*CSS for Menu Ends*/
