html{
	font-size: 15px;
}

html body{
	width: 100%;
	margin: 0px;
	padding: 0px;
	/*background-color: #0D2E4D;*/
	background-color: #133c60;
	text-align: center;
	font-family: times, serif;
	color: #FFFFFF;
}


div#page{
	width: 878px;
	margin-left: auto;
	margin-right: auto;
}

	div#header{
		margin-top: 50px;
		height: 83px;
		padding-top: 275px;
		width: 878px;
		background-image: url('/images/ChantAndCoNameplate.png');
		background-position: top center;
		background-repeat: no-repeat;
	}


		div#header div#navigation{
			width: 560px;
			margin-left: auto;
			margin-right: auto;
		}


			div#header div#navigation ul{
				width: 600px;
				clear: left;
				float: left;
				margin-left: auto;
				margin-right: auto;
				margin-top: 0px;
				margin-bottom: 0px;
				padding: 0px;
				text-align: center;
				list-style-type: none;
			}

				div#header div#navigation ul li{
					display: inline;
					border-right: solid 1px #FFFFFF;
					border-left: none;
					padding-right: 12px;
					padding-left: 12px;
				}


					div#header div#navigation ul li a{
						font-family: Times, Serif;
						color: #FFFFFF;
						font-size: 23px;
						font-variant: small-caps;
						text-decoration: none;
					}

					div#header div#navigation ul li:last-child,
					div#header div#navigation ul li#InTheNews,
					div#header div#navigation ul li#PrivacyPolicy{
						border: none;
					}

	div#content{
		width: 878px;
		min-height: 400px;
		padding-top: 35px;
		padding-bottom: 25px;
		background-image: url('/images/background.png');
		background-repeat: repeat-y;
	}

  div#content div#notice{
    width: 55%;
    border: solid 2px #134869;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    color: #ff0000;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
  }
    div#content div#notice a{
      color: #ff0000;
      font-weight: bold;
      font-size: 16px;
      text-decoration: none;
    }

		div#content h2#pageTitle{
			height: 50px;
			width: 100%;
			background-image: url('/images/pageHeadingBackground.png');
			background-repeat: repeat-y;
			background-position: center;
			font-variant: small-caps;
			font-size: 30px;
			text-align: center;
			color: #134869;
			line-height: 50px;
		}


		div#content div#mainText{
			width: 600px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			color: #000000;
			font-size: 17px;
		}

			div#content div#mainText em{
					font-weight: bold;
			font-style: normal;
			}

			div#content div#mainText li{
				margin-bottom: 15px;
			}

			div#content h3{
				color: #000000;
			}

	div#omnipresentContactInformation{
		width: 708px;
		height: 45px;
		margin-top: 0px;
		padding-top: 15px;
		margin-bottom: 10px;
		/*background-color: #113F5f;*/
		background-color: #1A5073;
		color: #FFFFFF;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-family: arial, sans;
	}

	div#omnipresentContactInformation a{
		color: #FFFFFF;
		text-decoration: none;
	}
