@charset "UTF-8";
/* CSS Document */

/**------------------- COMMON ELEMENTS -----------------------**/

img {
  border: 0;
}

a {
  color: #733a98;
  text-decoration: none;
}


a:hover {
  color: #d5c9e3;
  text-decoration: underline;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #FFFFFF;
}

p {
  font-size: 12px;
  line-height: 1.5em;
  color: #0078ae;
  margin-right: 60px;
  text-align: left;
  }  
  
ul {
  font-size: 12px;
  line-height: 1.5em;
  color: #0078ae;
  text-align: left;
  } 
  
.bullet {list-style-image: url(../images/bullet.jpg);}

.nav {
  font-size: 14px;
  line-height: 1.5em;
  color: #0078ae;
  margin-top:20px;
  margin-right: 60px;
  font-weight: 600;
  }

h1 {
  font-size: 18px;
  font-weight: 600;
  color: #0078ae;
  line-height: 2.5em
}

h2 {
  font-size: 14px;
  font-weight: 600;
  color: #0078ae;
}

h3 {
  font-size: 12px;
  font-weight: 600;
  color: #0078ae;
  margin-right: 60px;
}


/**------------------ MARGINS ---------------------------------**/

.mainCont {
  margin: 0px 70px 0px 20px;
}


/**------------------ FOOTER NAVIGATION -----------------------**/


#footer #copyright {
  clear: both;
  font-size: 10px;
  text-align: left;
  padding: 20px 20px 10px 20px;
}
