

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
    }

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}


:focus {
  outline: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,dl,address {
margin:0.5em 0;
}

ul, ol {
margin: 0 0 0 1em;
padding: 0 0 0 1em;
list-style-position: outside;
}
li,dd {
margin-left:0em;
padding-left:0;
}

h1 {
  font-size:22px;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 3px 0 10px 0;
  text-align: left;
  font-weight:normal;
}
h2 {
font-size:18px;
line-height: 1.3;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: 0px;
font-weight: normal;
text-align: left;
    color: #149fdd;
}


h3 {
font-size:1.15em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}

h4 {
font-size:1.1em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
h5 {
font-size:1.1em;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
h6 {
font-size:1em;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
.box p {
  font-family: Arial, Helvetica, sans-serif;  
  font-size:12px;
    color: #4d4c4c;
    line-height: 1.5;
}  

li {
   font-family: Arial, Helvetica, sans-serif;  
  font-size:12px;
    color: #4d4c4c;
    line-height: 1.5;   
    
}

/* ======= NAVMENU=========== */

#headerwrap {
  width: 960px;
    position: fixed;
  
  top: 0;
  height:50px;
  background-color: #8794b9;
 align-content: center;
    z-index: 5;
    margin: 0;
  padding: 0 ;
    border-bottom: 3px solid #f8f8f8; 
;
}
#navmenu {
  text-align: left;
  margin:  0 ;
  padding: 0 ;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  height:20px;
  position: relative;
  
  
}

nav {
  display: block;
    position: relative;
    text-align: center;
    float:none;
    overflow: hidden;
     margin: 0 5px 0 5px;
    padding: 20px 0 0 0 ;
  }

nav a {
    text-decoration: none; 
    color: #ffffff;
    padding:20px 0px 10px 20px;
}
nav a:hover {
    text-decoration: none;
    color: #0e1280;
    padding:20px 0px 10px 20px;
}
.currentLink {
    text-decoration: none;
    color: black;
    padding:20px 0px 10px 20px;
}
#noscript {
  color: #fd696f;  
}




/* ===================== IMAGE =====================  */
#imagewrap  { 
  margin: 0;
  padding: 0 0;
 
  background:#fdfdfd;
}
#imagecontainer  {
  width:960px; 
  height:320px; 
  position:relative; 
  margin: 50px auto 3px auto;
  padding:0px;
    }
#imagecontainer img { 
  width:960px; 
  height:320px; 
  display:block; 
  position:relative;
    
  
   
  z-index:1; 
}
/*=============BODY=================*/
body {
    
  text-align:left;
    font-family: Arial, Helvetica, sans-serif;
  line-height:1.5;
  margin: 0;
  padding: 0;

    width: 960px;
    margin: 0 auto 0 auto;
    background-color: #f8f8f8; 
    
}

#bodywrap {
  margin: 3px 0 5px 0;
  padding: 0 0 0 0;
  position:relative;
        

}
#wrap {
  text-align:left;
  margin:0 auto;
    position:relative;
  
}
/* ======= SIDE BARS ================================  */


.box {
     background-color: rgba(40, 111, 181, 0.12); 
    border-radius: 3px;
    border:  solid ;
  border-width: 1px;
    border-color: #9da8b5;
    margin-bottom: 3px;
    padding: 15px 15px 15px 15px; 
}
#sidebar {
    
margin: 0 ;
padding:  0;
}
#sidebar1 {
    float:left;
display: block;
padding: 0;
margin: 0px 20px 0 0;
position: relative;
    
}
#sidebar2 {
    
    float: right;
    margin-right: 0;
    padding: 0;
    position: relative;
}
/* ======= MAIL =======================  */
#mail a {
    font-family: Arial, Helvetica, sans-serif;  
  font-size:13px;
    color: #4b569a;
    line-height: 1.5;
    text-decoration: none;
    font-style: italic;
    
   
}
/* ======= FOOTER =======================  */
#footerwrap {
    width: 960px;
   
    position: relative;
   
    float:left;
    
  margin: 0;
  padding: 0;
   background-color: #5a5858; 
   
}
#footer {
    float: left;
    width: inherit;
 }
#footermenu ul {
   text-align: center;
}
#footermenu {
    margin: 10px 10px 10px 10px ;
}
#footermenu li {
    
    display: inline-block;
    padding: 5px 30px 5px 30px;
    
}
#footermenu a {
    float: left;
     font-family: Arial, Helvetica, sans-serif;  
  font-size:12px;
    color: #c3c7e5;
    
    text-decoration: none;
    
}
#footername {
  font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
  font-size:10px;
    color: #fffcfc;  
    
}

