div {
	overflow: hidden;
	border: 0px;
	margin: 0px;
}

a img {
	border: none;
}

a {
	color: #0099FF;
}
	
	body {
		text-align: center;
		font-family: sans-serif;
		font-size: 13px;
		background-color: black;
		color: #666666;
	}
		#container {
			width: 800px;
			margin-left: auto;
			margin-right: auto;
			background-color: white;
			text-align: left;
		}
			#datetime_row {
				text-align: right;
				float: right;
				height: 40px;
				padding-right: 20px;
				font-size: 10px;
				margin-top: 10px;
			}
			#headertwonav_row {
				clear: both;
				width: 800px;
			}
				#headertwonav_left_col {
					float: left;
					width: 20px;
					color: white;
					height: 216px;
				}
				#headertwonav_content_col {
					float: left;
				}
					#header_row {
						clear: both;
						height: 24px;
					}
					#nav1_row {
						clear: both;
					}
						.nav_box {
							float: left;
							width: 107px;
							height: 107px;
						}
						.number_box {
							float: left;
							width: 139px;
							height: 89px;
							font-size: 12px;
							margin: 5px;
							margin-top: 15px;
						}

					#nav2_row {
						clear: both;
					}

						#flash_container {
						}
			#organizationlastnav_row {
				clear: both;
			}
				#organizationlastnav_left_col {
					float: left;
					width: 350px;
				}
					#nav3_row {
					}
						#nav3_left_col {
							float: left;
							width: 20px;
							color: white;
							height: 107px;
						}
					#organization_row {
						clear: both;
					}
						#organization_left_col {
							float: left;
							width: 20px;
						}
						#organization_logo {
							float: left;
						}
				#organizationlastnav_right_col {
					float: left;
					width: 450px;
					font-size: 11px;
					color: #666666;
				}
					#quote_box {
						float: left;
						height: 101px;
						width: 308px;
						border-bottom: 1px solid #97D6F4;
						border-right: 2px solid #97D6F4;
					}

						#quote_author {
							margin-left: 130px;
						}