@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
}

.head{font-family: Arial, Helvetica, sans-serif;
font-size:18px;
color: #000066;
font-weight:bold;
line-height:28px;
}
.headblack{font-family: Arial, Helvetica, sans-serif;
font-size:15px;
color:#000;
font-weight:bold;
}
.headnew{font-family: Arial, Helvetica, sans-serif;
font-size:37px;
color: #800000;
font-weight:bold;
line-height:41px;
text-align:center;
}
.headnew1{font-family: Arial, Helvetica, sans-serif;
font-size:21px;
color: #800000;
font-weight:bold;
line-height:30px;
text-align:center;
}
.redhead{font-family: Arial, Helvetica, sans-serif;
font-size:21px;
color: #FD0000;
font-weight:bold;
line-height:30px;
text-align:center;
}
.lefthead{font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#fff;
font-weight:bold;
}
.content{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color: #000;
font-weight:normal;
line-height:20px;
text-align:justify;

}



/*-----menu style---------*/

.indentmenu{
font: bold 13px Arial;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
border: 0px solid #A71D1A; /*dark purple border*/
border-width: 0px 0;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 13px 8px 13px; 
text-decoration: none;
border-right: 1px solid #000; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
background-color:#76A102;
padding: 5px 13px 8px 13px;


}
.new{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;}

 .menu {
	BORDER-RIGHT: #A21B18 1px solid; BORDER-TOP: #A21B18 1px solid; Z-INDEX: 100; BACKGROUND:#fff; repeat-y right 50%; VISIBILITY: hidden; FONT: 11px/18px Arial; BORDER-LEFT: #A21B18 0px solid; WIDTH: 170px; height: 27px; BORDER-BOTTOM: #A21B18 1px solid; POSITION: absolute; TEXT-ALIGN: left;
}
.menu A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 1px; WIDTH: 100%; TEXT-INDENT: 10px; PADDING-TOP: 1px; BORDER-BOTTOM: #A21B18 1px solid; TEXT-DECORATION: none; background-color:#fff; BORDER-RIGHT: #A21B18 1px solid; BORDER-LEFT: #A21B18 1px solid;
}


