.note{font-size : 8pt;}
.required{color: red;}
.itemMenu 
{ 
	text-decoration: none; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	/*color : #3300CC;*/
	color : black;
	font-weight:bold;
	text-decoration: none;
}
.itemMenuBorder { border: 0px solid blue }
.subMenu 
{ 
	text-decoration: none; 
	color: #000000; 
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none
}
.subMenuHover 
{ 
	text-decoration: none; 
	color: #330066; 
	font: 11px Arial, Helvetica;
	font-weight:bold;
	text-decoration: none
}
.itemMain 
{ 
	text-decoration: none; 
	color: #330066; 
	font: 11px Arial, Helvetica;
	text-decoration: none;
	font-weight:bold;
}
.itemMain2 
{ 
	text-decoration: none;	
	color: #CFDCCB; 
	font: 11px Arial, Helvetica;
	text-decoration: none
}
.itemMain3 
{ 
	text-decoration: none; 
	color: #256EAF; 
	font: 11px Arial, Helvetica; 
	font-weight:bold 
}
.itemHover 
{
 	text-decoration: none;	
 	color: #FFFFFF;	
 	font: 12px Arial, Helvetica
}
.itemBorder 
{ 
border: 1px solid #000000 
}
A{
	text-decoration:none;
	
	}
BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : normal;
	color : black;
}
table{font-size : 10pt;}
strong{
	font-weight:bold;
	font-size : 10pt;
	}
.headtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-style : normal;
	font-weight : bold;
	color : #007355;
}
.headtext2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	color : Black;
}

.catname 
{
 	text-decoration: none;	
 	color: Black;	
 	font: 17px Arial, Helvetica;
        font-weight : bold;
}
.callbox {
	font-family : Arial, Helvetica, sans-serif;
        text-decoration: none;	
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color : #007355;
}
.callbox2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : Bold;
	color : Black;
}
.smaller {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : Black;
}
.news {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
}
.bod_bold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : Bold;
	text-decoration: none;
}
.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : Black;
}
.index_330066 {
	font-family : Myriad, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style : normal;
	font-weight : Bold;
	color : #330066;
	text-decoration: none;
}
.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #330066;
	text-decoration: none;
}

.button
{
	color:white;
	background-color:#3399FF
	}
.subHead{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-style : normal;
	color : darkGray;
	text-decoration: none;
	font-weight : Bold;
}

.id2{
	font-size:14px}
.header{
	color:blue;
	font-size:18pt;
	
}

  body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
  }
  nav {
    background-color: #333;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  nav ul li {
    flex: 1;
  }
  nav ul li a {
    display: block;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
   
  }
  nav ul li a:hover {
    background-color: #444;
  }

  /* Hamburger for mobile */
  .menu-toggle {
    display: block;
    padding: 12px 16px;
    color: #fff;
    background-color: #333;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    nav ul {
      display: none;
      flex-direction: column;
    }
    nav ul.show {
      display: flex;
    }
    .menu-toggle {
      display: block;
    }
  }
