body {
background: #fff /*url(../images/background-img-body.jpg) left top repeat-x*/;
margin: 0;
padding: 0;
}

.menu-main {
	width: 1000px;
	height: 42px;
	float: left;
	z-index: 10;
	margin-top: 10px;
	margin-bottom: 5px;
	
}

.menu{
    width: 994px;
	height: 42px;
	float: left;
	margin: 0 auto;
    background:#000;
	margin-left:5px;
}

.menu ul{
    margin: 0;
	padding: 0;
    float: left;
	}
 
.menu ul li{
    display: inline;
	
}
 
.menu ul li a{
    float: left; 
	text-decoration: none;
	text-align: center;
	height: 30px;
    color: #fff;
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-family: Calibri;
	font-size: 20px;
	margin: 0px 0px 0px 10px;
	letter-spacing: 0px;
    padding: 10px 10px 0px 10px;
}

.menu ul li:last-child {	
	background: none;
}
	
 
.menu ul li a:hover, .menu ul li .selected{
    color: #FFFFFF;
	background: #ef343e;
	border-bottom:2px dotted #fff;
}

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	color: #FD0014;
	text-decoration:none;
}
.text-white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	/*text-transform: uppercase;*/
	color: #fff !important;
	text-decoration:none;
}
.text-white:hover {
	color: #FD0014 !important;
	text-decoration:none;
}

.box{
	border:2px solid #1565af;
	padding:3px;
	}
	
h1,h2,h3,h4,h5,h6{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#2161AB;}
h3{
	font-size:20px;}	
h4{
	font-size:17px;}	
h5{
	font-size:14px;}
	
.text1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #000;
	text-decoration:none;
}

.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	text-transform: none;
	color: #494646;
	text-align:justify;
}

.bodytext01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #494646;
	text-align:justify;
}



.text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	color: #fff;
}

.p {
   border: 2px solid red;
}

.text_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	color: #FD0014;
}