BODY {
	background-color: rgb(94,212,125);
	text-align: center;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-image: none;
}

P {
	color: #000000;
	text-align: left;
}

em {
	font-weight: bold;
}

h2 {
	margin-left: 3em;
	margin-bottom: -.5em;
}

A {
	color: rgb(94,212,125);
	text-decoration: none;
	background-color: transparent;
}

A:HOVER {
	color: #666699;
	text-decoration: underline;
}

div#maincontainer {
	position: relative;
	background-color: rgb(94,212,125);
	text-align: left;
	width: 758px;
	margin: 0 auto;
}

div#content {
	background-image: url(Images/bodybackdrop.gif);
	width: 530px;
	background-color: #FFFFCC;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	z-index: 1;
	background-repeat: no-repeat;
}

div#feature {
	background-image: url(Images/bodybackdrop.gif);
	width: 530px;
	background-color: #FFFFCC;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	z-index: 1;
	background-repeat: no-repeat;
}

div#feature p.author {
	font-style:italic;
	padding-left: 50px;
}

div#feature p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: .9em;
	line-height: 1.6em;
	margin: 1em 0px 0px 0px;
}

div#feature p.date {
	font-style:italic;
	padding-left: 50px;
	font-size: .7em;
	font-weight: bold;
}

div#feature h1 {
font-size: 2em;
text-align: left;
font-style:italic;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgb(94,212,125);
color: #white;
width: 75%;
}

div#editingcontent {
	width: 530px;
	background-color: #FFFFCC;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	z-index: 1;
}

div#content p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: .9em;
	line-height: 1.6em;
	margin: 1em 0px 0px 0px;
}

div#content p.question {
font-weight:bold;
font-style:italic;
margin-top: 3em;
}

div#content table {
margin-left: 30px;
margin-top: 10px;
font-size: 11px;
padding: 2px;
}

img.sectionhead { 
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}

img.pbmark {	
	vertical-align: top;
}

div#slideshow {
	position: absolute;
	width: 300px;
	right: 75px;
	top: 170px;
	text-align: center;
}

div#menu {
	position: absolute;
	top: 115px;
	left: 75px;
	z-index: 99;
}

img.menuitem {
	margin-left: 12px;
	display: inline;
}

div#footer {
	background-image: url(Images/bottombanner.gif);
	height: 28px;
	padding: 5px;
	text-align: center;
	clear: both;
}

#footer p {
	color: #FFFFCC;
	font-weight: bold;
	font-size: 10px;
	margin-left: 10px;
	margin-top: 10px;
	text-align:center;
}

#footer a {
	color: #ffffcc;
}

div.slideshowwrap {
float: right;
width: 210px;
height: 300px;
}

div.featuremenuwrap {
float: right;
width: 175px;
background-color: rgb(94,212,125);
font-size: 9px;
padding-left: 5px;
padding-right: 5px;
}

div.featuremenuwrap h2 {
background-color: rgb(94,212,125);
width: 100%;
margin: 0px;
margin-top: 5px;
padding: 0px;
color: white;
font-size: 18px;
text-align: center;
}

div.featuremenuwrap a {
color: white;
}

div.column {
width: 200px;
float: left;
display: block;
margin-left: 30px;
margin-right: 30px;
}

div.column h1 {
text-align: center;
font-size: 15px;
font-weight: bold;
}

div.column p {
font-size: .8em;
font-weight: normal;
}

div.column p.catalogtitle {
margin-top: 3px;
margin-bottom: 15px;
}

img.floatright {
	float		:right;
	margin		: 10px;
}

img.floatleft {
	float		:left;
	margin		: 10px;
}

.invisible {
display: none;
}