/* Some resets */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
        }
/* remember to define focus styles! */
:focus {
        outline: 0;
        }
body {
        line-height: 1;
        color: black;
        background: white;
        }
ol, ul {
        list-style: none;
        }
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: separate;
        border-spacing: 0;
        }
caption, th, td {
        text-align: left;
        font-weight: normal;
        }
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
        }
blockquote, q {
        quotes: "" "";
        }



h1, h2, h3, h4, h5 {       margin-top: 15px;
                                margin-bottom: 15px;
                                color: #474747;
                                font-family: Geneva, Arial, Helvetica, sans-serif;
                                font-weight: bold;
                                letter-spacing: -2px;
                        }

h1 {
        font-size: 2.4em;
        margin-top: 0px;
   }

h2 {
        font-size: 2em;
   }

h3 {
        font-size: 1.8em;
   }

h4 {
        font-size: 1.5em;
   }


#container {
	margin: 20px auto;
	width: 600px;

}

#top #header {
	background: url("/images/head.jpg") no-repeat;
	width: 505px;
	margin: 15px auto;
	height: 70px;
	
}

#top .title {
	display: none;
}

#nav {
	margin: 5px auto;
	width: 485px;
	padding-bottom: 25px;
}


#nav .navlink {
	margin: auto;
	font-size: 1.2em;
	text-decoration: none;
	color: #474747;
}

#nav .navlink:hover {
	border-bottom: 4px solid #474747;
}

.nav left {
	float: left;
	display: inline;	
}

#nav ul {
	margin:-20px 0 0 20px;
}

#nav ul li {
	width: 20%;
	float: left;
}

#nav ul li a {
	float: right;
}


#content li , p {        font-family: 'Lucida Grande', Helvetica, 'Arial Unicode', Arial, sans-serif;
                line-height: 23px;
                margin: 13px 0px 13px 0px;
                }

#content li {
	font-family: Helvetica, 'Arial Unicode', Arial, sans-serif;
	font-size: 0.9em;
	margin-left: 5em;

}

#content ul li {
	list-style-type: circle;
}

ol li {
	list-style-type: decimal;
}


#content b, #content strong { font-weight: bold; }
