body {
  margin: 0px;
  text-align:center;
  padding:8px;
  font-family: "Times New Roman", Times, serif; 
  font-size: 12pt; 
}

#main {
	margin:auto;
	width:300px;
    text-align:left;
}
	
#header {
	display:none;
	}
	
#tabs {
	}


#content {
}
		
.noMargin{
	margin: 0px;
}

#content h1:first-child {
	margin-top:0px;
}

#content p {
	font-size: 12pt;
	text-indent: 0.5em;
	margin-top:12px;
	margin-bottom:0px;
}

#content h1 {
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}

#content h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0px;
}

#content h3 {
	font-size: 12pt;
	font-weight:bold;
	font-style: italic;
}

#content a {
	text-decoration: none;
	font-weight:bold;
	color: red;	
}

#content a:hover {
	background: black;
	color:white;
	}
	
#text {
}

#text p+h1,h2,h3 {
	margin-top:24px !important;
}

#text h2+h3 {
	margin-top:4px !important;
}

#text h1,h2,h3:first-child {
	margin-top:0px !important;
}

#text form {
	display:none;
}

#text table {
	margin-top:12px;
	border-right:1px solid black;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

#text td,th {
	padding-right:16px;
	padding-left:4px;
	border-left:1px solid black;
}

#text th {
	border-bottom:1px solid black;
}

#text a {
	text-decoration: none;
	font-weight:bold;
	color: red;	
}

#text a:hover {
	background: black;
	color:white;
	}
	
#text ul
	{
	list-style: none;
	padding:0px;
	}

#footer {
	display:none;
	font-size: 10pt;
	}

code {
	font-family:"Courier New", Courier, mono;
	font-size:10pt;
	}
	
.oral {
	color:red;
	}
	
.radio {
	background:#CCCCCC;
}

.tv {
	background:#999999;
}

.eve {
	background:#666666;
}

.web {
	background:#333333;
}

.layout {
	border: none !important;
}

.spacer {
	line-height: 7px !important;
}

.textNav {
	margin-top: 24px;
	font-size: 10pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.textNav + h2 {
	margin-top: 12px !important;
}

span.searchword {
	background: pink;
}
	
	/*
	search results formatting
	*/
	
	/* Title/link of pages */
	
#results .description b {
	font-weight:normal;
	background: pink;
	}
	
#result_report {
	font-weight:bold;
	margin-bottom:12px;
}

#other_pages {
	text-align:center;
}

#powered_by {
	margin:0 auto;
	margin-top:20px;
	padding-top:10px;
	font-size:10px;
	text-align:center;
}

.url {
	display:none;
}

/* for wikipedia */

.editsection {
	display:none;
	}
#catlinks {
	display:none
	}
	
#toc {
	display:none;
}
	
.printfooter {
	display:none;
	}
	
.visualClear {
	clear: both;
}

#bodyContent ul {
	line-height: 1.0em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	/*list-style-image: url(bullet.gif);*/
}
#bodyContent ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
#bodyContent li {
	margin-bottom: .1em;
}
#bodyContent dt {
	font-weight: bold;
	margin-bottom: .1em;
}
#bodyContent dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
#bodyContent dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

/* images */
#bodyContent div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 .5em .5em;
	border: 0;
/*
	border: .5em solid white;
	border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	position: relative;
	margin: 0 .5em .5em 0;
	border: 0;
/*
	margin: .3em .5em .5em 0;
	border: .5em solid white;
	border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
	display:none;
}

div.tright {
	display:none;
}

table.wikitable {
	position:relative;
	top:-25px;
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.wikitable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption {
  margin-left: inherit;
  margin-right: inherit;
}
