* {
	padding:0;
	margin:0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	margin: auto;
}

background { 
	display:none;
}

img { 
	display:none;
}

#printlinks {
	display: none;
}

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#container {
	text-align: left;	
	margin: auto;
	width: 960px;
	left: 0;
	overflow: auto;
}

#logo {
	width: 960px;
	height: 67px;
	float: left;
	display: inline;
	background-color: #f7f4ef;
}

#nav {
	display: none;
}

#imagemid {
	display: none;
}

#content {
	width: 960px;
	float: left;
	display: inline;
}

#contentLHS {
	width: 600px;
	height: 5px;
	height: auto !important;
	min-height: 5px;
	float: left;
	display: inline;
	background-color: #f7f4ef;
}

#contentRHS {
	display: none;
}


#footer {
	width: 941px;
	height: 40px;
	float: left;
	display: inline;
	background-color: #f7f4ef;
	padding-left: 19px;
	padding-top: 25px
}

/*/////////////////////////////////////////////////////////////*/

.text-main {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #474749;
	text-transform: none;
	line-height: 16px;
}

.text-link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #6c3226;
	text-transform: none;
	line-height: 16px;
}

.text-nav {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #474749;
	text-transform: uppercase;
	float: left;
	display: inline;
	line-height: 22px;
}

.text-nav-div {
	float: left;
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
}

.text-footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #474749;
	text-transform: none;
	font-weight:bold
}

.button {
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #a89e8e;
	border: 3px solid #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	text-transform: none;
}

.formbox {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #474749;
	border: 1px solid #6c3226;
	margin: 0px;
	padding: 0px;
}

/* /////////////// LAVA LAMP ////////////// */


.lavaLampBottomStyle {
	position: relative;
	height: 15px;
	width: 950px;
	padding-left: 10px;
	visibility: visible;
}

.lavaLampBottomStyle li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.lavaLampBottomStyle li.back { 
	border-bottom: 1px solid #6c3226; /* here is the styling for the bottom border */
	width: 10px;
	height: 25px; /* change the height here to position the border further away from the navigation */
	z-index: 8;
	position: absolute;
	padding: 0px;
	margin: 0px;
}

.lavaLampBottomStyle li a {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #474749;
	text-transform: uppercase;
	float: left;
	display: inline;
	line-height: 22px;
	outline: none;
	text-align: center;
	z-index: 10;
	position: relative;
	overflow: hidden;
	margin: auto 0;
	padding: 0px;
	margin: 0px;
}   

.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none; 
	color: #474749;
	padding: 0px;
	margin: 0px;
}

.list-spacing {
	padding: 0px;
	margin: 0px;
}


