* {
	outline: none;
}

html, body {
	background: #fff url(../images/bg.jpg) repeat center top;
	margin: 0 auto 0 auto;
	width: 100%;
	min-width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}

iframe, div, span, table, td, img, form, p, a, tbody {
	margin: 0 auto 0 auto;
	border: none;
	margin: auto;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #be6516;
}

a:hover {
	text-decoration: none;
}

#Page {
	width: 960px;
	margin: 0px auto 0px auto;
	border: dotted 0px #fff;
}

	#Page .menuTop {
		width: 960px;
	}

	#Page .menuTop .top {
		height: 66px;
		width: 960px;
		text-align: right;
	}

	#Page .menuTop .bottom {
		height: 19px;
		background: none;
		border: none;
		width: 960px;
	}

	#Page .menuTop .bottom a {
		display: block;
		float: left;
		margin: 0px 8px 0px 8px;
		color: #500000;
		font-size: 11px;
		float: right;
		font-weight: bold;
	}

	#Page .middle {
		background: #e2dcce;
		float: left;
		width: 100%;
		border: dotted 1px #fff;
		border-top: none;
	}

	#Page .middle .left {
		float: left;
		width: 298px;
		padding: 10px 5px 10px 10px;
		border: solid 0px #fff;
	}

	#Page .middle .left .block {
		background: #fff url(../images/block.short.jpg) repeat-x left top;
		color: #4e4e4e;
		margin: 0px 0px 10px 0px;
	}

	.block {
		display: block;
		background: #fff url(../images/block.jpg) repeat-x left top;
		color: #4e4e4e;
		margin: 0px 0px 10px 0px;
	}

	#Page .middle .left .block h1, .block h1 {
		margin: 0px;
		padding: 16px 0% 0% 10px;
		color: #580b11;
	}

	#Page .middle .left .block h2, .block h2 {
		margin: 0px;
		padding: 16px 0% 0% 16px;
		color: #1c3c62;
	}

	#Page .middle .left a {
		color: #262a1b;
		padding: 4px;
		line-height: 20px;
	}

	#Page .middle .left h1 {
		color: #262a1b;
		font-size: 13px;
		padding: 4px;
	}

	#Page .middle .right {
		float: left;
		width: 632px;
		padding: 10px 10px 10px 5px;
		border: solid 0px #fff;
	}

	#Page .bottom {
		color: #fff;
		float: left;
		width: 100%;
		background: #8e8f86;
		border: dotted 1px #fff;
		border-top: none;
		border-bottom: none;
	}

	#Page .bottom a {
		color: #fff;
	}

	#Page .even {
		background: #fff url(../images/odd.even.jpg) no-repeat left bottom;
		padding: 1% 2% 4% 2%;
		color: #0c0c0c;
		line-height: 20px;
	}

	#Page .odd {
		background: #fff url(../images/odd.even.jpg) no-repeat left bottom;
		padding: 1% 2% 4% 2%;
		color: #0c0c0c;
		line-height: 20px;
	}

	.submitButton {
		position: relative;
		background: url(../images/button.white.png) no-repeat left top;
		border: none;
		margin: 0px 8px 0px 8px;
		padding: 0px;
		width: 23px;
		height: 23px;
		cursor: pointer;
	}

	.submitInput {
		margin: 0px;
		padding: 0px;
		background: none;
		border: dotted 1px #fff;
		color: #fff;
	}
	