.hiddentext {
	display:none;
}
body {
	background-color:#e1e4f3;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	font-size:small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	background-color:#e1e4f3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	width: 100%;
}
#nav {
	clear: both;
	float: left;
	width: 165px;
	background-image:url(/images/nav_bg.gif);
	background-repeat:repeat-y;
	padding-top:10px;
	margin-bottom:20px;
}
#search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: x-small;
	vertical-align: middle;
	padding-top:7px;
	padding-bottom:8px;
	padding-left:7px;
	margin-bottom:3px;
}
#nav td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: x-small;
	cursor: hand;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: right;
	padding-top:7px;
	padding-bottom:8px;
	padding-left:7px;
	margin-bottom:3px;
}

#nav td a:link, #nav td a:visited, #nav td a:active {
	text-decoration: none;
	color: #000066;
}

#nav td a:hover {
	text-decoration: underline;
	color: #000066;
}

#header {
	background-image: url(/images/header_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 96px;
	text-align: right;
}
#headerinner {
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 96px;
	text-align: right;
	margin-right:16px;
	margin-left:152px;
}
#content {
	width:auto;
	right:16px;
	position:absolute;
	top:115px;
	left:175px;
	font-size:small;
}
#content2 {
	width:auto;
	float:left;
	margin-top:10px;
	margin-left: 9px;
	margin-right:16px;
	margin-bottom:20px;
	right:16px;
}
#sidecontent {
	float:right;
	width:214px;
	clear:none;
	position:absolute;
	top:115px;
	right:16px;
}
#maincontent {
	width:auto;
	right:244px;
	position:absolute;
	top:115px;
	left:175px;
	font-size:small;
}
.maincontentheader {
	background-color:#C6CDE2;
	background-image:url(/images/headerbar_welcome_end.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.maincontentheadernursery {
	background-color:#FF9C00;
	background-image:url(/images/headerbar_end_nursery.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.maincontentheadertraining {
	background-color:#00009F;
	background-image:url(/images/headerbar_end_training.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.maincontentheadercommunity {
	background-color:#00A85F;
	background-image:url(/images/headerbar_end_community.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.maincontent {
	background-color:#FFFFFF;
	padding:12px;
	font-size:small;
}
.maincontentbottom {
	background-color:#FFFFFF;
	background-image:url(/images/maincontent_bottom_bg.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.sidecontentcell {
	background-color:#FFFFFF;
	background-image:url(/images/features_bottom_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:11px;
	font-size:x-small;
}
p {
	font-size:small;
}
.tablerow {
	border-bottom: dotted 1px; #999;
}