@charset "utf-8";
/* CSS Document */

body, html {
	background: url(images/body-bg.png) repeat-x #4f6f19;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, p, ul, ol {
	margin: 0 0 10px 0;
} 

p {
	line-height: 14pt;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 17pt;
	margin: 0 0 15px 0;
}

li {
	margin: 0 0 5px 0;
}

img {
	border: none;
}

hr {
	clear: both;
	height: 1px;
	background: #4F6F19;
	color: #4F6F19;
	margin: 20px 0;
	border: none;
}

.wrap {
	width: 942px;
	margin: 0 auto;
}

.container {
	width: 900px;
	padding: 0 21px;
	background: url(images/container-bg.png) repeat-y;
	float: left;
}

.header {
	width: 840px;
	padding: 30px;
	background: url(images/header-bg.gif) no-repeat center bottom #fff;
}

.main {
	width: 840px;
	padding: 30px;
	background: #fcaf17;
	float: left;
}

.leftColumn {
	width: 390px;
	float: left;
}

.rightColumn {
	width: 425px;
	float: right;
}

.bottomMargin {
	margin-bottom: 25px;
}


.textAlignCenter {
	text-align: center;
}

.bumpRight {
	margin-left: 12px;
}

.logoBox {
	width: 900px;
	background: #fff;
	text-align: center;
	clear: both;
}

	.logoBox img {
		margin: 15px 13px;
	}

.footer {
	width: 942px;
	height: 67px;
	background: url(images/footer-bg.png) no-repeat;
	overflow: hidden;
	color: #fff;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
	padding-top: 16px;
}

	.footer a {
		color: #fff;
		text-decoration: none;
	}
	
	.footer a:hover {
		text-decoration: underline;
	}