
body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	background-image: url(../images/bodyBGstripe01.jpg);
	background-image: url(../images/brickWallBG02.jpg);
	background-position: center;
	background-attachment: fixed;
	font-family: arial;
	font-size: 9pt;
	border: none;
}

.url {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

	.container1 {
		padding: 0px;
		margin: 0px;
		background-image: url(../images/toprightlogoBG01.png);
		background-attachment: fixed;
		background-position: top right;
		background-repeat: no-repeat;
	}
 
	.container2 {
		padding: 0px;
		margin: 0px;
		width: 750px;
		margin: auto;
		border: 4px solid #000000;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.header {
		width: 750px;
		height: 222px;
	}

	.navBlock {
		width: 100%;
		background-color: #;
		color: #e0d4b2;
		padding: 8px 0 8px 0;
		font-size: 1.1em;
		text-align: left;
	}

		.navItem {
			display: inline;
			padding: 8px;
			font-weight: bold;
			text-transform: uppercase;
		}

		.navBlock a:link, .navBlock a:visited, .navBlock a:active {
			color: #ffffff;
			text-decoration: none;
			margin: 0px;
			font-weight: bold;
		}

		.navBlock a:hover  div{
			color: #ffffff;
			background-color: #ff0000;
		}
    #contentWin {
        background-color: #00ff00;
    }

	.navBlock2 {
		width: 90%;
		padding: 8px 0 8px 0;
		font-size: 1.1em;
		text-align: right;
		padding-top: 20px;
		margin: 0px;
	}

		.navBlock2 .navItem {
			display: inline;
			padding: 8px;
			font-weight: bold;
			text-transform: uppercase;
			background-image: url(../images/darken25.png);
		}

		.navBlock2 a:link, .navBlock2 a:visited, .navBlock2 a:active {
			color: #ffffff;
			text-decoration: none;
			margin: 0px;
		}

		.navBlock2 .selected {
			background-image: url(../images/darken50.png);
			color: #ffffff;
		}

		.navBlock2 a:hover div {
			background-color: #777777;
		}

	.content {
		
		background-color: #333333;
	}

		.entryContainer {
			width: 100%;
			height: 100%;
			background-color: #333333;
			text-align: left;
			color: #ffffff;
		}

			.entryDiv {
				width: 100%;
				text-align: left;
				padding-bottom: 15px;
			}

			.entryDiv a:link, .entryDiv a:visited, .entryDiv a:active {
				color: #00ccff;
				font-weight: bold;
				text-decoration: underline;
			}

			.entryDiv a:hover {
				text-decoration: underline;
				color: #ffffff;
			}

			.entryDiv h1 {
				margin: 0px;
				padding: 6px;
				font-size: 2em;
			}
			.entryDiv h2 {
				margin: 0px;
				padding: 6px;
				padding-left: 12px;
				font-size: 1.5em;
			}
			.entryDiv h3 {
				margin: 0px;
				padding: 6px;
				padding-left: 18px;
				font-size: 1.25em;
			}

			.entryDiv table {
				font-size: 1em;
			}

			.entryDiv p {
				margin-top: 0px;
				margin-bottom: 6px;
				padding: 0px 22px 0 22px;
				line-height: 1.5em;
			}

			.entryDiv .bigQuote {
				width: 70%;
				font-family: times new roman;
				font-style: italic;
				font-weight: bold;
				font-size: 2em;
			}

			.entryDiv .left {
				text-align: left;
			}

			.entryDiv .right {
				text-align: right;
			}

			.entryDiv .photoCaption {
				font-style: italic;
			}

			.entryDiv ul {
				font-size: 1.1em;
				font-weight: bold;
			}


				.entryBlock {
					background-image: url(../images/lighten25.png);
					margin: 0px 20px 0px 20px;
					padding: 6px 0px 6px 0px;
				}

				.entryBlock a:link, .entryBlock a:visited, .entryBlock a:active {
					color: #002244;
					font-weight: bold;
					text-decoration: underline;
				}

				.entryBlock a:hover {
					text-decoration: underline;
					color: #ffffff;
				}
				
					.contactEntry {
						padding: 4px;
					}

					.contactEntry h3 {
						display: inline;
						padding-left: 6px;
					}

					.contactEntry p {
						padding-right: 0px;
						padding-left: 10px;
					}


	.footer {
		background-color: #660000;
		color: white;
	}

	.footer div {
		padding: 8px;
		text-align: right;
		font-size: 8pt;
	}