body {
	background: #70a15e url(images/bg_grad.png) repeat-x fixed;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}
div {
	text-align: left;
}
#logolink {
width: 180px; height: 35px; position: relative; margin-top: -70px; margin-left: 120px; margin-bottom: 34px; cursor: pointer;
}

#maincontainer {
	width: 880px;
	padding-top: 215px;
	padding-left: 47px;
	background: url(images/green-train.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	overflow: visible;
}
#maincontainer #left {
	width: 172px;
	position: relative;
	min-height: 600px;
	background: #7aa967 url(images/sidebars_bg.png) repeat-x;
	float: left;
	z-index: 3;
}
#maincontainer #right {
	width: 129px;
	min-height: 600px;
	background: #7aa967 url(images/sidebars_bg.png) repeat-x;
	float: left;
	position: relative;
	z-index: 3;
}
#maincontainer #center {
	width: 479px;
	min-height: 600px;
	background: #ffffff;
	position: relative;
	float: left;
	border-right: 129px solid #7aa967;
	border-left: 172px solid #7aa967;
	margin-left: -172px;
	margin-right: -129px;
	font-size: 10pt;
	padding: 10px;
}

#maincontainer #center a, a:visited {
	color: blue;
	text-decoration: underline;
}


#maincontainer #center p {
	margin: 20px;
}
#left #links {
	width: 162px;
	margin-left: 6px;
}

#left #links ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#left #links li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: transparent url(images/linkbg.png);
	height: 22px;
	padding-top: 6px;
	color: #252525;
}

#left #links li a {
	text-decoration: none;
	color: #252525;
	width: 138px;
}

#left #links li:hover {
	background: transparent url(images/link_hover.png);
}
#bottombar {
	width: 801px;
	height: 20px;
	background: #518945;
	clear: both;
	text-align: center;
	color: #252525;
	
	font-size: 10pt;
}

#bottomlinks {
clear: both;
	color: white;
	text-align: center;
	width: 801px;
	font-size: 10pt;
	background: #518945;
	height: 45px;
	padding-top: 5px;
}

#bottomlinks a, a:visited {
	color: white;
	text-decoration: none;
}
#edit {
	width: 800px;
	padding: 5px;
	background: #a8a8a8;
	border: 2px solid #c0c0c0;
	margin: 20px;
	z-index: 90;
	position: relative;

}

#hideshow {
	margin-left: 390px;
}

#editdata {
	width: 750px;
	height: 400px;

}

#editfilename {
	width: 500px;
}


.notice {
	border: 3px solid #c0c0c0;
	background-color: #e0e0e0;
	width: 500px;
	margin-left: 200px;
	height: auto;
	padding: 10px;
	text-align: center;
	color: #767676;
}
