/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}
h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -5px;
	margin-left: 10px;
}

/* Commonly used to style section titles. */
h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
}
/* Sets the style for the h3 header. */
h3 {
	color: #E0D8C2;
	font-size: 9px;
	font-weight: normal;
	margin-bottom: -5px;
	margin-left: 10px;
}
/* Sets the style for the h4 header. */
h4 {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: lighter;
	text-align: right;
}
/* Sets the style for the h4 header. */
h5 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
	text-align: justify;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: -5px;
}
h6 {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	margin-left: 10px;
	text-align: left;
	line-height: normal;
	font-family: Verdana, Geneva, sans-serif;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #666;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #666;
}
.header {
	background-image: url(http://www.lennertsonsample.com/images/pagetop2.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
}
td img {
}
#navMenu {
	padding-top: 50px;
	padding-left: 70px;
}
.main {
	background-repeat: repeat-y;
	background-color: #EDEABE;
	background-image: url(http://www.lennertsonsample.com/images/horizback.jpg);
}
.mainContent {
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: top;
	
}
.bottom {
	background-color: #EDEABD;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7px;
}
.space {
	color: #600;
}
