

@import url("module_header.css");
@import url("module_homepage.css");
@import url("module_content.css");
@import url("module_sidebar.css");
@import url("module_forms.css");
@import url("module_sitemap.css");
@import url("module_footer.css");

* { margin: 0; padding: 0; }

body { font: 62.5% Verdana, sans-serif; text-align: center; }

#home_outerwrapper { width: 100%; height: 100%; background:   url("../images/home/homeBg.jpg") 0% 0% repeat-x #fff; }
#sub_outerwrapper { width: 100%; height: 100%; background:   url("../images/subBg.jpg") 0% 0% repeat-x #fff; }

#wrapper { width: 960px; margin: 0px auto; text-align: left; }

h1, h2, h3, h4, h5, h6 { font: 1.0em Verdana, sans-serif; color: #333333; }
table, th, td { font-size: 1.0em; }
img { border: 0; }
p { color: #333333; }
ul { list-style: none; }
a, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; } 

.clearer { display: block; clear: both; height: 0; line-height: 0px; font-size: 0; }

