/* -- global declarations ---------------------------- */

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 100%; /* initially set to percentage so that ems work
without producing miniscule text in IE */
    text-align: center; /* needed to center the container in IE5.x
because it doesn't like 'margin: 0 auto' */
    line-height: 1.4em;
    padding: 0;
	margin: 0;
	border: 0;
}

h1, h2, h3 {
    font-weight: bold;
}

h1 { font-size: 1.8em; margin: 1.5em 0 1em 0; }
h2 { font-size: 1.5em; margin: 0.6em 0 0.4em 0; }
h3 { font-size: 1.2em; margin: 0.75em 0 0.5em 0; }
h4 { font-size: 1em; margin: 0.9em 0 0.6em 0; }

p   { margin: 0 0 0.6em 0; text-align: justify; }
ul  { margin: 0 0 0.6em 0; }
img { border: 0; margin: 0; padding: 0; }
em  { font-weight: bold; font-style: normal; }


/* -- declarations for site-layout -------------------- */

/* -- frame (centering page) -------------------------- */
#frame {
    text-align: left; /* resets the text alignment ---- */
    padding: 0;
	margin: 0 auto 0 auto; /* centers the container - */
}

.clear { clear: both; }


/* -- header (website title and logo) ----------------- */
div#header	{}
div#header-text {}
div#header-text h1 {}
div#header a { color: black; text-decoration: none; }
div#header p { display:none; }

div#header-logo	{ display: none; }

/* -- special-bar (search and text-size ) ------------ */
#special-bar { display: none; }

/* -- sidebar ---------------------------------------- */
#sidebar { display: none; }

/* -- menu (hierachical unordered list) -------------- */
#menu    { display: none; }
#navigaion { display:none; }

/* -- content (one column) --------------------------- */
#content {}
#content a       { color: #000; text-decoration: none; border: 0; }
#content a:hover { color: #000; text-decoration: none; border: 0; }

#breadcrumbs { display: none; }

/* -- footer (copyright and disclaimer ) ------------- */
#footer {
    text-align: center;
    padding: 0.6em 0 0.6em 0;
    padding-top: 0.6em;
    margin: 2em 9px 0 9px;
    border-top: 1px dotted #666;
    font-size: 0.8em;
    line-height: 1.2em;
}
