body
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 62.5%; /* this means 1em = 10px */
}

h1, #menu
{
	display: none;
}

#logo
{
	padding-bottom: 20px;
	/*border-bottom: solid 1px #004143;*/
	margin-bottom: 20px;
}

#mainContent
{
	padding: 0px 80px 0px 50px;
}

#footer
{
	text-align: right;
	margin-right: 10px;
}

/***********************************************************************/
/* basic XHTML stuff                                                   */
/***********************************************************************/

h2
{
	font-size: 3.2em;
	/*font-size: 36px;
	line-height: 3.2em;*/
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #004143;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

h3
{
	color: #004143;
	font-size: 1.8em;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-weight: normal;
	display: block;
}

p
{
	color: #004143;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
}

a
{
	color: #004143;
	text-decoration: none;
}

a:hover
{
	color: #004143;
	text-decoration: none;
}

img
{
	display: block;
}