body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #5F6062;
	letter-spacing: 0px;
	margin: 0px;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #727377;
	display: block;
	word-spacing: 3px;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
blockquote {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:hover {
	color: #000000;
	text-decoration: none;
}



#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	float: left;
	padding-right: 1px;
	cursor: pointer;
}
#menu .off .menu-left {
	background-image: url(../images/menu-corner-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 4px;
	float: left;
	height: 30px;
	background-color: #3C3C3C;
}
#menu .off .menu-right {
	background-image: url(../images/menu-corner-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 4px;
	background-color: #3C3C3C;
	height: 30px;
}
#menu .off .menu-center {
	background-color: #3C3C3C;
	height: 30px;
	float: left;
	font-weight: bold;
	line-height: 30px;
	color: #FFF;
	padding: 0 4px;
}
#menu .on .menu-left {
	background-image: url(../images/menu-corner-left-active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 4px;
	float: left;
	height: 30px;
	background-color: #FFF;
}
#menu .on .menu-right {
	background-image: url(../images/menu-corner-right-active.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 4px;
	background-color: #FFF;
	height: 30px;
}
#menu .on .menu-center {
	background-color: #FFF;
	height: 30px;
	float: left;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	padding: 0 4px;
}


#top-bar {
	background-color: #198819;
	color: #FFFFFF;
}
#top-bar a {
	color: #FFFFFF;
	text-decoration:none;
}
#top-bar .inner {
	text-align: right;
	padding: 3px 0px;
	width:720px;
}
#container {
	width: 720px;
}
#menu {
	padding-left: 40px;
}
#footer {
	padding-top: 7px;
	padding-left: 40px;
	color: #289728;
}
#pinklayer-corner-top {
	background-color: #198819;
	text-align: right;
	background-image: url(../images/pinklayer-corner-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 4px;
}

#pinklayer-corner-bottom {
	background-color: #198819;
	text-align: right;
	background-image: url(../images/pinklayer-corner-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 25px;
}
#pinklayer {
	background-color: #198819;
	padding-top: 25px;
}


#whitelayer-corner-top{
	background-color: #FFFFFF;
	text-align: right;
	margin-right: 2px;
	background-image: url(../images/whitelayer-corner-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
}
#whitelayer-corner-bottom{
	background-color: #FFFFFF;
	text-align: right;
	margin-right: 2px;
	background-image: url(../images/whitelayer-corner-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 3px;
}
#content {
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	padding-left: 40px;
	margin-right: 2px;
	line-height: 150%;
	padding-right: 30px;
}
#content ul {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.white {
	color: #FFFFFF;
	text-decoration:none
}
a:hover.white {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.li-collapsed{
	display:none;
	padding:10px 10px;
}