/* ----- main styles ----- */
@import url("header.css");
@import url("content.css");
@import url("footer.css");

* { margin: 0px; padding: 0px; }
html { width: 100%; height: 100%; }
body {
   font-family: Tahoma, Geneva, sans-serif;
   font-size: 100%;
   height: 100%;
   width: 100%;
   color: #fff;
   background: #134464;
   line-height:1.125em;
}

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

img { border: none; border-width: 0px; }
h1, h2, h3, h4, h5, h6 {
   color: #272727;
   font-family: tahoma;
   font-size: 12px;
   padding: 0px 0px 10px 0px;
}
h1 { font-size: 1.6em; color: #fff; font-weight: normal;}
h2 { font-size: 1.4em; color: #fff; font-weight: normal;}
h3 { font-size: 1.3em; color: #fff; font-weight: normal;}
h4 { font-size: 1.2em; color: #8dacd5; font-weight: normal;}
#home h2 {
   font-family: 'MonotypeCorsivaRegular';
   font-size:34px;
   color:#FFF;
}
#home h3 {
   font-family: 'MonotypeCorsivaRegular';
   font-size:30px;
   color:#FFF;
}
p { padding: 0px 0px 13px 0px; }
ol { margin: 0px 0px 10px 10px; }
ul { margin: 0px 0px 10px 10px; }
li { margin: 5px 0px 10px 15px; }
table { border-collapse: collapse; }
input, select, textarea { font-family: tahoma; font-size: 8pt; color: #000000; }
.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }
.rel { position: relative; }

/* ----- special classes styles ----- */
.main { position: relative; width: 1000px; margin: 0 auto; z-index: 1; }

