/* from https://www.w3schools.com/howto/howto_css_dropdown.asp */

<style>
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
//    padding: 12px 16px;
    padding: 3px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41; /* this is green */
    background-color: white;
}


/*********************************/
/***** from colloquium styel *****/
/*********************************/

A.nodecoration {text-decoration:none;font-weight : bold;}

/*********************************/

/* by Trung Nguyen (10/18/2008)  
one can modify the code to fit your style.
learn more about css here:
http://www.w3schools.com/css/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0 auto 0 auto;
padding: 0 0 0 15px;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: url(images/layout/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 12px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white; /*!important; text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: url(images/layout/indentbg2.gif) center center repeat-x;
}

.bodyred {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0033;
}

.bodyred a:link {
	color: #FF0033;
}

.bodyred a:hover {
	color: #FF0033;
}

.bodyred a:visited {
	color: #FF0033;
}

.footnote {
	margin: 0;
	padding: 0px;
	/*padding: 0;*/
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.footnote a:link{
	color: #333333;
}

.footnote a:hover{
	color: #333333;
}
.footnote a:visited{
	color: #333333;
}
.NameTitle {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000099;
}

.bodysmall {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.5em;
	color: #000099;
}

h2 {
	font-size: 1.7em;
	color: #FF0033;
}

h2 a:link {
	
	color: #FF0033;
}

h2 a:hover {
	
	color: #FF0033;
}

h2 a:visited {
	
	color: #FF0033;
}

h3 {
	font-size: 1.5em;
	color: #000099;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #000099;
	/*color: #414141;
	color: 2D495F;*/
}

.a1{
    margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
}
.a1:link {
	color: #000099;
	/*color: 2D495F;*/
}

.a1:hover {
	text-decoration: underline;
	/*color: 2D495F;*/
}



a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

