body{
	padding:0px; 
	margin:0px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: medium ;
}

html, body, #content{
	min-height : 100%;
	width : 100%;
	height :100%;
}

html>body, html>body #content{
	height: auto;
}

#content{
	position: absolute;
	top :0;
	left :0;	
}

.bannerImage{
	max-width: 100%;
	height: auto;
}

.topMargin{
	margin-top: 80px;
}

#certImage{
	float: left;	
	width: 100px;
	margin-right: 20px;
}
#pressRelease{
	float: right;
	width : 100px;
	margin-left: 20px;
}
#contentWrapper{
	width: 700px;
	margin : 55px auto 0px auto;
}

.SlideTab {
	float:clear;
	display:block;
	margin-top: 5px;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.SlideTab .selected {
	list-style-type:none;
	display:block;
	background-color:black;
}

.SlideTab h3 {	
	padding-left: 5px;
	font-size: medium;
	background-color: #CCCCCC;
}
.SlideTab p {
	padding-left: 20px;
	text-align: justify;
}

.SlideTab ul{
	list-style-type: circle;
}


#contactUsDetails {
	margin-left: 10px;
	font-size: medium;
	width: 100px;
}
#contactUsDetails th{
		text-align: right;
		font-weight: bold;
		padding-right: 0px;
}
#contactUsDetails td{
		text-align: left;
		padding-left: 25px;
		padding-bottom: 2px;
}


#topWrapper{
	margin: 0 auto;
	float:right;
	position:relative;
	left: -50%;
}
#mainMenu {
	list-style-type:none;
	position:relative;
	left: 50%;
	margin-top: 10px;
}
#mainMenu a {
	width:126px;
	voice-family : "\"}\"";
	voice-family : inherit;
	height:27px;
	width:106px;
}
html>body #mainMenu a{
	width:106px;
}
#mainMenu li {
	float:left;
	width:128px;
	margin:0;
	padding:0;
	text-align:center;
	position: relative;
}
#mainMenu li a {
	display:block;
	padding:5px 10px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
#mainMenu li a:hover, #mainMenu li a:focus, #mainMenu li a:active {background-position:-150px 0;}

#footer {
	bottom:0px;
	left: 0px;
	width: 100%;
	height:3em;
	background-color: #000080;
	color: white;
	font-size: x-small;
}


#footer .Logo{
	float: left;
	margin-left: -160px;
	margin-top: -150px;
	padding:0;
	width: 150px;
	height: 150px;
}


#footer .copyRight{
	float: left;
	padding-top: 5px;
}


#footer iframe{
	float: right;
	border: none;
	overflow:hidden;
	width:350px; 
	height:35px;
}

html > body #footer {
	position: fixed;
}