body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: 'Lato', sans-serif;
}
h2 {
	color: #666;
	font:  24px 'Lato', sans-serif;
	margin-top:0;
}
#main {
	background: #fff;
	margin: 20px auto 10px;
	max-width:960px;
}
#header {
	background: #fff;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
}
#header-left{
	float:left;
	width:200px;
	
}
#header-right{
	float:right;
	width:750px;
}
#nav {
	background: #fff;
	padding: 10px 0px;
	width: 100%;
	text-align: right;
}
.nav-text {
	font: bold 1.0em 'Lato', sans-serif;
	color: #052F5F;
}
.nav-text a{
	color: #052F5F;
	text-decoration: underline;
}
#content {
	padding: 20px;
}
.text {
	font: 0.8em 'Lato', sans-serif;
	color: #333333;
}
.text a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.important {
	font-weight: bold;
	color: #CC0000;
}
.footer {
	padding-top: 20px;
	border-top: 1px solid #999;	
}

.footer a{
	font: 75% 'Lato', sans-serif;
	color: #666;
	text-decoration: underline;
}
#privacyBox {
	border: 1px solid #8ac1f9;
	width: 500px;
	padding: 10px;
	margin: 20px auto;
}

ul li {
	margin-bottom: 5px;
	line-height: 1.5em;
	font-size: 95%;
}
.credit {
	font: 70% 'Lato', sans-serif;
	color: #666;
}
.notice{
	color:#18557a;
	background: #d3e8f5;
	padding:8px 0;
	text-align:center;
	font: bold 0.8em 'Lato', sans-serif;
}
.ups-notice{
	color: #C00;
	font: italic bold 0.8em 'Lato', sans-serif;
}
.announcement{
	width:100%;
	height:auto;
	border-top:1px solid #9a1d36;
	border-bottom:1px solid #9a1d36;
	background:#fff;
	font: bold .7em 'Lato', sans-serif;
	color: #000;
	text-align:center;
	line-height:1.6;
	padding:10px 0;
}
.announcement2{
	width:100%;
	height:auto;
	border-top:2px solid #C00;
	border-bottom:2px solid #C00;
	background:#fff;
	font: bold 1.2em 'Lato', sans-serif;
	color: #C00;
	text-align:center;
	line-height:1.6;
	padding:10px 0;
}
/*-----------Tables---------*/

table {
  border-collapse: collapse;
  width:96%;
  margin:2%;
}
th, td {
  padding: 0.25rem;
  text-align: left;
  border: 1px solid #ccc;
  font-family: 'Lato', sans-serif;
  font-size:14px;
}
tbody tr:nth-child(odd) {
  background: #eee8d4;
}
.header{
	 background: #B0997C;
	 color:#fff;
}
a {
	color:#333;
}
a:hover{
	color:#990000;
}
.india{
	width:100%;
	height:auto;
	background:#426cb8;
	font: bold .8em 'Lato', sans-serif;
	color: #fff;
	text-align:center;
	line-height:1.6;
	padding:10px;
	letter-spacing: 1px;
}



@media only screen and (max-width: 1023px) {
	
#main{
	margin: 20px 6px;
}
	
#header {
	background: #fff;
	
	width: 100%;
}
	#nav {
	
	text-align: center;
	margin-bottom:20px;
}
}
