/* Import */
@import url(layout.css);
@import url(menus.css);
@import url(content.css);

/* Global */
html { min-height: 100.05%; }
body { margin: 0; padding: 0;
background: #b3e3ee url(img/bg.jpg) repeat-x top;
}

body, th, td {
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
color: #336c7b; }

h1 {
font: 100 18px "Century Gothic", "Avant Garde", Futura, Arial, Verdana, Helvetica, sans-serif;
color: #ffffff;
border-bottom: 1px dotted #000;
letter-spacing: 1px;
padding-top: 13px; }

h2, h3, h4, h5, h6 {
font: 100 16px "Century Gothic", "Avant Garde", Futura, Arial, Verdana, Helvetica, sans-serif;
color: #336c7b; 
border-bottom: 1px dotted #20528F;
letter-spacing: 1px; 
margin-top: 13px; }
p {
margin: 0 0 10px 0; } 

hr { display:none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

a, a:link, a:active {
color: #20528F;
text-decoration: none; }
a:hover { color: #90C977;
text-decoration: none; }
a:visited { color: #6DA455; }

