@import url("header_module.css");
@import url("footer_module.css");
@import url("maincontent_module.css");

* { margin: 0px; padding: 0px; }

body { background: #007AB3 url("../images/framework/bg_map.gif") 700px 0% no-repeat; font-family: Arial, Helvetica, sans-serif; font-size: 62.5%; }

#wrapper { width: 100%; }
img { border: none; }

.clear { clear: both; height: 0; line-height: 0px; font-size: 0; }

h1, h2, h3 { font-weight: normal; }

a, a:visited { color: #739804; text-decoration: underline; }
a:hover { color: #567301; text-decoration: none; }