body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p,td,th {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 8px;
}
h2, h3 {
	font-size: 11px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#divPageTop {
	width: 730px;
	height: 235px;
	border: 0px;
	z-index: 1;
	background-image:url(../images/bgcont_top.gif);
	background-repeat:repeat;
}
#divTheme {
  position: absolute;
	width: 650px;
	height: 155px;
	z-index: 2;
	left: 80px;
	top: 80px;
	border: 0px;
}

#divPageBody {
	width: 730px;
	height: auto;
	z-index: 3;
	float: left;
}

#divPageBottom {
	float: left;
	z-index: 10;
}

#divContent {
  position: relative;
	width: 460px;
	z-index: 20;
	left: 250px;
	top: 0px;
	margin: 20px 20px 18px 20px;
	float: none;
}

#divContent p, h1, h2, h3{
	width: 320px;
}

.band {
	clear: both;
}

.band p, h1, h2, h3 {
	clear: left;
}

.band img {
  margin-bottom: 5px;
	clear: right;
	float: right;
}

#divNavigation {
  position: absolute;
	width: 100px;
	z-index: 21;
	left: 142px;
	top: 236px;
	margin: 20px 5px 0px 5px;
	float: none;
}

#divNavigation p {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}
#divNavigation a {
	color: #ffffff;
	text-decoration: none;
}
#divNavigation a:visited {
	color: #ffffff;
}
#divNavigation a:hover {
	color: #52642d;
}
#divNavigation a:active {
	color: #52642d;
}

.intro {
	color: #D3F18D;
	margin-top: 8px;
	line-height: 16px;
	font-weight: bold;
}
