body{background-color:#d3d3d3; background-image:url(../image/layout/bg_fade.jpg); background-repeat:repeat-x;}
	#pagewrapper {
		width:880px;
		padding:50px 35px 0px 35px;
		margin:0px auto;
		top:0px;
		font-family:Helvetica;
		}
		#header {
			width:100%;
			position:relative;
			}
			#logo{
				width:300px;
				height:59px;
				margin:0px auto;
				}
				#logo img{
					border:none;
				}
			#header_image {
				width:880px;
				height:350px;
				background-repeat:no-repeat;
				margin-top:25px;
				position:relative;
				}
				#header_cnt {
					height:120px;
					left:80px;
					position:absolute;
					top:125px;
					width:375px;
					font-size:12px;
					color:#FFF;
					font-weight:bold;
					line-height:17px;
					}
				#nav_bg{
					background-image:url(../image/layout/nav_bg.jpg);
					background-repeat:no-repeat;
					width:762px;
					height:53px;
					position:absolute;
					bottom:0px;
					left:0px;
					padding-left:60px;
					padding-right:58px;
					text-align:center;
					}
					#nav_bg a{
						color:#FFF;
						text-decoration:none;
						font-size:12px;
						}
					.nav_block {
						width:94px;
						height:36px;
						float:left;
						padding-top:17px;
						background-image:url(../image/layout/navBTN_bg.jpg);
						font-weight:700;
						}
					.nav_document {
						width:94px;
						font-weight:700;
						height:36px;
						float:left;
						padding-top:17px;
						background-image:url(../image/layout/document_navBTN_bg.jpg);
						}
						.nav_gap {
							margin-left:15px;
							}
					#search {
						width:270px;
						height:53px;
						background-image:url(../image/layout/search.jpg);
						background-repeat:no-repeat;
						background-position:center;
						position:absolute;
						right:60px;
						}
						#search_input {
							position: absolute;
							right: 127px;
							top: 18px;
							border: none;
							width: 140px;
							background: url(../image/layout/search-bg.png);
							}
							#search-submit{
							width: 50px;
							height: 29px;
							background: url(../image/layout/search_btn.jpg) no-repeat center;
							border: none;
							margin-top: 12px;
							float:right;
							}
		#body {
			width:760px;
			background-color:#FFF;
			position:relative;
			padding:48px 60px 48px 60px;
			font-size:12px;
			}
			#home-title{
			font-style: italic; color: #00995d;
			}
			#login-link{
			color: #00f;
			cursor: pointer;
			text-decoration: underline;
			width: 40px;
			}
			#login-box{
			display: none;
			}
			#title_divider{
				width:100%; 
				background-color:#dddddd; 
				height:5px;
				}
			.row_divider {
				width:100%; 
				background-color:#dddddd; 
				}
			.title{
				font-weight:bold;
				}
			.alignment {
				text-align:center;
				vertical-align:middle;
				}
			.article a{
				color:#008852;
				text-decoration:none;
				}
			.button {
				text-align:center
				}
				.button img{
					border:none;
					}
			a.popup{
			cursor: pointer;
			color: #0000ff;
			}
		#footer{
			width:100%;
			height:33px;
			position:relative;
			text-align:center;
			padding-top:15px;
			color:#8e8e8e;
			font-size:12px;
			}
