body {
	background-color: #fff;
	font-family: Verdana, serif;
	font-size: 12px;
	margin: 0px auto;
}
	body img {
		border: 0;
	}
	body > #container {
		width: 980px;
		height: auto;
		margin: 0px auto;
	}
		body > #container > #top {
			width: 980px;
			height: 145px;
		}
			body > #container > #top > #logo {
				background-image: url(images/c_images/logo.png);
				width: 455px;
				height: 97px;
				float: left;
			}
				body > #container > #top > #nav {
					background-color: #f9f9f9;
					background-image: url(images/c_images/nav-right.png);
					background-position: right top;
					background-repeat: no-repeat;
					width: 525px;
					height: 97px;
					float: left;
				}
					body > #container > #top > #nav img {
						border: 0;
						margin-left: 3px;
						float: left;
					}
			body > #container > #top > #bar {
				background-image: url(images/c_images/bar.png);
				width: 940px;
				height: 48px;
				padding-left: 20px;
				padding-right: 20px;
			}
				body > #container > #top > #bar img {
					border: 0;
					margin-right: 15px;
					float: left;
				}
			body > #container > #mid {
				background-color: #f4f4f4;
				width: 939px;
				height: auto;
				margin: 0px auto 10px;
				padding: 6px 8.5px 0px 8.5px;
				overflow: hidden;
			}
				body > #container > #mid > #left {
					width: 622px;
					height: auto;
					float: left;
					margin-right: 10px;
				}
					body > #container > #mid > #left > .group {
						width: 622px;
						height: auto;
					}
						body > #container > #mid > #left > .group > .txt {
							background-color: #fff;
							width: 592px;
							height: auto;
							margin-bottom: 6px;
							padding:  6px 15px 6px 15px;
						}
							body > #container > #mid > #left > .group > .txt > h1 {
								font-family: Arial, serif;
								font-size: 24px;
								color: #1f59a3;
								margin-top: 0px;
							}
				body > #container > #mid > #right {
					width: 307px;
					height: auto;
					float: left;
				}
					body > #container > #mid > #right > .group {
						width: 307px;
						height: auto;
						margin-bottom: 10px;
					}
						body > #container > #mid > #right > .group > .top-blue {
						background-image: url(images/c_images/sml-top.png);
						background-repeat: no-repeat;
						background-position: 0px 0px;
						width: 307px;
						height: 10px;
					}
						body > #container > #mid > #right > .group > .mid-blue {
							background-color: #1f59a3;
							width: 307px;
							height: auto;
							color: #fff;
							text-align: center;
						}
						body > #container > #mid > #right > .group > .bot-blue {
							background-image: url(images/c_images/sml-bot.png);
							background-repeat: no-repeat;
							background-position: 0px 0px;
							width: 307px;
							height: 10px;
						}
					body > #container > #mid > #right > .group > .top-yellow {
						background-image: url(images/c_images/sml-top.png);
						background-repeat: no-repeat;
						background-position: 0px -10px;
						width: 307px;
						height: 8px;
					}
						body > #container > #mid > #right > .group > .mid-yellow {
							background-color: #f2c83a;
							width: 307px;
							height: auto;
							color: #fff;
							text-align: center;
							overflow: hidden;
						}
						body > #container > #mid > #right > .group > .bot-yellow {
							background-image: url(images/c_images/sml-bot.png);
							background-repeat: no-repeat;
							background-position: 0px -10px;
							width: 307px;
							height: 8px;
						}
		body > #container > #bot {
			width: 956px;
			height: 55px;
			overflow: hidden;
			margin: 0px auto;
		}