		body
		{
			background-color: #ffffff;
			text-align: center;
			background-image: url(images/Body-BackgroundImage.gif);
			background-repeat: repeat-x;
			margin-top: 0px;
		}

		#Layout-Main
		{
			position: relative;
			width: 848px;
			font-family: arial, helvetica, sans, verdana;
			font-size: 0.8em;
			padding: 0px 0px 0px 0px;
			border-style: solid;
			border-color: #9fbad0;
			border-width: 0px 1px 1px 1px;
			margin: 0px auto;
		}
	
		#Layout-Header
		{
			position: relative;
			width: 848px;
			height: 120px;
			margin: 0px;
			background-image: url(images/Layout-Header.jpg);
			background-repeat: no-repeat;
		}

		#Layout-Nav
		{
			position: relative;
			width: 848px;
			height: 19px;
			margin: 0px;
			text-align: left;
			background-image: url(images/Layout-MainNav-BackgroundImage.gif);
			background-repeat: no-repeat;
		}

		#Content-Main
		{
			position: relative;
			width: 848px;
			margin: 0px;
			background-image: url(images/Layout-Content-BackgroundImage.gif);
			background-repeat: repeat-x;
		}

		#Layout-Nav-MenuItems
		{
			position: absolute;
			top: 0px;
			left: 35px;
			height: 19px;
			width: 780px;
			background-image: url(images/MainNav-ItemDefault-BackgroundImage.gif);
			background-repeat: repeat-x;
		}

		a.MainMenuItem
		{
			display: block;
			height: 19px;
			font-family: arial, helvetica, sans, verdana;
			font-size: 11px;
			color: #003366;
			font-weight: bold;
			text-decoration: none;
			padding: 2px 5px 0px 5px;
			text-transform: lowercase; /* added this */
		}

		a.MainMenuItem:hover
		{
			background-image: url(images/MainNav-ItemRollover-BackgroundImage.gif);
			background-repeat: repeat-x;
			color: #ffffff;
		}

		#Content
		{
			position: relative;
			width: 800px;
			margin: 0px 24px 24px 24px;
			text-align: left;
			font-family: arial, helvetica, sans, verdana;
			/*font-size: 0.8em;*/
			padding: 24px 0px 0px 0px;
		}

		#Content td
		{
			position: relative;
			width: 800px;
			margin: 24px 24px 24px 24px;
			text-align: left;
			font-family: arial, helvetica, sans, verdana;
			/*font-size: 0.8em;*/
		}

		.MessageBox
		{
			margin: 10px auto;
			width: 800px;
			text-align: left;
			font-family: arial, helvetica, sans, verdana;
			background-color: #a5bfeb;
			border: 2px solid #4d76b9;
		}

		.Error-Response
		{
			margin: 10px 20px 20px 10px;
		}

		.MessageBox-Content
		{
			margin: 10px 20px 20px 10px;
		}

		#Contact-Container
		{
			display: block;
			width: 540px;
			text-align: center;
			background-color: #4d76b9;
		}

		.ContactFormTD
		{
			background-color: #a5bfeb;
		}

		#Contact-Table
		{
			width: 100%;
		}