body {
	background: black;
	margin: 0pt;
	padding: 0pt;
	color: orange;
	font-family: Arial,san-serif;
	font-size: 1em;
}

a:link {
	color: orange;
}

a:visited {
/*	color: darkgreen; */
	color: yellow;
}

a:hover {
	color: yellow;
}

a:active {
	color: yellow;
}

p.indent {
	text-indent: 1em;
	margin-left: 1em;
	margin-right: 2em;
}

p {
	text-indent: 1em;
	margin-left: 1em;
	margin-right: 2em;
}

table {
	border-style: solid;
	border-color: ornage;
}

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

#logoarea {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	padding-top: 11px;
	left: 0px;
	width: 130px;
	height: 130px;
}

#header {
	position: absolute;
	top: 0pt;
	left: 130px;
	height: 130px;
	width: 660px;
}

#sidebar {
	position: absolute;
	left: 0pt;
	top: 130px;
	width: 130px;
	height: 428px;
}

#main {
	position: absolute;
	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%; */
	background: purple;
	width: 105px;
}

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

#menu #main_menu {
	margin: 0px;
	padding: 0px;
	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;
	width: 99.5%;
}

#footer {
	position: absolute;
/*	background: blue; */
	top: 3700px;
	width: 100%;
	font-size: 0.7em;
}

#sidefooter {
	position: absolute;
/*	background: blue; */
	top: 3714px;
	width: 100%;
	font-size: 0.7em;
}

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


