/* CSS Document */

	body
	{
		padding-top: 12px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		vertical-align: top;
		background-color: #CCCCCC;
		background-repeat: repeat;
		background-image: url(images/BGRepeater.jpg);
	}
	
	.ContentBox
	{
		padding-left: 160px;
		text-align: center;
	}

	.ContentContainer
	{
		padding: 0px, 0px, 0px, 0px;
		width: 880px;
		text-align: left;
		vertical-align: text-top;
		border: 1px solid #949494;
	}
	
	.Header
	{
		float: left;
	}
	
	.HeaderLeft
	{
		float: left;
	}
	
	.HeaderCenter
	{
		float: left;
	}
	
	.MenuHeader
	{
		height: 82px;
		width: 472px;
	}
	
	.MenuArea
	{
		background-image: url(images/MenuBG.jpg);
		height: 43px;
		width: 472px;
	}
	
	.MenuFooter
	{
		height: 34px;
		width: 472px;
	}
	
	.HeaderRight
	{
		float: left;
	}
	
	.PageContent
	{
		padding-bottom: 4px;
	}
	
	.Footer
	{
	}
	
	a
	{
		color: #3399cc;
	}