body {
	background: url(body.gif) #008301;
	font: 80%/150% "Comic Sans MS", "Brush script", Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #008301;
}

div#main {
	position: absolute;
	width: 1000px;
	display: block;
	float: left;
	left: 50%;
	margin-left: -500px;
	background: url(main.jpg);
	top: 0;
	padding-bottom: 300px;
	margin-top: 20px;
}

div#header {
	width: 500px;
	display: block;
	float: left;
	position: absolute;
	background: no-repeat;
	height: 448px;
	top: 0;
	z-index: 0;
}

div#header h1#logo {
	margin: 0;
	padding: 0;
}

div#header h1#logo a {
	position: absolute;
	width: 283px;
	height: 283px;
	display: block;
	float: left;
	background: url(logo.jpg) no-repeat;
	top: 51px;
	left: 14px;
	z-index: 2;
}

div#header h1#logo a span {
	display: none;
}

#mainSection h1 {
	display: none;	
}

div#mainSection h2#tagline {
	display: none;
}

div#secondarySection {
	display: block;
	float: left;
	width: 500px;
	background: url(secondarySection.gif) no-repeat;
	z-index: 1;
	position: absolute;
	padding-top: 95px;
	height: 449px;
}

div#mainSection div#contentBlockA div#introduction .slogan {
	font-size:18px;
	font-weight: bold;	margin-bottom:10px;	margin-top:10px;
}

div#mainSection div#contentBlockA div#introduction .callout {
	margin-left:-0.2em;	padding-left:2em;	text-indent:-0.6em;}


div#search {
	display: none;
	float: right;
	width: 180px;
	margin-top: 100px;
	color: green;
}

div#search input.searchButton {
	display: none;
}

div#languageSwitcher {
	display: block;
	float: right;
	width: 180px;
	clear: right;
}

div#menu,div#languageSwitcher {
	float: right;
	display: block;
	width: 180px;
	clear: right;
	padding-top: 20px;
	z-index: 1;
}

div#menu ul,div#languageSwitcher ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	display: block;
	float: left;
	background: d;
}

div#menu ul li,div#languageSwitcher ul li {
	margin: 0;
	display: block;
	float: left;
	clear: left;
	width: 150px;
}

div#menu ul li a,div#languageSwitcher ul li a {
	color: #008301;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	float: left;
	clear: left;
	font-weight: bold;
	font-size: 16px;
	width: 150px;
	text-decoration: none;
}

div#sideMark {
	display: block;
	float: left;
	width: 200px;
	margin-left: 50px;
	position: absolute;
	top: 350px;
}

div#sideMark p,div#sideMark ul,div#sideMark ol {
	margin-left: 0;
	font-size: 12px;
	padding-left: 12px;
}

#sideMark li {
	margin-left: 0;
	padding-left: 0;
}

div#mainSection {
	width: 400px;
	display: block;
	float: right;
	background: url(mainSection.gif) no-repeat;
	padding-top: 100px;
	padding-right: 100px;
}

div#appendix {
	display: block;
	float: left;
	width: 1000px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(appendix.gif) no-repeat;
	padding-top: 250px;
	text-align: center;
}

div#appendix p,div#appendix p a {
	color: white;
}

div#mainSection h4,div#mainSection dt {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}

div#mainSection dd {
	margin: 0;
}

div#mainSection a {
	color: green;
}

div#secondarySection div#search {
	display: none;
}


