body{
	background: black;
}
h1, .title
{
	color: #bbbbbb;
	font-family: verdana,sans-serif;
	font-size: 16pt;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
	font-style: italic;
}
h2, .subtitle
{
	color: #b44444;
	font-family: verdana,sans-serif;
	font-size: 14pt;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
}
h3, .std3 
{
	color: #ffffff;
	font-family: verdana,sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

h4, .std2, .std2j
{
	color: #ffffff;
	font-family: verdana,sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-variant: normal; 
	font-weight: normal;
	font-style: normal;
}
.std2j{
	text-align: justify;
}

h5, .std1
{
	color: #ffffff;
	font-family: verdana,sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-variant: normal; 
	font-weight: normal;
	font-style: normal;
}
a.link{
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;
}
a.link:hover{
	color: #ffff00;
	text-decoration: none;
	background-color: #555555;
	font-weight: bold;
}
a.link:visited{
	color: #ffff55;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;
}
	
a.bottom_menu_link{
	color: #ff0000;
	background: #cacaca;
	border: 1px solid red;
	font-weight: bold;
	padding: 3px;
	margin: 5px;
}
a.bottom_menu_link:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #ff0000;
	font-weight: bold;
}
.form{
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	padding: 3px;
	font-family: verdana,sans-serif;
	font-size: 10pt;
	color: #ffffff;
	background-color: #222222;
}
.caption{
	margin-top: 10px;
	color: dddddd;
	font-family: verdana,sans-serif;
	font-size: 10pt;
	font-style: italic;

}
#header{
	padding: 10px;
	z-index:20;
	position: fixed;
	background-color: #000000;
	margin-bottom: 200px;
	border-bottom: solid #555555;
	width: 100%;
	display: block;
}

#page{
	text-align: justify;	
	padding: 15px;
	margin: auto;
	margin-bottom: 100px;
}

#mastHead{
	text-align: justify;	
	padding: 15px;
	/* border-top: 3px solid #bbbbbb; */
	/* border-top-style: ridge; */
	border-bottom: 1px solid #b44444;
	border-bottom-style: dashed;
	margin-top: 150px;
	}

}	

footer{
	position: fixed;
	z-index: 5;
	bottom: 0px;
	background-color: black;
	 font-family: verdana, sans-serif;
	 font-size:10px; 
	 color: #bbbbbb;
	 text-align: center;
	 width: 100%; 
	 margin-top:50px; 
	 border-top: 2px solid #bbbbbb;
	 padding-top:10px;
}

.frontBox_third_page{
	width: 30%;
	overflow: auto;
	margin: 1%;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}
.frontBox_two_third_page{
	width: 60%;
	overflow: auto;
	margin: 1%;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}
.frontBox_nowidth{
	overflow: auto;
	margin: 1%;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}
.frontBoxImg{
	 margin-top: 10px;
	 margin-bottom: 10px;
	 border: 1px solid #bbbbbb;	
}

.pad{
	text-align: left;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 25px 2px 2px 2px; /*top right bottom left*/
	border-radius: 10px;
	box-shadow: 2px 2px 5px #555555;
	vertical-align: top;
	display: inline-block;
	/* padding set in media screens */
}
.light_grey{
	border-color: #bbbbbb #dddddd #dddddd #bbbbbb;
	background-color: #eeeeee;
}
.grey{
	border-color: grey dimgrey dimgrey grey;
	background-color: lightgrey;
}
.blue{
	border-color: lightslategrey slategrey slategrey lightslategrey;
	background-color: aliceblue;
}
.teal{
	border-color: teal darkslategrey darkslategrey teal;
	background-color: mintcream;
}
.charcoal{
	border-color: #333333 #000000 #000000 #333333;
	background-color: #f5f5f5;
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/* .sized{ /*how useful ?*/
	/* width: 90%; */
	/* margin: auto; */
/* } */

/*===========  MENUS ====================*/
/*===== TOP MENU */
#teaser-menu{
	display: inline-block;
	vertical-align: top;
}
#teaser{
	font-family: verdana,sans-serif;
	font-variant:small-caps ;
	font-weight: bold;
	color: #2a2a6a;
	display: block;
}

.topMenu{ /* boxes for top menu */
	display: inline-block;
	/* padding-left: 5px; */
	/* padding-right: 5px; */
	padding: 3px 7px 3px 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #555555;
	border: 1px solid #cccccc;
	border-style: groove;

}

 a.headMenu, a.headMenu:visited { /* text for top menu - applies to format 1*/
	font-family: verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

 
  a.headMenu:hover{
	color: #333333;	
}
 
 .topMenu:hover{
	box-shadow: 1px 1px 3px #aaaaaa;
	border-color: #555555;
	background-color: #dddddd;
	color: #333333;	
}
li.dropdown {
    display: inline-block;
	padding: 0px;
}
.dropdown-content {
    display: none;
    z-index: 10;
    position: absolute;
	font-size: 14pt;
	color: #333333;
    background-color: #dddddd;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
	font-size: 10pt;
    color: #333333;
	border-bottom: 1px dotted #888888;
    /* padding: 2px 10px 2px 4px; */
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
    text-decoration: none;
    display: block;
    text-align: left;
}


.dropdown-content a:hover {color: #ff0000}

.dropdown:hover .dropdown-content {
    display: block;
}


/*======= icon menu - applies to format 2 & 3*/
#teaser_mobile{
	display: none;
	color: #2a2a6a;
	font-family: verdana,sans-serif;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;	
}

#icon_menu{
	position: absolute;
	right: 20px;
	z-index: 15;
	list-style-type: none;
	color: #333333;
	border-bottom: 1px dotted #888888;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
    overflow: visible;
	display: none;
	font-size: 12pt;
	background-color: #dddddd;
}
.menu_item a{
    display: inline-block;
	font-size: 12pt;
    color: #333333;
	border-bottom: 1px dotted #888888;
	margin-top: 2px;
	margin-bottom: 2px;
	/* margin-left: 4px; */
	margin-right: 4px;
    text-decoration: none;
    text-align: right;	
    display: block;
}
.menu_item a:hover {
	color: #ff0000}

#navicon:hover #icon_menu{
	display: block;
}

.submenu-content{
    position: absolute;
	right: 50px;
    z-index: 20;
	display: none;
	font-size: 14pt;
	color: #dddddd;
	background-color: #333333;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 4px 0px 4px 2px;
}	

.submenu-content a{
	font-size: 10pt;
    color: #dddddd;
	font-weight: bold;
	border-bottom: 1px dotted #eeeeee;
    /* padding: 2px 10px 2px 4px; */
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
    text-decoration: none;
    text-align: right;	
}
.submenu-content a:hover {color: #ff0000}

.menu_item a:hover .submenu-content {
	display: block;
}
.menu_item:hover .submenu-content{display: block;}

/*********** for submenu on pages like Internet.html */
#multi_content_top_menu{
	display: none;
}
#multi_content_side_menu{
	display: inline-block;
	margin-right: 10px;
}	

.boxTitle:hover{
	color: #ff0000;
}
 #multi_content{
	 background-color: #eeeeee;
	 display: inline-block;
	 /* max-width: 60%; */
	 padding: 15px;
	 vertical-align: top;
 }

#fact{/*on home page*/
	background-color: #dddddd;
	box-shadow: 2px 2px 5px #bbbbbb; 
	border-radius: 5px;
	height: 125px;
	padding: 5px;
	display: block; 
	margin-bottom: 10px;
}
.std_pic{
		/* border: 1px solid white; */
		/* border-radius: 5px; */
		/* box-shadow:  2px 2px 5px #bbbbbb; */
		margin: 10px;
}
.illustration{
	padding-top: 30px;
	padding-left: 20px;
}


/*** option 1 ***/
@media screen and (min-width: 1100px) {

	/* #header{ */
		/* padding: 10px; */
		/* z-index:20; */
		/* position: fixed; */
		/* background-color: #000000; */
		/* margin-bottom: 200px; */
		/* border-bottom: solid #555555; */
		/* width: 100%; */
		/* display: block; */
	/* } */

	#navicon_container{
		display: none;
	}

	#logo{
		width:400px;
		float: left;
		margin-right: 50px;
		display: inline-block;
	}
	#full_menu{
		display: inline-block;
		width: 100%;
	}
	#teaser{
		font-size: 20px;
		display: block;

	}
	#navbar{
		display: block;
		margin-top: 10px;
	}	
	/* #mastHead{ */
		 /* margin-top: 150px; */
		margin: auto;
	/* } */
	.mastHeadTop{
		font-size: 14pt;
	}
	.pad{
		padding: 30px;
	}
	.std_pic{
			max-width: 20%;
	}

}

/*** option 2 ***/
/*** Full-sized layout ***/
@media screen and (max-width: 1099px) and (min-width: 860px) {
 	#header{
		padding: 1px;
	}
 	#navbar{
		display: none;
	}
	#navicon_container{
		/* display: inline-block; */
		float: right;
		vertical-align: bottom;
		margin-right: 5px;
		text-align: right;

	}
	#navicon{
		height: 50px;
		vertical-align: middle;
	}
	#teaser_mobile{
		display: block;
		width:80%;
		text-align: center;
		max-width: 60%;   
		/* float: left; */
		font-size:4vw;
	}
	#teaser{
		font-size: 18px;
		display: block;
	}
	
	#logo{
		margin-right: 10px;
		height: 96px;
		float: left;
	}
	#teaser-menu{
		vertical-align: top;
		display: inline-block;
		height: 100px;		
	}
	
	.frontBox_third_page, .frontBox_two_third_page{
		width: 42%;
	}
	.mastHead{
		margin: auto;		
	}

	.pad{
		padding: 20px;
	}
	.std_pic{
		max-width: 33%;
	}
}


/*** option 3 ***/
/*** Small-sized layout (mobile - portrait)***/
@media screen and (max-width: 859px){
 	#navbar{
		display: none;
	}
	#navicon_container{
		/* display: inline; */
		float: right;
		vertical-align: top;
		margin-right: 5px;
	}
	#navicon{
		height: 50px;
	}
	#teaser-menu{
		display: none;
		height: 10px;
	}
	#teaser_mobile{
		display: block;
		width:100%;
		text-align: center;
		max-width: 60%;   
		/* float: left; */
		font-size:4vw;
	}
	#mastHead{
		margin-top: 80px;
	}

	#logo{
		height: 64px;
		margin-right: 10px;
		float: left;
	}

	#multi_content_top_menu{
		display: inline-block;
	}
	#multi_content_side_menu{
		display: none;
	}	
	 #multi_content{
		max-width:100%;
	 }
	#illustration{
		display: none;
	}
	.frontBox_third_page, .frontBox_two_third_page{
		width: 100%;
	}
	
	.mastHead{
		width: 90%;
	}
	.pad{
		padding: 10px;
	}
	.std_pic{
			max-width: 50%;
	}
	.form{
		font-size: 6pt;
	}

}



