body {
	background: transparent url(images/webground_lightcolors_000749.jpg) repeat scroll 0%;
	margin: 0pt;
	padding: 0pt;
	color: black;
	font-family: Arial,san-serif;
	font-size: 1em;
}

a:link {
	color: blue;
}

a:visited {
	color: darkgreen;
}

a:hover {
	color: yellow;
}

a:active {
	color: yellow;
}

p.indent {
	text-indent: 1em;
}

p {
	margin-left: 1em;
	margin-right: 1.5em;
}

#container {
	position: relative;
	z-index: 99;
}

#logoarea {
	margin: 0px;
	padding: 0px;
	background: transparent url(images/webground_mediumcolors_000150.jpg) repeat scroll 0%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 130px;
}

#header {
	background: transparent url(images/webground_mediumcolors_000150.jpg) repeat scroll 0%;
	position: absolute;
	top: 0pt;
	left: 130px;
	height: 130px;
	width: 890px;
}

#sidebar {
	background: transparent url(images/webground_mediumcolors_000150.jpg) repeat scroll 0%;
	position: absolute;
	left: 0pt;
	top: 130px;
	width: 130px;
	height: 517px;
}

#main {
	position: absolute;
	background: transparent url(images/paper01.gif) repeat scroll 0%;
	top: 130px;
	left: 130px;
	width: 660px;
}

#menu {
	border-style: solid solid none;
	border-color: blue;
	border-width: medium;
	background: transparent url(images/mo005.jpg) repeat scroll 0%;
	width: 105px;
}

#menu #main_menu a {
	border-bottom: medium solid blue;
	padding: 0px 0px 0.25em;
	display: block;
	width: 100%;
	text-align: center;
}

#menu #main_menu {
	margin: 0pt;
	padding: 0pt;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	line-height: 19px;
}

#menu #main_menu a:hover {
	border-bottom: medium solid black;
	background: transparent url(images/marble_tan_pink.jpg) repeat scroll 0%;
	color: blue;
}

#sideinner {
	position: absolute;
/*	background: transparent; */
	left: 10px;
}


#inner {
	position: absolute;
	background: transparent url(images/paper01.gif) repeat scroll 0%;
}

#footer {
/*	background: blue none repeat scroll 0%; */
	position: absolute;
	top: 500px;
	width: 100%;
	font-size: small;
}

#sidefooter {
	position: absolute;
	top: 484px;
	width: 100%;
	font-size: small;
}

@media print {
	body {
		background: white none repeat scroll 0%;
		color: black;
	}
}

