/* gliftor.css
	style sheet for gliftor.com
	the anonymous creators of this text have placed it in the public domain
*/

/* reset everything to simple defaults */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* basic text characteristics geared toward document readability */

html {
    background-color: #204050;
}

body {
    background-color: #ffffff;
    color: #000000;
    font-family: Georgia,serif;
	font-size: medium;
    width: 1000px;
    margin: 1em auto;
    max-width: 1000px;
    padding: 2em 2em 1em;
}
ul  {
	margin-left: 3em;
	list-style-type:disc;
	line-height: 150%;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight:bold;
}
ol {
	margin-left: 3em;
	list-style-type:decimal-leading-zero;
	line-height: 150%;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight:bold;
}
a:link {
	text-decoration:none;
    color: #0055dd;
}
a:visited {
	text-decoration:none;
    color: #dd5500;
}
a:hover {
	text-decoration:underline;
    color: #cc4400;
}
a:active {
	text-decoration:underline;
    color: #00ff00;
}
p {
    line-height: 120%;
    text-align: justify;
	padding: .3em 0
}

h1, h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	text-align: center;
	padding: 1em 0;
}

h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	text-align: left;
	padding: 1em 0;
}

h1 {
    font-size: 200%;
    font-weight: bold;
}

h2 { 
    font-size: 160%;
    font-weight:bold;
}

h3 {
    font-size: 160%;
    font-weight: bold;
}

h4 {
    font-size: 120%;
    font-weight:bold;
}

h5 {
    font-size: 100%;
    font-weight:bold;
}

h6 {
    font-size: 100%;
    font-weight:normal;
    font-style:italic;
}
.navbold {
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: 900;
}
.navnormal {
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: 300;
}
#navlinks {
    padding-top: 10px;
    text-align: center;
}
#navbar {
    background: #204050;
    height: 40px;
    margin: 0 auto;
    width: 1000px;
}
#navbar li {
    color: #F3F1E9;
    display: inline;
    font-size: 14px;
    letter-spacing: 0.2em;
    list-style: none outside none;
    margin: 0 1em 0 1em;
    text-transform: uppercase;
}
#navbar a {
    color: #e0f0e5;
    text-decoration: none;
}
#navbar a:link {
    color: #e0f0e5;
    text-decoration: none;
}
#navbar a:visited {
    color: #e0f0e5;
    text-decoration: none;
}
#navbar a:focus {
    color: #ffff00;
    text-decoration: none;
}
#navbar a:hover {
    color: #ffff00;
    text-decoration: none;
}
#navbar a:active {
    color: #00ff00;
    text-decoration: none;
}
