
	/*
		included via config_layout
	*/
	body
	{
		background-image:		none;
		background-color:		#DBEDF0;
		background-repeat:		repeat;
		background-attachment:	scroll;
	}
	div.container
	{
		width:					800px;
		height:					auto;
		background-image:		none;
		background-color:		#FFFFFF;
		background-repeat:		repeat;
		background-attachment:	scroll;

		border-style:			solid;
		border-color:			#004652;
		border-width:			1px;

		margin-top:		10px;
		margin-right:	auto;
		margin-bottom:	0px;
		margin-left:	auto;

		padding-top:	0px;
		padding-right:	0px;
		padding-bottom:	0px;
		padding-left:	0px;
	}
	div.header
	{
		width:					800px;
		height:					160px;
		background-image:		none;
		background-color:		transparent;
		background-repeat:		repeat;
		background-attachment:	scroll;

		border-top-style:		none;
		border-right-style:		none;
		border-bottom-style:	none;
		border-left-style:		none;

		margin-top:		0px;
		margin-right:	0px;
		margin-bottom:	0px;
		margin-left:	0px;

		padding-top:	0px;
		padding-right:	0px;
		padding-bottom:	0px;
		padding-left:	0px;
	}
	div.banner
	{
		width:					800px;
		height:					160px;
		background-image:		none;
		background-color:		transparent;
		background-repeat:		repeat;
		background-attachment:	scroll;

		border-top-style:		none;
		border-right-style:		none;
		border-bottom-style:	none;
		border-left-style:		none;

		margin-top:		0px;
		margin-right:	0px;
		margin-bottom:	0px;
		margin-left:	0px;

		padding-top:	0px;
		padding-right:	0px;
		padding-bottom:	0px;
		padding-left:	0px;		
	}
	div.footerblock
	{
		width:					800px;
		height:					auto;
		background-image:		none;
		background-color:		#C2AE70;
		background-repeat:		repeat;
		background-attachment:	scroll;

		border-top-style:		solid;
		border-top-color:		#004652;
		border-top-width:		1px;
		border-right-style:		none;
		border-bottom-style:	none;
		border-left-style:		none;

		margin-top:		0px;
		margin-right:	0px;
		margin-bottom:	0px;
		margin-left:	0px;

		padding-top:	0px;
		padding-right:	0px;
		padding-bottom:	0px;
		padding-left:	0px;
	}
	div.footer
	{
		width:					780px;
		height:					auto;
		background-image:		none;
		background-color:		transparent;
		background-repeat:		repeat;
		background-attachment:	scroll;

		border-top-style:		none;
		border-right-style:		none;
		border-bottom-style:	none;
		border-left-style:		none;

		margin-top:		0px;
		margin-right:	10px;
		margin-bottom:	0px;
		margin-left:	10px;

		padding-top:	0px;
		padding-right:	0px;
		padding-bottom:	0px;
		padding-left:	0px;
		font-family:			Verdana, Arial, Helvetica, FreeSans, sans-serif;
		font-weight:			normal;
		font-size:				11px;
		font-style:				normal;
		color:					#000000;
		text-decoration:		none;
		text-transform:			none;
		line-height:			200%;
		background-color:		transparent;
	}
	img.pagenav
	{
		background-color:		#004652;
	}

