@charset "utf-8";
/* CSS Document */
body {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #0A3B6F;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
	h1,h2,h3,h4,h5,h6 {
		font-family: Arial, Helvetica, sans-serif;
		color:#7f1700;
	}
	h1 { letter-spacing:-.05em; font-size:36px; font-weight:bold; line-height:36px; }
	h2 { letter-spacing:-.04em; font-size:30px; font-weight:bold; line-height:30px; }
	h3 { letter-spacing:-.03em; font-size:24px; font-weight:bold; line-height:24px; }
	h4 { letter-spacing:-.03em; font-size:20px; font-weight:bold; line-height:20px; }
	h5 { letter-spacing:-.03em; font-size:18px; font-weight:bold; line-height:18px; margin-bottom:15px; }
	h6 { letter-spacing:-.02em; font-size:16px; font-weight:bold; line-height:16px; margin-bottom:15px; }
	.hide {
		background:none;
		font-size:1px;
		display:none;
		height:0;
		left:-9999px;
		overflow:hidden;
		position:absolute;
		top:-9999px;
		width:0;
		z-index:0;
		line-height:0px;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.clearfix {
		display: inline-block;
	}
	html[xmlns] .clearfix {
		display: block;
	}
	* html .clearfix {
		height: 1%;
	}
	.center { text-align:center; margin:0 auto; }
	.strong { font-weight:bold; }
	.em { font-style:italic; }
	.ul { text-decoration:underline; }
	.highlight { background: #fff99f; }
	.float-l { float:left; }
	.float-r { float:right; }
	.orange { color:#e23a00; }
	.gray { color:#717171; }
	a { color: #0125dc; margin:0; -moz-user-select:text; }
	a:hover { text-decoration:none; }
	#container {
		margin:0 auto;
		width:800px;
	}
		#header {
	background:url(../images/header.jpg) no-repeat;
	height:184px;
	text-indent:-9999px;
	width:800px;
		}
		#content {
			background:url(../images/content.jpg) repeat-y;
			padding:0 40px 15px;
			width:720px;
		}
				#content #headline {
					font:bold 40px/38px Arial, Helvetica, sans-serif;
					letter-spacing:-2px;
					margin:0 auto;
					text-align:center;
					width:700px;
				}
				#content p {
					font:normal 14px/18px Arial, Helvetica, sans-serif;
					margin:0 0 18px;
				}
		#footer {
	background:url(../images/footer.jpg) no-repeat center top;
	clear:both;
	width:800px;
	height:126px;
	margin:0 auto;
	text-indent:-9999px;
		}
#headerjv {
	background:url(../images/header-JV.jpg) no-repeat;
	height:184px;
	text-indent:-9999px;
	width:800px;
}

