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

body {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 77%; /* 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.4em; margin: 0 0 1em 0; }
h2 { font-size: 1.2em; margin: 0.4em 0 0.4em 0; }

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


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

/* -- frame (centering page) -------------------------- */
#frame {
    width: 600px;
    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-logo	{ display: none; }

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

/* -- menu (hierachical unordered list) -------------- */
#menu    { 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; }


/* -- 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;
}

