/* layoutstylestm.css */

/* Universal style rule */
*{
/* Block all browser default margins and padding */
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, Verdana; 
  font-size:10pt;
  color: 000;
  
  

  /* Temporary borders */
 }


body {
background-color: #fff;
}

#wrapper{
  
  background-color: #fff;
  /* Center the wrapper */

}
  



#image{
background-color:#000000;
margin:5  0 0 0;
text-align:center;
text-decoration: none;

}

#description{
background-color:fff;  
margin: 0 50px 0 50px;

}

/** a.description:link {text-decoration: none; color: "#01084d"; font-family: "arial, helvetica, verdana";  font-weight: bold;  font-size: 10pt}
a.description:visited {text-decoration: none; color: "#00f"; font-weight: bold}
a.description:active {text-decoration: underline; color: "#748ec6"; font-weight: bold}
a.description:hover {text-decoration: underline; color: "#f60000"; font-weight: bold} **/



/* Unvisited and visited links in branding bar */
#description a:link {
  color:#00f;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
}

#description a:visited {
  color:#008;
font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
}

/* Hover links in description */
#description a:hover{
font-size: 11pt;
  font-weight: bold;
  text-decoration: underline;
  color:#f00;
}

/* Active link in description */
#description a:active{
font-size: 11pt;
  font-weight: bold;
  text-decoration: underline;
  color:#1bb498;
}


#style1 {
	font-size: 14px;
	font-weight: medium;
}

#navbar{
 
}


#footer
{
font-family:Arial, Helvetica, sans-serif;
 font-size: 9pt;

}
a.footer:link {text-decoration: none; color: "01084d"; font-family: "arial";  font-weight: bold;  font-size: 9pt}
a.footer:visited {text-decoration: none; color: "6d0500";  font-weight: bold;  }
a.footer:hover {text-decoration: underline; color: "f60000";  font-weight: bold;  }
