@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
body {
	font: normal 10px/1.5 Verdana, Arial, Helvetica, sans-serif;
	}
a {
	color: #165283;
	}
img {
	border: 0px;
	}
.container {
	width: 100%;
	height: 100%;
	}
.header {
	height: 75px;
	width: 630px;
	}
	.header img {
		/*padding-top: 10px*/
		float: left;
		margin-left: 10px;
		}
		.header .date {
			float: right;
			font-size: 20px;
			color: #2d7272;
			font-weight: bold;
			padding-top: 35px;
			}
.bar {
	width: 100%;
	height: 6px;
	background: #2d7272;
	}
.content {
	width: 788px;
	margin-top: 10px;
	}
	.content_title {
		background: #f1efee;
		width: 525px;
		height: 65px;
		float: left;
		}
		.content_title p {
			padding-left: 10px;
			padding-top: 20px;
			font-size: 14px;
			color: #284255;
			font-weight: bold;
			}
	.main_text {
		float: left;
		width: 515px;
		padding-left: 10px;
		padding-top: 10px;
		}
	.right_content {
		width: 252px;
		float: right;
	}
		.green_header {
			height: 17px;
			width: 237px;
			background: #2d7272;
			color: white;
			font-weight: bold;
			padding-left: 15px;
			padding-top: 3px;
			}
		.orange_header {
			height: 17px;
			width: 237px;
			background: #e1983e;
			color: white;
			font-weight: bold;
			padding-left: 15px;
			padding-top: 3px;
			margin-top: 5px;
			}
		.gray_header {
			height: 17px;
			width: 237px;
			background: #797979;
			color: white;
			font-weight: bold;
			padding-left: 15px;
			padding-top: 3px;
			margin-top: 5px;
			}
		.right_box {
			border: 1px solid #c0c5c6;
			width: 230px;
			padding: 10px;
			}
			#top_box p {
				padding-bottom: 6px;
				}
	.how_to {
		background: #797979;
		width: 525px;
		height: 35px;
		float: left;
		}
		.how_to p {
			color: white;
			font-weight: bold;
			padding-left: 10px;
			padding-top: 10px;
			}
	.dash {
		margin-top: 20px;
		border-top: 1px dashed #b3b9bc;
		width: 100%;
		height: 2px;
		float: left;
		}
	.footer {
		float: left;
		background: #d9dbdc;
		width: 100%;
		height: 44px;
		margin-top: 20px;
		}
		.footer p {
			padding-top: 7px;
			padding-left: 20px;
		 	}
		.footer img {
			float: right;
			padding-top: 7px;
			padding-right: 10px;
			}
