body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
body {
	background-color: #EBBD67;
	margin: 25 0 0;
	padding: 0;
	text-align: center;
}

.container-bg {
	background: #000000 url(images/bg-container.jpg) repeat-x;
	padding: 14px 10px 0px;
	height: 648px;
}

.helpful-links-bg {
	background: url(images/bg-helful-links.jpg) repeat-y;
	height: 355px;
	padding-right: 30px;
	padding-left: 30px;
}
.helpful-links {
	background: url(images/bg-helful-links.jpg) repeat-y;
}

.copy {
	background: #FFFFFF url(images/copy-header-bg.jpg) repeat-x;
	padding: 25px 0px 25px 15px;
}



/* these are the main links */

a:link {
	color: #7A9586;
	text-decoration: underline;
	font-size: 12px;
}

a:visited {
	color: #7A9586;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #CB9D52;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #CA9C51;
	font-size: 12px;
}

/* Headings */
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #cfa257;
	margin-bottom: 0px;
	text-transform: uppercase;
}

h2 {
	color: #6D8879;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}
h3 {
	color: #A89874;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	margin-bottom: 0px;
}
h4 {
	font-weight: bold;
	text-transform: capitalize;
}



/* sidebar */
.sidebar {
	color:#e4d793;
	font-size:12px;
}


#sidebar a:link, #sidebar a:visited {
	color: #e4d793;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* Footer */
.footer {
	color:#a5a2a2;
	font-size:12px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
.footer-bg {
	background: #000000 url(images/bg-footer.jpg) no-repeat;
	height: 93px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a:link, #footer a:visited {
	color: #a5a2a2;
	text-decoration: none;
}
#footer a:hover {
	color: #D4CC8D;
	text-decoration: underline;
}


/* IMAGES ---------- */
.float-left {/* Left Floated Images */
	float: left;
	margin: 0 12px 18px 0;
	border: 0px;
	text-align: left;
}

.float-right {/* Right Floated Images */
	float: right;
	margin: 0 0 18px 9px;
	clear: right;
	border: 0px;
}

img {
	border-width: 0px;
}
.img-border {
	border: 1px solid #5A5050;
	float: left;
	margin: 0 12px 10px 0;
}

