body {
	background: #924500 ;/*url(../images/content-bg.gif) center top repeat-y;*/
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans;
	font-size: 13px;
	color: white;
}


p {
	padding: 0px 8px;
	text-align: left;
	line-height: 135%;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans;
	font-size: 18px;
	font-weight: bold;	
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans;
	font-size: 14px;
	font-weight: bold;	
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans;
	font-size: 12px;
	font-weight: bold;	
}

.c-1, .c-2, .c-3 {
	position: relative;
	min-height: 600px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.c-1 {
	background: #924500 url(../img/content-bg.gif) center top repeat-y;
}

.c-2 {
	background: transparent url(../img/footer-bg-horiz.gif) left bottom repeat-x;
}

.c-3 {
	background: transparent url(../img/footer-bg.gif) center bottom no-repeat;
}

.c-4 {
	position: relative;
	width: 620px;
	margin: 0px auto;
	padding: 0px;
}
.c-4-full {
	position: relative;
	width: 640px;
	margin: 0px auto;
	padding: 0px;
}

.c-menu-top {
	position: relative;
	background: #924500;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	width: 100%;
}

.c-menu-main {
	position: relative;
	background: url(../img/menu-bg.gif) center top no-repeat;
	height: 44px;
}
html>body .c-menu-main {
	position: relative;
	background: url(../img/menu-bg.gif) center top no-repeat;
	height: 47px;
}

.c-menu-main ul {
	display: block;
	position: relative;
	padding: 17px 0px 0px 0px;
	margin: 0px;
	height: 30px;
	text-indent: none;
	list-style: none;
	width: 100%;
}

html>body .c-menu-main ul {
	display: block;
	position: relative;
	padding: 17px 0px 0px 0px;
	margin: 0px;
	width: 100%;
	height: 30px;
	text-indent: none;
	list-style: none;
}


.c-menu-main ul li {
	padding: 0px 6.75px;
	margin: 0px;
	float: left;
}

.c-menu-top ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

.c-menu-top ul li {
	float: right;
	margin: 0px;
	padding: 6px 0px 0px 12px;
}

.c-menu-top ul li a {
	color: #EECCAA;
	font-family: Arial, Helvetica, Sans;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.c-menu-top ul li a:hover {
	color: white;
	text-decoration: underline;
}

.c-header h1 {
	background: #000022 url(../img/header.jpg) left top no-repeat;
	width: 639px;
	height: 200px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	text-indent: 0px;
}

html>body .c-header h1 {
	background: #000022 url(../img/header.jpg) left top no-repeat;
	width: 638px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

.c-header h1 span {
	display: none;
}

.c-content {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

html>body .c-content {
	position: relative;
	width: 100%;
	margin-top: 8px;
	padding-bottom: 200px;
}

.c-content a {
	color: #00afff;
	text-decoration: none;
}
.c-content a:hover {
	color: #ffffff;
}

.c-footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 192px;
	margin: 0px;
	padding: 0px 0px 36px 0px;
	font-size: 9px;
	color: white;
}

html>body .c-footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 192px;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: white;
}

.c-footer h2 {
	text-align: left;
}
.c-footer a {
	color: #EECCAA;
	font-family: Arial, Helvetica, Sans;
}
.c-footer a:hover {
	color: white;
}


.c-columns {
	background: transparent url(../img/content-divider.gif) center 8px no-repeat;
}
.c-leftcol {
	width: 50%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.c-rightcol {
	width: 50%;
	float: right;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
