body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#main {
	background: #fff;
	margin: 20px auto 10px;
	max-width:960px;
}
#header {
	background: #fff;
	margin: 0px;
	padding: 0px;
	height: 87px;
	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 0.75em 'Lato', sans-serif;
    color: #052F5F;
}
.nav-text a{
	color: #052F5F;
	text-decoration: underline;
}

.logo{
	background: #B6121B url(images/banner.png) no-repeat scroll right top;
}
#content {
	padding: 0;
}
.text {
	font: 0.9em "Trebuchet MS", Helvetica, Arial;
	color: #333333;
}
.text a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.important {
	font-weight: bold;
	color: #CC0000;
}
.link a{
	font:.8em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.notice{
	color:#18557a;
	background: #d3e8f5;
	padding:8px 0;
	text-align:center;
	font: bold 0.8em Arial, Helvetica, sans-serif;
}
.country-pic{
	border: 1px solid #333;	
}
.ups-notice{
	color: #C00;
	font: italic bold 0.8em Arial, Helvetica, sans-serif;
}
.announcement{
	width:100%;
	height:auto;
	border-top:1px solid #B6121B;
	border-bottom:1px solid #B6121B;
	background:#fff;
	font: bold .9em '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;
}
.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;
}