* {margin:0;padding:0}
.clear {clear:both;}

body {
	margin:0px auto;
	text-align:center;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
}

img {border:none;}


a {
	color:#08444f;
	text-decoration:none;
}

a:hover {
	color:#07A1FF;
	text-decoration:none;
}

#container {
	width:800px;
	background-color:#FFFFFF;
	margin:inherit;
	border-left:#08444f 1px solid;
	border-right:#08444f 1px solid;
	border-bottom:#08444f 1px solid;
}

#header {
	height:131px;
	background-image:url(../../images/NRI/header.jpg);
}

#login {
	width:260px;
	float:right;
	text-align:left;
	margin:5px 5px 0 0;
}

#login input {
	width:120px;
	height:13px;
	font-size:10px;
}

* html #login input {
	height:17px;
}

#login label {
	font-size:10px;
	font-weight:600;
}


#login .button 
{
	background-color:	#FFFFFF;
	background:			none;
	font-size:			12px;
	font-family:		Arial, Verdana;
	color:				#000000;
	border:				1px;
	border-color:		#000000;
	border-style:		solid;
	border:				none;
	height:				75px;
	font-size:			10px;
	text-align:			right;
	
}

#nav {
	height:19px;
	text-align:left;
	background:url(../../images/NRI/nav.jpg);
}

#navButtons {
	width:auto;
	height:inherit;
}

.navButton {
	float:left;
	margin-left:10px;
}

#homeContent {
	text-align:left;
	width:100%;
	height:320px;
	background:url(../../images/NRI/content.jpg) top right;
}

#content {
	text-align:left;
	width:100%;
	/*background:url(../../images/NRI/content.jpg) top right;*/
}

#welcomeText {
	float:left;
	width:400px;
	text-align:left;
	margin:15px 0 15px 15px;
	height:290px;
}

* html #welcomeText {
	margin:20px 0 15px 8px;
}

#text {
	float:left;
	width:96%;
	text-align:left;
	margin:15px 0 15px 15px;
	text-align:justify;
}

* html #text {
	margin:20px 0 15px 8px;
}

#footer {
	height:121px;
	background-image:url(../../images/NRI/footer.png);
	text-align:left;
	color:#08444f;
	font-weight:600;
}

#footer #thumbContainer {
	height:auto;
	margin-left:23px;
}

#footer #thumbContainer .thumb {
	margin-right:30px;
	margin-top:8px;
	border:#FFFFFF 2px solid;
	width:110px;height:72px;
}

li {
	margin-left:30px;
	list-style:square;
}

.numbered {list-style:decimal}