/*
Reset styles

Nuke all silliness coming in from TextEdit widgets from uses.
Re-inforce proper styles
*/

/*
Begin proper styles
*/


h1 {
	font-family: 'Helvetica Neue', arial, sans-serif;

}

h2, h3 {
	font-family: 'Helvetica Neue';
}

h2 {
	font-weight: bold;
	margin-bottom: 0.2em;
	color: #333;
}

h3 {
	color: #333;
	margin-bottom: 0.8em;
}

h1 a {
	color: #0066cc;
	text-decoration: none;
}

h1 a:hover {
	background: #c2e1ff;
}

#staticpageOne
{
	padding: 0 0 0 5px;
	font-family: 'Lucida Grande', verdana, helvetica, sans;
}

pre {
	color: #06c;
	font-size: 100%;
	padding: 10px;
	margin: 10px;
	border-top: #ccc 1px dotted;
	border-bottom: #ccc 1px dotted;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

i {
	font-style: italic;
}

/* 
Now we tackle some nesting issues 
This is extremely painful.
*/

strong em {
	font-style: italic;
	font-weight: bold;
}

em strong {
	font-style: italic;
	font-weight: bold;
}

#staticpageOne a, #staticpageOne a strong, #staticpageOne strong a, #staticpageOne font a, #staticpageOne li strong a, #staticpageOne li strong a font, #staticpageOne p a, #staticpageOne p strong a, #staticpageOne p strong a font, #staticpageOne p strong font a  {
	color: #0066cc;
	text-decoration: none;
}

#staticpageOne a:hover {
	background: #c2e1ff;
}

#staticpageOne p {
	font-family: 'Lucida Grande', verdana, helvetica, sans;
	margin-bottom: 1em;
	color: #282828;
	line-height: 1.4em;
}

#staticpageOne ul {
	margin: 10px 0;
	padding: 0 0 10px 20px;
	border-bottom: #ccc 0px solid;
}

#staticpageOne ul li {
	margin: 0;
	padding: 5px 0;
	list-style-type: disc;
	list-style-position: outside;
	color: #000;
}

#staticpageOne ul li font {
	color: #000;
}
