.body
{
background-color:#E6E6E6
}
.spacediv
{
	height:70px;
	width:10px;
	background:#E6E6E6
}
.downloadtext
{
 font-weight:bolder;
 font-size:large;
text-decoration:underline;	
}
.headingdiv
{
	 text-align:center; 
	 background:#b62a26; 
	 color: White; 
	 font-size:large; 
	 font-family:Calibri; 
	 margin:3px;
	 font-weight:bold;
	 border-radius:6px 
}

.centermsgdiv
{
width:1000px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
font-family:Calibri;
padding-top:10px;
padding-bottom:10px;
background-color:white;
font-size:medium;
font-weight:bold;
max-height:70px;
}
.leftmsgdiv
{
width:960px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
font-family:Calibri;
padding-top:10px;
padding-bottom:10px;
background-color:white;
font-size:medium;
padding-left:20px;
padding-right:20px;
 max-height:150px;
}

.disclaimermsgdiv
{
width:980px;
background-color:White;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding:10px;
font-family:Calibri;
background-color:#778dbd ;
color:White;
max-height:70px;
}

.hoverdiv
{
 font-family:Calibri;
  text-align:center ;
  color:#b62a26 ;
   margin-top:3px;	
    margin-bottom:3px;
    font-weight:bold;
   position:relative; 
   text-decoration: none; 
   
}
 
 .hlink
 {
    color:white;
    text-decoration:undeline;
    }
 
  .hlink:hover
  {
  color:black;
  }

.HeaderColorDiv
{
	background-color:#394b71; 
	height:30px; 
	width:1000px;
	
}

.HelpRTIdiv
{
 width:250px;
 float:left; 
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
 background-color:White;	
}


.Scrolldiv
{
width:480px;
float:left; 
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
background-color:White;
}

.NotificationDiv
{
width:250px;
float:left; 
height:600px; 
background-color:White;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 border-radius:6px

}

.NewsDiv
{
width:480px;
float:left;
height:600px; 
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color:White;
 border-radius:6px
}
	
.hovertest {
    display:none;
    color:red;
    font-size:medium;
     text-align:center;
    font-weight:bold;
    font-family:Calibri;   
}

.circlehead
{
	 color:black;
    font-size:Lage;
     text-align:center;
    font-weight:bold;
    font-family:Calibri;   
}

ul{
        padding: 0;
        list-style: none;
                 }
                 
    ul li{
        display: inline-block;
        position:relative;
          width:196px; 
         background:white;
           color:#b62a26;
       font-family:Calibri;
      font-size:18px;
       vertical-align:middle; 
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
              }
    ul li a{
        display: block;
        text-decoration: none;
        color:#b62a26;
        font-size:medium;
 border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
 vertical-align:middle;
  text-align:center;
   padding-top:5px;
   padding-bottom:5px;
    }
    
        ul li al{
        display: block;
        text-decoration: none;
        color:#b62a26;
        font-size:medium;
 border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
 vertical-align:middle;
  font-weight:bold; 
    padding-top:5px;
   padding-bottom:5px;
    }
                  
    ul li ul.dropdown{
        min-width: 100%; /* Set width of the dropdown */
        background: #E6E6E6;
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
     }
     
     ul li a:hover
     {
       color:black;	
     }
     
      
     ul li al:hover
     {
       color:black;	
     }
  
  
    ul li:hover ul.dropdown{
        display: block;	/* Display the dropdown */
    }
    ul li ul.dropdown li{
        display: block;
    }

.hoverdiv:hover  #help_popup {
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
}

   #help_popup {
   /*Normally, hide this span*/
 display: none;
 position: absolute;
 padding-top:10px;
 padding-bottom:10px; 
 color: #b62a26;
 width:400px; 
 text-align: center;
 top: 30px;
 background:white;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
 border-radius:6px; 
 z-index:99;
                  /*360px; is around the position I want*/
 }
 .MenuItemDiv
 {
 width:192px;
  float:left; 
  text-align:center; 
  margin-right:10px	;
  background:white;
  font-family:Calibri;
  color:#b62a26;
  font-weight:bold; 
 padding-top:5px;
 padding-bottom:5px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
   position:relative; 
 }  
 .MenuItemLastDiv
 {
 width:192px;
  float:left; 
  text-align:center; 
  background:white;
  font-family:Calibri;
  color:#b62a26;
  font-weight:bold;
 padding-top:5px;
 padding-bottom:5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
   position:relative; 
 }
  
 .MenuItemDiv:hover  .NotificationSpan {
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
}

.MenuItemLastDiv:hover  .NotificationSpan {
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
}
 
                .NotificationSpan {
                /*Normally, hide this span*/
                    display: none;
                    position: absolute;
                    padding-top:10px;
                    padding-bottom:10px; 
                    color: red;
                    width:192px; 
                text-align: center;
                top: 30px;
                background:white;
                 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
                  z-index:99; 
                 
                  /*360px; is around the position I want*/
 }
 .MenuSubitem
 {
  text-decoration:none;
  line-height:30px;
   color:#b62a26; 
   width:192px;
 }
 .MenuSubitem_Black
 {
  text-decoration:none;
  line-height:30px;
   color:black; 
   width:192px;
 }

 .MenuSubitem_Block
 {
  text-decoration:none;
  line-height:30px;
   color:Gray; 
   width:192px;
 }
 .MenuSubitemBlue
 {
  text-decoration:none;
  line-height:30px;
   color:Blue; 
   width:192px;
 }
 
.MenuItemDiv:hover
{
	color:Black;
}
.MenuSubitem:hover
{
	color:Black;
}
.MainLinksBorderdiv
{
border:solid 1px gray;
border-radius:6px; 
font-family:Calibri; 
font-size:medium; 
color:black; 
background-color:white;
height:280px; 	
}
.MainListPadidngdiv
{
font-family:Calibri; 
font-size:large; 
padding:10px
}
.MainListHeading
{
	color:blue;  
	text-decoration:underline;  
	margin-left:5px; 
	font-size:large; 
	font-weight:bold
}
.MainListHeading_Block
{
	color:gray;  
	text-decoration:underline;  
	margin-left:5px; 
	font-size:large; 
	font-weight:bold
}
.MainListStageHeading
{
font-size: large ; 
font-weight:bold; 
color:#b62a26; 
background-color:yellow;
}

.MainListContentDiv
{
margin-left:10px; 
font-size:medium 
}

.Height5pxdiv
{
	height:5px
}
.Height10pxdiv
{
	height:10px
}
.Height20pxdiv
{
	height:20px
}
.width1000pxdiv
{
	width:1000px;
}
.stylecleardiv
{
	clear:both; 
	height:0px
}
.spacebetweendiv
{
	width:10px; 
	height:1px;
	float:left
}
.livenotifsubdiv
{
margin-top:10px; 
margin-left:10px; 
font-family:Calibri	
}
.stepstoapplyspan
{
color:#b62a26; 
text-decoration:underline; 
font-size:large;
font-weight:bold
}
.ImportantDatesTextDiv
{
margin-top:10px; 
margin-left:3px; 
font-family:Calibri
}
.FooterLinkstyle
{
font-family:Calibri; 
font-size:medium; 
text-align:left; 
width:200px	
}
.FooterDivstyle
{
background-color: #555555; 
border-style: solid; 
border-width: 2px; 
border-radius:6px;
width:1000px
}
.FooterTableStyle
{
text-align:center; 
margin-left:30px
}
.WebSiteInfoDiv
{
background-color: #0099FF; 
border-radius:6px; 
background-color:#b62a26; 
width:1000PX; 
padding-top:10px;
padding-bottom:10px; 
font-family:Calibri; 
color:White
}
.FeeOfficesLink
{
color:Blue; 
text-decoration:underline;
margin-left:5px; 
font-size:large; 
font-weight:bold
}
.StepstoApplyPoints
{
font-weight:bold; 
color:#b62a26;
margin-right:3px;
}
.boldtext
{
font-weight:bold
}
.redtext
{
color:red
}
.bluetext
{
color:blue
}
.imagedivcss
{
height:267px; 
width:450px;
}