@charset "UTF-8";
/* CSS Document */

	body,html {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		color: #00011F;
		font-size: 14px;
		line-height: 18px;
		background-attachment: scroll;
		background-image: url(bg.jpg);
		background-repeat: repeat-y;
		background-position: center 0px;
    }
	h1 {
		font-size: 30px;
		color: #A2958A;
		line-height: 35px;
		width: 450px;
		margin-left: 30px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
		margin-top: 30px;
		width: 450px;
		margin-left: 30px;
	}
	h3 {
		color: #A2958A;
		font-size: 18px;
		line-height: 24px;
		width: 450px;
		margin-left: 30px;
	}
	h4 {
		font-size: 16px;
		color: #A2958A;
		line-height: 20px;
		margin-left: 30px;
	}
	p {
		width: 450px;
		margin-left: 30px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	#horizon {
		color: white;
		background-color: transparent;
		text-align: center;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 1px;
		overflow: visible;
		visibility: visible;
		display: block
	}
	ul {
		width: 450px;
		margin-left: 30px;
	}
	li {
		color: #00011F;
		width: 450px;
	}
	a {
		color: #000000;
	}
	#c3Content {
		background-color: #FFFFFF;
		margin-left: -500px;
		position: absolute;
		top: 30px;
		left: 50%;
		width: 1000px;
		min-height: 825px;
		visibility: visible;
	}
	#accessibilityHeader {
		font-family: Verdana, Geneva, Arial, sans-serif;
		background-color: #FFFFFF;
		margin-left: -500px;
		position: absolute;
		top: 0px;
		left: 50%;
		width: 990px;
		height: 24px;
		visibility: visible;
		background-image: url(headerBG.jpg);
		background-repeat: repeat-x;
		padding-top: 6px;
		padding-left: 10px;
		font-size: 10px;
		color: #FFFFFF;
	}
	a {
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline;
	}
