.slidebox      {
	border: 2px outset #cccccc;
	margin: 0px;
	padding: 6px;
	background-color: #ffffff;
	position: relative;
	min-height: 400px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url('images/tux_background-cropped.png');
}

.slide {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}

.slidetitlebox       {
	border: 1px solid #440000;
	margin: 0px;
	padding: 0px;
	background-color: #fefaf1;
}

.slidetitle	{
	text-align: center;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
/*	font-variant: small-caps; */
	color: #880000;
}

/*
li	{
	line-height: 1.5;
	list-style: square;
}
*/

ul	{
	list-style-image: url('bullets/poliball.png');
}

ul ul	{
	list-style-image: url('bullets/grydiamd.png');
}

ul ul li	{
	font-size: 18px;
}

.navleft	{
	position: absolute;
	left: 14px;
	top: 14px;
	text-align: left;
}

.navright	{
	position: absolute;
	right: 14px;
	top: 14px;
	text-align: right;
}

.vspace2        {
	height: 2px;
}

.vspace5        {
	height: 5px;
}

