@viewport {
	width: device-width;
	zoom: 1;
	initial-scale: 1;
}

html, body{height: 100%;}

.blank { display:none;}
.codedir { unicode-bidi:bidi-override; direction: rtl; }
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.wrap {
    overflow:hidden
}
	
body{ 
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
	background: #2198f8 url(images/bg_body.gif);
	color: #00476C;
}

#headimg img{
	width:100%;
	border-radius:10px;
	margin:1% 0px;
}
#headimg a:hover{
	text-decoration:none;
	border-bottom: 0px solid;
}

#main{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto; 
	background: #ffffd9;
}

section, header, footer { display:block;}

p{ 
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	line-height: 120%;
}
h1{ 
	font-size: 140%;
	font-weight: bold;
	color: #2198f8;
	letter-spacing: 10%;
	clear: both;
}
h2{ 
	font-size: 125%;
	font-weight: bold;
	color: #2198f8;
	border-top: 3px;
	clear: both;
}
h3{ 
	font-size: 110%;
	font-weight: bold;
	color: #2198f8;
}
h4{ 
	font-size: 100%;
	font-weight: bold;
	color: #2198f8;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 5px;
}

img{
	max-width: 100%;
}

table{
	width: 100%;
	border: 0px solid;
	border-spacing: 0px;
	border-collapse: separate;
}

th, td{
	padding: 5px;
	border: 0px solid;
	text-align: left;
}

a{
	color: #016AA0;
	text-decoration: none;
}
a:hover{ 
	border-bottom: 1px solid;
}
#header a:hover, .header a:hover{
	border-bottom: 0px solid;
}

.button{
	width: 100%;
	max-width: 23em;
	margin: 10px auto;
	padding: 10px 5px;
	text-align: center;
	border: 2px solid darkgreen;
	border-radius: 15px;
	background-color: lightgreen;
	color: darkgreen;
}


.box{
	width: 45%;
	margin: 10px 0px;
	text-align: left;
	border: 2px solid #2198f8;
	border-radius: 15px;
}
.box h3{
	background: #2198f8;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 5px 0px;
	color: #ffffff;
}
.box p, .box ul, .box h2 {
	padding-left: 10px;
	padding-right: 10px;
}

.box_21, .box_22, .box_31, .box_32, .box_33{
	width: 100%;
/*	column-width: 180px;
	column-gap: 20px; */
	float:none;
	margin: 0px;
	padding: 0px;
/*	border: 2px solid #2198f8;
	border-radius: 15px; 
	background-color:#ffff9b; */
}

#breadcrumb{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
	text-align: left;
	border: 2px solid #2198f8;
	border-radius: 10px;
}

#header{ 
	width: 100%;
	max-width: 1200px;
	margin: 0px auto; 
	font-size: 110%;
	background: #2198f8;
	color: #ffffff;
	position: fixed;
}

#mainNav {
	position: relative;
	z-index: 100000;
	display: block;
	margin: 0; 
	padding: 7px 20px 5px 20px;
	font-size: 110%;
	background: #2198f8;
	color: #ffffff;
	text-align: left;
}
#mainNav ul{
	margin: 0; 
	padding: 0;
	float: none;
}
#mainNav > ul:before {
	display: block;
	content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0 Menu";
	position: relative;
	top: 3px;
	height: 0.25em; 
	width:1.25em;
	border-bottom: 0.7em double white; 
	border-top: 0.25em solid white; 
	margin-bottom: 8px;
}
#mainNav ul a{
	font-weight: bold;
	display: block;
	white-space: nowrap;
	padding: 0px 25px 10px 0px;
	color: #ffffff;
	background: transparent;
}
#mainNav ul a:hover{
	border: 0px solid;
	color: #ffff64;
}
#mainNav > ul > li{
	float: none;
	display: none;
}
#mainNav > ul > li > ul{
	display:none;
	position: relative;
	color:#ffffff;
	padding-left: 50px;
	background: transparent;
}
#mainNav > ul:hover li > ul {
	display: block;
	position: relative;
}
#mainNav > ul > li > ul > li{
	position: relative;
}
#mainNav > ul > li > ul > li a{
	white-space: nowrap;
	color: #ffffff;
}
#mainNav > ul:hover li {
	display: block;
}
#mainNav .selected {
	color: #ffff64;
}
#asidepagenav{
	margin-bottom: 10px;
	margin-left: 0;
	width: 100%;
	float: none;
}
#pagenavbox{
	margin-bottom: 10px;
	width: 100%;
	background: #2198f8; 
	float: none;
	border-radius: 10px;
	color: #ffffff;
}
#pagenavbox ul{ 
	padding: 0px 5px;
	margin-top:10px;
}
#pagenavbox ul li{ 
	list-style: square;
	padding: 5px 0px;
}
#pagenavbox a{ 
	color: #ffffff;
}


ul{ 
	list-style: none;
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
ul li{ 
	padding: 2px 0px;
}

#dummy{ 
	clear: both;
	height: 0px;
}

footer{ 
/*	position: fixed; 
	bottom: 0px; */
	width: 100%;
	background: #2198f8;
	color: #ffffff;
	font-weight: bold;
}
footer p{
	background: transparent;
	color: #ffffff;
	padding:10px 20px;
}
footer a{
	text-decoration: none;
	background: transparent;
	color: #ffffff;
}
footer a:hover{
	text-decoration: none;
	border: 0px;
	background: transparent;
	color: #ffff64}

#column_aside, #column_main{ 
	margin: 2%;
	margin-top: 50px;
	width: 96%;
	border-radius: 8px;
}
#column_aside ul{ 
	list-style: none;
}
#column_aside ul li:before {
	content: "\25BA \0020 \0020";
}
#column_aside img{
	width:32%; 
	max-width:150px;
	min-width:90px;
}

.mslogo img{
	width:15%; 
	max-width:150px;
	min-width:90px;
}

.picturelist {
	text-align: center;
}
.picturelist a:hover{ 
	border-bottom: 0px solid;
}

 
#content{ 
	width: 100%;
}
#content h1{ 
	padding: 4px 5px 5px 0px;
	border-bottom: 3px solid;
}
#content h2{ 
	margin-bottom: 5px;
	padding: 5px 5px 5px 0px; 
	border-top: 2px dotted;
}
#content h3{ 
	margin-bottom: 5px;
}
#content ul{ 
	list-style: circle;
}

@media only screen and (min-width:800px) {
	#pagenavbox{
		width: 30%;
		float: right;
	}
	#asidepagenav{
		width: 68%;
		float: left;
	}
	#mainNav > ul:before {
		display: none;
	}
	#mainNav > ul:hover li ul {
		display: none;
	}
	#mainNav > ul > li {
		float: left;
		display: block;
	}
	#mainNav > ul > li > ul {
		display: none;
		padding: 10px;
		background: #2198f8; 
		position: absolute;
    	z-index: 100000;
	}
	#mainNav > ul > li:hover > ul {
		display: block;
		background: #2198f8; 
		position: absolute;
		z-index: 100000;
	}
	.box_21{
		width:48%;
		float:left;
	/*	padding-bottom:1000px; 
		margin-bottom:-1000px; 
		background-color:#ffff9b; */
	}
	.box_22{
		width:48%;
		float:right;
	}
	.box_31{
		width:32%;
		float:left;
	/*	padding-bottom:1000px; 
		margin-bottom:-1000px; */
 	}
	.box_32{
		width:32%;
		float:left;
		margin-left:2%;
	}
	.box_33{
		width:32%;
		float:right;
	}
}

#contact {
	width: 95%;
	max-width: 800px;
	margin: auto;
}

#contact form {
	background: transparent;
	border: none;
	margin: 0px;
}

#contact table  {
	width: 100%
	border: none;
}

#contact .tinput, textarea{ 
	width: 95%; 
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid;
	margin: 3px;
	padding-left: 5px;
	background: #FFFFFF; 
	color: #000000;
	border-color: #e1e1e1  
}

#contact .code{ 
	height: 25px;
	font-size: 100%; 
	border-color: #C0C0C0;  
}

#contact .result{ 
	border: 0px solid;
	background: transparent; 
}
