	body
	{
		margin: 0 0 10px 0;
		padding: 0;
		background-color: #414242;

		font-family: Georgia, Times, serif;
		font-size: 10pt;

	}

	a:active { color: #23308b; }
	a:link { color: #23308b; }
	a:visited { color: #23308b; }
	a:hover { color: #23308b; }

	#header
	{
		position: relative;
		width: 850px;
		height: 156px;
		background-color: #000000;
	}

	#navigation
	{
		position: relative;
		width: 850px;
		height: 71px;
		background-color: #5e71b7;
	}


	#mainbody
	{
		position: relative;
		width: 850px;
		height: auto;
		min-height: 600px;
		background-color: #ffffff;

		text-align: left;
	}

	#mainbodycontent
	{
		position: relative;
		width: 585px;
		height: auto;
		padding: 35px 0 10px 25px;

		text-align: left;
	}

	#maininlay
	{
		position: relative;
		width: 199px;
		height: 462px;
		padding: 20px 10px 0 0;
		float: right;
	}

	#maininlay2
	{
		position: relative;
		width: 199px;
		height: 543px;
		padding: 20px 10px 0 0;
		float: right;
	}

	#footer
	{
		position: relative;
		clear: both;
		width: 850px;
		height: 30px;
		padding: 8px 0 30px 0;


		font-family: Arial, sans-serif;
		font-size: 8pt;
		color: #eaeaea;
		letter-spacing: 1px;
		text-align: center;
	}

	.header
	{
		margin: 0px 0px 5px 0px;
	}

	p
	{
		margin: 2px 0px 30px 0px;
	}

	.audio
	{
		position: relative;
		width: 255px;
		height: 15px;

		margin: 2px 0px 2px 0px;
		padding: 5px 5px 8px 5px;

		border: 1px #eaeaea solid;
	}

	h1
	{
		margin-bottom: 30px;

		font-size: 14pt;
		font-weight: normal;
		color: #990000;
		text-transform: uppercase;

		word-spacing: 2px;
		letter-spacing: 0.35px;
	}

	h2
	{
		margin: 0px;

		font-size: 10pt;
		font-weight: normal;
		color: #990000;
		text-transform: uppercase;

		letter-spacing: 0.35px;
	}

	h3
	{
		margin: 0px;

		font-size: 10pt;
		font-weight: normal;
		color: #23308b;
		text-transform: uppercase;

		letter-spacing: 0.35px;
	}
