﻿/* 20080617 > LM > Header
-------------------------------------------------- */
	
	.Header
	{
		width: 890px;
		margin: 0px 5px 0px 5px;
		background-color: #ad0a00;
	}
	
	.HeaderTop
	{
		text-align: right;
		vertical-align: bottom;		
	}
	
	.HeaderBottom
	{
		text-align: right;
		vertical-align: bottom;
	}
	
	.HeaderDGERT
	{
		width: 100%;
		text-align: left;
		text-indent: 20px;
	}

	.HeaderLine
	{
		width: 890px;
		margin: 0px 5px 0px 5px;
		border-bottom: solid 1px #ad0a00;
		
	}
/* 20080617 > LM > Menu
-------------------------------------------------- */

	.MenuBar
	{
		width: 100%;
		margin: 5px 0px 0px 0px;
		background-image: url(Images/backgroundMenu.gif);
		background-repeat: no-repeat;
		background-position: 5px 0px;
	}
	
	/*
		SpryMenuBarHorizontal.css
	*/
	
/* 20080617 > LM > Content
-------------------------------------------------- */

	.Content
	{
		width: 890px;
		margin: 0px 5px 0px 5px;
		padding: 10px 0px 0px 0px;
		border-top: solid 1px #ad0a00;
		background-image: url(Images/background.gif);
		background-repeat: no-repeat;
	}
	
	.ContentHeight
	{
		height: 400px;
	}
	
	.ContentLeft
	{
		width: 365px;
		vertical-align: top;
	}
	
	.ContentRight
	{
		width: 525px;
		vertical-align: top;
	}
	
	.ContentHomeBox
	{
		width: 890px;
		height: 550px;
		margin: 40px 5px 0px 5px;
		background-image: url(Images/backgroundHome.gif);
		background-repeat: no-repeat;
		background-position: 0px 140px;
	}
	
	.ContentHome
	{
		width: 605px;
		margin: 0px 140px 0px 140px;
	}
	
/* 20080617 > LM > Footer
-------------------------------------------------- */

	.Footer
	{
		margin: 12px 0px 0px auto;
		padding: 3px 3px 3px 3px;
		font-size: 11px;
	}