#content .police {
	clear: both;
	margin: 0 auto;
	border-top: 10px solid #fff;
	text-align: center;
	font-size: 85%;
}

	#content .police a {
		display: block;
		width: 770px;
		height: 100%;
		padding: 5px 0;

		background-color: #eee;

		color: #666;
		text-decoration: none;
	}

		#content .police a:hover {
			background-color: #DEE0E3;

			color: #333;
		}

		#content .police a img {
			border: none;
			vertical-align: middle;
		}

#content .message {
	margin: 20px 0 0 0;
	background-color: #eee;
	padding: 10px 40px;
}
#content #home_box {
	border-top: 25px solid #fff;
	margin: 0 auto;
	width: 720px;

	background-image: url("images/index_homebox_top.gif");

	position: relative;
}
	#content #home_box img {
		position: absolute;
		top: 30px;
		left: 30px;
		width: 276px;
	}


	#content #home_box h1 {
		margin: 0;
		padding: 40px 30px 40px 340px;
		width: 350px;
		min-height: 176px;
		background-image: url("images/index_homebox_bottom.gif");
		background-position: left bottom;
		background-repeat: no-repeat;

		font-size: 120%;
		font-weight: normal;
		color: #fff;
		line-height: 1.4em;
	}

		#content #home_box h1 a {
			display: block;
			margin-top: 20px;

			font-size: 80%;
			color: #ccc;
			text-decoration: none;
			font-weight: bold;
		}

			#content #home_box h1 a:hover {
				text-decoration: underline;
				color: #fff;
			}

#content #updates {
	float: left;
	width: 420px;
	margin-left: 40px;
}

	#content #updates h3 {
		margin: 20px 0 10px 0;
		padding-bottom: 5px;
		border-bottom: 1px solid #000033;

		font-size: 140%;
		color: #000033;
		font-weight: normal;
	}

		#content #updates table {
			margin: 0;
			padding: 0;
			float: left;
			margin-top: 0;
			width: 200px;
			margin-left: 10px;
			border-collapse: collapse;
		}

			#content #updates table.first {
				margin-left: 0;
			}

				#content #updates table tr {
					margin: 0 0 0 20px;
				}

					#content #updates table tr td {
						line-height: 1.4em;

						padding-bottom: 20px;

						color: #666;
					}

						#content #updates table tr td a {
							text-decoration: none;

							color: #333;
							font-weight: bold;
						}

						#content #updates table tr td a:hover {
							text-decoration: underline;
						}

		/*#content #updates ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			float: left;
			margin-top: 0;
			width: 200px;
			margin-left: 10px;
		}

			#content #updates ul.first {
				margin-left: 0;
			}

			#content #updates ul li {
				height: 4.5em;
				display: block;
				margin: 0 0 10px 20px;
				_margin-bottom: 20px;
				line-height: 1.2em;

				background-repeat: no-repeat;

				color: #666;
			}

				#content #updates ul li p {
				}

				#content #updates ul li a {
					text-decoration: none;

					color: #333;
					font-weight: bold;
				}

					#content #updates ul li a.img {
						margin: 0;
						float: left;
					}

						#content #updates ul li a.img img {
							border: none;
							width: 32px;
						}


					#content #updates ul li a:hover {
						text-decoration: underline;
					}*/

#content #involved {
	float: left;
	width: 200px;
	margin: 10px 0 0 20px;
	padding: 10px 20px 1px;

	background-color: #FFFFCC;
}

	#content #involved h3 {
		margin-top: 0;
		padding-bottom: 5px;
		border-bottom: 1px solid #000033;

		font-size: 140%;
		color: #000033;
		font-weight: normal;
	}
	
	#content div.future {
		width: 219px;
		padding-left: 20px;
		float: left;
		margin: 10px 0 6px;
	}

	#content div.stop {
		width: 190px;
		float: left;
		padding: 0 10px 0 40px;
		margin: 10px 0;
	}

		#content div.stop a {
			display: block;
			text-decoration: none;
			font-size: 80%;
			line-height: 1.2em;
		}

			#content div.stop a img {
				border: none;
				margin-right: 10px;
				float: left;
				vertical-align: top;
			}

			#content div.stop a span {
				display: block;
				padding-top: 10px;
			}

	#content #involved form {
		margin: 0;
		padding: 0;
	}

		#content #involved form label {
			display: none;
		}

		#content #involved form p.error {
			color: #c00;

			font-weight: bold;
		}

		#content #involved form input.error_field, #content #involved form textarea.error_field, #content #involved form select.error_field {
			background-color: #ffeedd;
			color: #c00;
		}

		#content #involved form input {
			width: 180px;
			margin-bottom: 15px;
		}

			#content #involved form input.clickable {
				float: right;
				width: 40px;
				height: 40px;
				margin: -45px 10px 10px 0;


				background-image: url("images/button_back.gif");
				background-color: transparent;

				border: none;

				cursor: pointer;

				text-indent: -10000px;
			}

	/*#content #involved form {
		margin: 0;
		padding: 0;
	}

		#content #involved form input.error_field, #content #involved form textarea.error_field, #content #involved form select.error_field {
			background-color: #ffeedd;
			color: #c00;
		}

		#content #involved form input {
			margin-bottom: 5px;
			padding: 2px;

			color: #666;

			width: 180px;

			margin-bottom: 15px;
		}

			#content #involved form input.clickable {
				float: right;
				width: auto;
				height: auto;
				margin: -45px 10px 10px 0;
				_margin-top: -50px;


				border: none;

				cursor: pointer;
			}*/
