body {
	display:inline;
	margin:0;
	padding:0;
	color:#000000;
	/*	background-image:url('images/back/viewer.png');
	background-repeat:no-repeat;
	background-position:bottom-right;*/
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#outer {
	margin:0;
	padding:0;
	align:right;
	background-image:url('images/back/bgtop.gif');
	background-repeat:repeat-x;
}
#footer {
	clear:both;
	/*border-top:10px solid #cecece;*/
background:url('images/back/footer2.gif') repeat-x;
	padding:1em 0pt 1em;
}
#logo {
	background-repeat:no-repeat;
	padding-left:0;
	padding-right:12px;
	padding-bottom:0px;
	padding-top:0;
	text-align:left;
}
.banner {
	color:#666D70;
	float:right;
	font-family:Trebuchet MS;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	margin-top:-9px;
}
/* Layout  */

#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;/*border:1px solid red;*/
	
}
#main-content {
	text-align:left;
	width:940px;
	height:520px;
	float: left;
	margin-right:5px;
	margin-top:12px;
	display:inline;/*border:1px solid grey;*/
}
/*rajani applied this new id*/
#main-content-home {
	/*	background-image:url('images/back/viewer.png');
	background-repeat:no-repeat;
	background-position:right;*/
  text-align:left;
	width:100%;
	float: left;
	margin-right:5px;
	margin-top:36px;
	display:inline;
}
/*rajani applied this new id*/
#main-content-left {
	float:left;
	width:350px;
}
/*rajani applied this new id*/
#main-content-right {
	float:right;
	width:311px;
}
.top {
	margin-left:60px;
	margin-top:30px;
	color:#666d70;
	font-family:"Arial";
	font-style: italic;
	font-weight:bold;
	font-size:17px;
}
.mask {
	margin-left:60px;
	margin-top:220px;
	color:#666d70;
	font-family:trebuchet MS;
	font-style: italic;
	font-size:17px;
}
/* --- navigation --- */
 
#navigation {
	float:left;
	font-size:96%;
	font-weight:bold;
	margin-top:35px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1em;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	/*rajani changes here*/
padding-right:0.4em;
	padding-left:0.3em;
	color:#666d70;
	text-decoration: none;
}
#navigation a:hover {
	color: red;
}
h3, h4 {
	color:#339E35;
}
h2 {
	color:#339E35;
	margin-top:0px;
}
.clear {
	clear:both;
}

