body {
	left:0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	font-family: "Palatino Linotype", Georgia, Times, serif;
	background: url(bar.gif) fixed repeat-y top left;
}
body.intro {
	left:0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	font-family: "Palatino Linotype", Georgia, Times, serif;
	background: none;
}

a  {
	text-decoration: none;
	color: blue;
	background-color: white;
}

a:visited {
	text-decoration: none;
	color: #8000AA;
	background-color: white;
}

a:hover {
	text-decoration: underline;
	color: #B504D0;
	background-color: white;
}


.logo {
/*	display: inline; */
/*	visibility: none; */
	float: left;
	background-color: #B504D0;
	background-image: none;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	height: 188px;
	border: 0px;
	width: 201px;
}

.topads {
	display: none;
/*	visibility: none; */
	background-color: white;
	background-image: none;
	padding: 0px;
	position: absolute;
	left: 202px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B504D0;
	z-index: 1;
	width: 468px;
/*	height: 188px;*/
}
.sideads {
	float: right; 
	left: 655px;
	position: absolute;
}

.logo a {
	background-color: #B504D0;

}

.navbar {
	display: inline;
	position: absolute;
	left: 0px;
	top: 188px;
/*	background-color: #B504D0; */
	width:150px;
	max-width: 150px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	color: white;
	z-index: 2;
	margin-left:20px;
	margin-right: 36px;
}

.navbar a {
	background-color: #B504D0;
	color: white;
	text-decoration: none;
	}

.navbar a:visited {
	text-decoration: none;
	color: white;
	background-color: #B504D0;
}

.navbar a:hover {
	background-color: #B504D0; 
	color: #8000AA;
	text-decoration: none;
}





.NavHeading {
	font-size: 180%;
	line-height: 1;
	padding-bottom: 20px;
}
.level1 {
	display: block;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	left: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3;
	list-style: none;
}
.level2a {
	display: block;
	position: relative;
	padding-left: 20px;
	padding-right: 0px;
	left: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3;
	list-style: none;
}
.level2b {
	display: block;
	position: relative;
	padding-left: 20px;
	padding-right: 0px;
	left: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3;
	list-style: none;
}
.level3 {
	display: block; 
	position: relative;
	padding-left: 40px;
	padding-right: 0px;
	left: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3;
	list-style: none;
}
.mainpage {
	border-right: 1px #8000AA solid;
/*	border-left: 170px #8000AA solid; */
	clear: left;
	display: block;
	left: 0px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-left: 220px; 
/*	min-height: 86%; */
	padding-right: 40px;
	position: relative;
	text-align: left;
	top: 40px;
	width: 600px;
	z-index: 1;
}
.mainpage p {
	text-align: justify;
}
.mainpage p:first-line {
	font-style: italic;
}
.mainpage p:first-letter {
	font-weight: bold;
}
.footer {
	display: inline;
	font-size: 70%;
}
.footer p:first-line {
	font-style:  normal;
}
.footer p:first-letter {
	font-weight: normal;
}
.showlistdate {
	font-weight: bold;
}

.table.calendar {border: 1px solid #000000; border-collapse: collapse; color: #000000; background: #FFFFFF; } 
.td.today { border: 1px solid white; color: #000000; background: #EFEFEF; font-weight: bold;} 
.td.monthdays {border: 1px solid #434470; color: #000000; background: #FFFFFF; } 
.td.nonmonthdays { border: 1px solid white; color: #000000; background: #EFEFEF;} 

.orders,
.orderheadings,
.orderproduction,
.ordersubline,
.orderline
{
	text-decoration: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.orders,
.orderline
{
	background-color:#FFDDFF;
}
.orderproduction {
	background-color:#EECCEE;
}
.ordersubline {
	font-size: 0.9em;
	background-color:#DDAADD;
	border: 0px;
}

.orders {
	border:#990099 1px solid;
}

.orderproduction h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}