* {
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
  }

body {
    #background:#DBE3EE url('images/body-bg.jpg') repeat-x scroll top left;
    margin:0 auto;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
}

/* wrapper */
div#wrap {
    max-width: 1020px;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
}


/* header & nav */
div.header {
    height: 53px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    border-radius: 7px;
    background-image: url(images/logomd.gif);
    background-repeat: no-repeat;
    background-color: #0D7696;
}   



/* headers */
h1 {
    font-size:2em;
    padding-left:5px;
    text-align:left;
    font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
}
h1 a, h1 a, h1 a:visited {
    text-decoration:none;
    color:#0000CC;
}
h2 {
    text-align:left;
    padding:0 0 0px 0px;
    font-size:0.9em;
    color:#006699;
    text-transform:uppercase;
    font-family:Georgia, "Times New Roman", Times, serif;
    padding-bottom:10px;
}
h3 {
    font-size:1.2em;
    font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
    font-weight:normal;
    color:#0000FF;
}

h3 a {
    //color: #FF0000;
    text-decoration:underline;
}
h3 a:visited { 
    //color:#3F4A5F;
} 
h3 a:hover {
    color: #F00;

}

h3 a {
background:    #3d85c6;
background:    -webkit-linear-gradient(#ffed64, #ffab23);
background:    linear-gradient(#ffed64, #ffab23);
border-radius: 5px;
padding:       8px 20px;
color:         #ffffff;
display:       inline-block;
font:          normal 700 24px/1 "Calibri", sans-serif;
text-align:    center;
text-shadow:   1px 1px #000000;
text-decoration: none;
margin-bottom:10px;


}

h3 a:hover {
background:    #3d85c6;
background:    -webkit-linear-gradient(#ffab23, #ffed64);
background:    linear-gradient(#ffab23, #ffed64);
border-radius: 5px;
padding:       8px 20px;
color:         #ffffff;
display:       inline-block;
font:          normal 700 24px/1 "Calibri", sans-serif;
text-align:    center;
text-shadow:   1px 1px #000000;
text-decoration: none;
margin-bottom:10px;


}








h4 {
    font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    font-size:0.8em;
    font-weight:bold;
    padding:15px 15px 15px 20px;
}
h5 {
    font-size:1.6em;
    font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
    font-weight:normal;
    color: #000066;
}

div.title {
    background:#414F62 url('images/tab_title_right.jpg') no-repeat scroll top right;
    padding:0;	
}

div.title h4 {
    background:transparent url('images/tab_title_left.jpg') no-repeat scroll top left;
    color:#ffffff;
}

div.Mytitle {
    background: url('images/tab_title_right12.jpg') no-repeat scroll top right;
    padding: 0;
    border-radius: 3px;
    color: #ffffff;
}

div.Mytitle2 {
    background:#414F62 url('images/tab_title_right3.jpg') no-repeat scroll top right;
    padding:0;	
    border-radius:3px;
    color:#ffffff;	
}


div.Mytitle3 {
    background:#414F62 url('images/tab_title_right2.jpg') no-repeat scroll top right;
    padding:0;	
    border-radius:3px;
    color:#ffffff;	
}

    
div.small-title h4 {
    border-bottom:1px solid #cccccc;
    color:#363F50;
    padding:5px;
}


/* element defaults */
p {
    margin-bottom:20px;
    font-size:0.95em;
    color:#333333;
}
ul {
    padding:0 0 20px 35px;
    list-style:none;
    color:#0000CC
    
}
code {
    border:1px solid #3E4B5C;
    border-left-width:10px;
    display:block;
    padding:10px;
    margin:10px 0;
}

/* default forms */
fieldset { 
    border:none;
    border-top:1px solid #dddddd;
    margin-top:10px;
}
fieldset legend {
    font-size:0.9em;
    color:#333333;
    font-weight:bold;
    padding:0 10px 0 0;
    background-color:#ffffff;
}
form { }
form input, form textarea {
    border:1px solid #999999;
    border-bottom-color:#cccccc;
    border-right-color:#cccccc;
    padding:5px;
    color:#666666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.0em;
}
form input.formbutton {
    background:#363F50 none repeat-x scroll bottom left;
    color:#ffffff;
    font-size:0.8em;
    border:1px solid #2B3240;
    font-weight:bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
    width:100%;
    padding: 0px;
    margin: 0px;
    font-size:9px;
}
table tr th, table tr td {
    padding:3px 10px; 
}
table tr th {
    background:#3E4B5C none repeat-x scroll bottom left;
    color:#ffffff;
}
table tr td {
    border-bottom:1px solid #dddddd;
    margin:auto
}




/* centeral page */
div.page {
    clear:both;







    #margin:10;
    background-color:#ffffff;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    background-repeat: no-repeat;
}
div.page ul {
    font-size:0.95em;
}
div.page ul li {
    padding: 3px 0 3px 5px;
}


/* content */
div.content {
    width: calc(72% + 11px);
    float: right;
    line-height: 20px;
    margin: 0px;
    border-color: #008a77;
    margin-bottom: 0.1px;
    background-color: #FFFFFF;
    padding-left: 11px;
}

div.content img {

}
div.content p {
    margin-bottom: 10px;
    margin-bottom: 10px;
    
}

div.content h1 {
    font-size:18px;
    color: #006699;
}

div.content li {
color:#000000;
list-style:disc;

}

div.content h3 a {
    font-size: 18px;
    margin-left: 0px;
}

div.content h3 {
    font-size: 15px;
    color: #090;
    margin-left: 0px;
    margin-top: 10px;
}




div.content hr {
    border: none;
    color: #4375C0;
    background-color: #0D7696;
    height: 2px
}

div.content2 {
    position:absolute
    padding: 20px;
    color:#FF0000
}


/* Mysidebar */
div.Generic {
    background: #D5F4E7;
    float:right;
    width:57%;
    margin-top:0px;
    border-radius:3px;
}

div.Generic p {
    line-height: 15px;
    margin-bottom: 0.1em;
}

div.Language {
    float: right;
    text-align: right;
    margin-top: 1px;

}




/* sidebar */
div.sidebar {
    width:23%;
    float:left;

}


div.sidebar p {
    background-color:#E0E0E0;
    padding:5px 8px;
    margin-top:1px;
}
div.sidebar ul {
    list-style:none;
    padding:0 0 20px;
}
div.sidebar ul li {
    padding:0;
    background:transparent url('images/li2.gif') no-repeat scroll 10px 50%;
}
div.sidebar ul li a {
    padding:7px 0 7px 25px;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-size:1.0em;
    color: #263D6C ;
    display:block;
    border-bottom:1px solid #dddddd;
    margin:10px;
}

div.sidebar ul li a:visited { 
    color: #000000;
} 

div.sidebar ul li a:hover{ 
    color:#009966;
} 


/* footer */
div.footer {
    clear:both;
    margin-top:10px;
    border-top:1px solid #54627D;
    background:#353E4F;
    height:55px;
    background:url(images/greenfooter.jpg);
    border-radius:10px;
    margin-bottom: 20px;
}
div.footer p {
    text-align:center;
    color:#eeeeee;
    padding-top:30px;
    font-size:0.9em;
}
div.footer p a img {
    color:#eeeeee;
    padding: 10%;
}

div.footer img {
}

/* search form */
form.searchform {
}


/* misc classes */
*:focus {
    color: #FFF;

}
.clear {
    clear:both;
}


img {
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
}

hr {
color:#4036B6;
size:9px;
}

/* begin Media Max-Width 991
============================================================================ */
@media screen and (max-width: 991px) {
    body {
	font-size: 1.5rem;
      }
  }
  
  /* end Media Max-Width 991
  ============================================================================ */


/* begin Media Max-Width 767
============================================================================ */
@media screen and (max-width: 767px) {
    body {
      font-size: 1.6rem;
    }
    div.page {
	padding: 40px 0 0;
    }
    div.header {
	background-position: center center;
    }
    div.content {
	width: 100%;
	float: none;
	padding: 0;
    }
    div.sidebar {
	width: 100%;
	float: none;
    }
    div.sidebar ~ p {
	display: none;
    }
    div.Generic {
	float: none;
	margin-bottom: 20px;
	width: 100%;
    }

    div.Generic p{
    line-height: 1.3;
}

    div.Mytitle{		
	background-position: left center;
	background-repeat: repeat-x;
    }
    div.Mytitle2{
	background-position: left center;
	background-repeat: repeat-x;
    }
    div.Mytitle3{
	background-position: left center;
	background-repeat: repeat-x;
    }
  }
  
  /* end Media Max-Width 767
  ============================================================================ */