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

/* HE OFFICE FURNITURE 2009
================================== */



/* LAYOUT
================================== */

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #F0EEE1;
	margin-top: 0px;
}

/* TYPE
================================== */
h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #8EA425;
	padding-right: 20px;
	padding-top: 10px;
}

.maintext {
	font-family: Verdana, Geneva, sans-serif;
	color: #454545;
	font-size: 12px;
	text-align: justify;
	padding-right: 24px;
}

.nav {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	line-height: 22px;
}

.subnav {
	font-family: Verdana, Geneva, sans-serif;
	color: #86824C;
	font-size: 11px;
	font-weight: bold;
	padding-left: 18px;
	line-height: 16px;
}

.toplinks {
	font-family: Verdana, Geneva, sans-serif;
	color: #F0EEE1;
	font-size: 10px;
	padding-bottom: 6px;
}

.legal {
	font-family: Verdana, Geneva, sans-serif;
	color: #EEEEEE;
	font-size: 9px;
	line-height: 20px;
}

.title {
	font-family: Verdana, Geneva, sans-serif;
	color: #232323;
	font-size: 12px;
	font-weight: bold;
}

.description {
	font-family: Verdana, Geneva, sans-serif;
	color: #454545;
	font-size: 11px;
	padding-top: 6px;
}


/* LINKS
================================== */

.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:hover {
	text-decoration: none;
	color: #8EA425;
}
.nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.subnav a:link {
	color: #86824C;
	text-decoration: none;
}
.subnav a:visited {
	text-decoration: none;
	color: #86824C;
}
.subnav a:hover {
	text-decoration: none;
	color: #8EA425;
}
.subnav a:active {
	text-decoration: none;
	color: #86824C;
}

.maintext a:link {
	color: #8EA425;
	text-decoration: none;
}
.maintext a:visited {
	text-decoration: none;
	color: #8EA425;
}
.maintext a:hover {
	text-decoration: underline;
	color: #8EA425;
}
.maintext a:active {
	text-decoration: none;
	color: #8EA425;
}

.toplinks a:link {
	color: #F0EEE1;
	text-decoration: none;
}
.toplinks a:visited {
	text-decoration: none;
	color: #F0EEE1;
}
.toplinks a:hover {
	text-decoration: none;
	color: #8EA425;
}
.toplinks a:active {
	text-decoration: none;
	color: #F0EEE1;
}


/* IMAGE STYLE
================================== */

.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
