{
	margin: 0em;
	padding: 0em;
}

body
{
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #555;
}

a
{
	color: #336699;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#outer
{
	position: relative;
	margin: 1em;
}

#header
{
	position: relative;
	background: #000000;
	height: 135px;
	width: 100%;
}

#menu, #submenu, .topofpage
{
	display:none;
}

#content
{
	line-height: 1.7em;
	margin: 1.25em;
}

#content p
{
	margin-bottom: 1.5em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content h1
{
	font-size: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	font-size: 1.1em;
}

#content td
{
	padding-right: 2em;
}

#footer
{
	padding: 1.5em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

#footer a
{
	color: #336699;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

