/* ---- Shell ------------------------------------------------ */

html {
	 font-size: 71%;
}

body {
	margin: 0;
	padding: 0;
}

a {
    text-decoration: underline;
    color: #933;
    font-weight: bold;
}
a:visited {
    color: #778993;
}

p, h1, h2, h3, h4, h5, h6, img, form, td, tr, ul, ol, dl, dd, dt, fieldset {
	margin: 0; padding: 0; border: 0;
}

p {
	margin-top: 0;
	margin-bottom: 1.65em;
	line-height: 1.55em;
}

.last {
    margin-bottom: 0;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
div.clear {
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

input, textarea {
	font: normal 11px/11px verdana, arial, sans-serif;
	padding: 2px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#header {
}
#main-nav {
}
#stage-wrapper {
}
#footer {
}


/* List Styles */
#stage-wrapper ul {
    margin-left: 2em;
    margin-bottom: 1.5em;
}
#stage-wrapper ol {
    margin-left: 3em;
    margin-bottom: 1.5em;
}
#stage-wrapper ol ul, #stage-wrapper ul ul {
    margin-left: 1.2em;
    margin-bottom: 0;
}
#stage-wrapper ul ol, #stage-wrapper ol ol {
    margin-left: 1.6em;
    margin-bottom: 0;
}
#stage-wrapper ul li, #stage-wrapper ol li {
    margin-left: 0;
    line-height: 1.2em;
}


#stage-wrapper dl dt, #stage-wrapper dl dd {
    line-height: 1.2em;
}


