	body {
		background-color: #665533;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 10pt;
	}

	.mainbody {
		padding: 8px;
		background-color: white;
		position: relative;
	}

  table, th, td, a {
		font-family: inherit;
		font-size: 13px;
  }
	
	#outerbox {
		max-width: 820px;
		border: 0px;
		margin: 5px auto;
		padding: 0px;


		text-align: left;
    background-color: white;

	}

	#mainheader {
		background-color: black;
		color: gold;
		padding: 0px;
		margin: 0px;
		font-family: Tahoma, sans-serif;
		font-weight: bold;
		font-size: 24pt;
		background-image: url('bannerbg.png');
		background-position: right;
		background-repeat: no-repeat;
		text-align: center;
		height: 51px;
		padding-top: 10px;
		margin: 0px;
		overflow: hidden;
	}
	
	#navbar {
		background-color: gold;
		color: white;
		width: auto;
		font-weight: bold;
		padding: 3px;
		margin: 0px;
		background-image: url('../s/grad.php?s=ffd700&e=aa9000&y=26');
		position: relative;
		height: 20px;
	}
	
	#navbar ul {
		display: inline;
		padding: 0px;
		margin: 0px;
		text-indent: 0px;
		
	}
	
	#navbar li {
		display: inline;
//		border-left: 1px solid yellow;
		text-align: center;
		padding: 0px;
	}
	
	#navbar a.navbar:hover {
		background-image: url('../s/grad.php?s=555555&e=000000&y=30');
		color: white;
	}

	
	#navbar a.navbar
	{
		background-image: url('../s/grad.php?s=ddb700&e=aa9000&y=30');
		margin: 0px;
		padding: 2px;
		color: black;
		text-decoration: none;
		padding: 0px 4px 0px 4px;
	}
	

	a:link {
	  color: brown;
	}
	

	a:visited {
	  color: brown;
	}
	
	
	a:hover {
	  color: white;
	  background-color: #b0b0b0;
	}

	a.pending {
		text-decoration: none;
		border-bottom: 1px dotted silver;
		color: #666666;
	}

  div.cookie {
    border: solid #443366 1px;
    background-color: #f1eef7;
    background-image: url('../s/grad.php?y=25&s=f7f1af&e=a7a17f');
    padding: 3px 10px;
  }

  div.cookie a {
   font-weight: bold;
 } 
  
  div.tx-jullenavpath-pi1-menu, a.tx-jullenavpath-pi1-menu, a.tx-jullenavpath-pi1-menu:href{
    font-weight: bold;
    font-size: 8px;
  }
  

div.photoframemain, div.photoframefloat {
	margin: 10px;
	text-align: center;
	position: relative;
	border: solid black 1px;
	padding: 3px;
	background-color: #ffffee;
}

div.photoframefloat {
	float: right;	
}

div.photoframemain {
	margin: 0px auto;
	width: 75%;
}

.photocaption {
	font-weight: bold;
	padding: 3px 8px;
}

img.photo {
	border: solid black 1px;
}

#copyright {
	text-align: center;
	font-size: 8pt;
}

.nextevent {
  border-style: solid none;
  border-width: 1px;

  background-color: #eeeeee;
  border-color: #808080;
  padding: 2px

}

.calendar-passed {
	color: silver;
}

table.bordered {
	border: 1px solid black;
}

tbody.bordered {
	border: 1px solid black;
}


table.bordered td {
	border: 1px solid black;
}

/*table td {
	padding: 3px;
}*/

table.htmlarea-showtableborders td {
	border: 1px solid black;
}

table {
	border-collapse: collapse;
}


.quote, .image, .media {
        border: 1px dotted silver;
        background-color: #eaeaea;
        color: black;
        padding: 4px;
        font-size: 12px;

}

.media {
        margin: auto;
        position: relative;
        width: auto;
        text-align: center;
        clear: both;
}

.quote, .image, .download {
        float: right;
        margin: 6px;
        margin-left: 12px;
}


/** Live! Extra formatting */
.quote {
        max-width: 45%;
        _width: 45%;
}


.quotetext {
        padding: 2px;
        padding-bottom: 4px;
        font-weight: bold;

}

.quoteauthor, .imagecaption, .mediacaption, .downloadlink {
        padding: 2px;
        padding-top: 2px;
        font-style: italic;
        font-size: 11px;
        text-align: center;
}


.image_thumb {
        float: left;
        max-width: 150px;
        _width: 150px;
	position: relative;
}

.image_thumb .imageimg img {
        width: 100px;
}


.image .image_small {
        float: right;
        max-width: 440px;
        _width: 440px;
}

.image_small .imageimg img {
        max-width: 440px;
}

.image_large {
        float:none;
        width: 760px;
	margin: auto;
	background-color: none;
}

.image_large .imageimg img {
	max-width: 100%;
}

.imageimg {
        text-align: center;
}

.imageimg img {
        margin: auto;
}



.image .imageimg img {
	border: none;
}




/** Live! Renderer Formatting **/

h1.articledivision {
	font-size: 16pt;
	font-family: "Calibri", "Tahoma", "Arial", "Helvetica", sans-serif;
	clear: both;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	background-color: #ffeeee;
	margin-top: 30px;
	margin-bottom: 5px;

}

.downloadlink {
        padding: 10px;
}

.downloadtitle {
        background-color: #808080;

        color: white;
        padding: 3px;
        font-weight: bold;
        font-size: 13px;
}

.downloadlink a.type_pdf {
        padding-left: 20px;
        background-image: url('../images/pdf.gif');
        background-position: bottom left;
        background-repeat: no-repeat;
        font-size: 13px;
        font-style: normal;
}



