/*Our Endeavors Theater Collective*/
/*Stylesheet for main body*/
body {
	background-image: url(backarc.gif);
	background-repeat: no-repeat;
	background-position: 0% top;
	background-color: #000000;
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #D6B656;
	text-decoration: normal;
	
	margin-top: 0;
	margin-left: 0;
		
}
table {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #D6B656;
	text-decoration: normal;
}

table.quote {
	border: #D6B656 solid 1px;
	border-color: #D6B656; 
	padding: 5px;
	width: 150px;
}

/*   Heading H1 is blue. This setting is for headers above   */
/*   main bodies of text   */
h1 {
	font-size: 20pt;
	font-weight: normal;
	color: #32B4FF;
	text-align: right;
	padding: 0;
	margin: 0;
	border: 0;
}

/*   Heading H2 is blue and smaller. This setting is for   */
/*   headers above the right-side submenus   */
h2 {
	font-size: 13pt;
	color: #32B4FF;
	padding: 0;
	margin: 0;
	border: 0;

}
h3 {
	text-align: right;
	font-size: 12pt;
	color: #D6B656;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: 0;
}
h4 {
	font-weight; none;
	font-size: 11pt;
	color: #32B4FF;
	padding: 0;
	margin: 0;
	border: 0;

}

p,ol,li {
	font-size: 10pt;
}

td,tr {
	text-align: top;
}
/* Main OETC logo in the upper right hand corner */
div#mainlogo {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	margin: 0;
	border: 0;
}

/* Left hand navigation menu in the red curve; on every page */
div#navbar {
	position: absolute;
	top: 340;
	left: 10;
	font: 10pt Verdana, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}
div#navbar a {
	color: #32B4FF;
	font-size: 10pt;
	text-decoration: none;
	background-color: none;
	margin-left: 10pt;
}
div#navbar a:visited {
	color: #32B4FF;
	font-size: 10pt;
	background-color: none;
	text-decoration: none;
	margin-left: 10pt;
}
div#navbar a:hover {
	color: #FFE01A;
	font-size: 10pt;
	background-color: none;
	text-decoration: none;
	margin-left: 10pt;
}
div#navbar a:active {
	color: #FF6701;
	font-size: 10pt;
	background-color: #FFE01A;
	text-decoration: none;
	margin-left: 10pt;
}

/* Gives the location of the main body of the page: pictures, text, etc. */
div#mainbody {
	position: absolute;
	top: 10px;
	left: 150px;
	height: 550px;
	width: 450px;
	font: 10pt Verdana, sans-serif;
}

/* Gives the location of the main body of the HOME page: pictures, text, etc. */
div#homebody {
	position: absolute;
	top: 10px;
	left: 150px;
	height: 550px;
	width: 600px;
	font: 10pt Verdana, sans-serif;
}
div#homebody2 {
	position: absolute;
	background-color: black;
	margin: 10px;
	top: 90px;
	left: 155px;
	height: 750px;
	width: 600px;
	font: 10pt Verdana, sans-serif;
}
div#homebody3 {
	position: absolute;
	background-color: black;
	margin: 10px;
	top: 90px;
	left: 155px;
	height: 1050px;
	width: 600px;
	font: 10pt Verdana, sans-serif;
}
div#homebody4 {
	position: absolute;
	background-color: black;
	margin: 10px;
	top: 90px;
	left: 155px;
	height: 1050px;
	width: 450px;
	font: 10pt Verdana, sans-serif;
}
div#homebody5 {
	position: absolute;
	background-color: black;
	margin: 10px;
	top: 20px;
	left: 215px;
	width: 550px;
	font: 10pt Verdana, sans-serif;
}
/* Right hand mini-menu that appears on certain pages */
div#menu {
	position: absolute;
	top: 20px;
	left: 635px;
	width: 150px;
}
div#menu2 {
	position: absolute;
	top: 20px;
	left: 805px;
	width: 150px;
}
div#menu p {
	font: 8pt Verdana, sans-serif;
}
div#menu2 p {
	font: 8pt Verdana, sans-serif;
}

/* Ensemble page hover images */
div#ensemble {
	position: absolute;
	top: 150px;
	left: 635px;
	width: 150;
	font: 12px Verdana, sans-serif;
}
div#ensemble a {
	display: block;
	text-align:left;
	font: bold 11px Verdana, sans-serif;
	color: #FF6701;
	padding: 4px 0px; 
	margin: 0 0 0 0; 
	border-width: 0; 
}
div#ensemble a:hover {
	color: #FFE01A;
	text-decoration: none;
	font-weight: bold;
	background: #000;
}
div#ensemble a img {
	height: 0;
	width: 0;
	border-width: 0;
}
div#ensemble a:hover img {
	position: absolute;
	top: -80px;
	left: -500px;
	height: 341px;
	width: 480px;
	border-width: 0;
	}
img.company {
	height: 341;
	width: 480;
	position: absolute;
	top: -80px;
	left: -500px;
}

a:link {
	color: #FF6701;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF6701;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFE01A;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	background-color: #FF6701;
	text-decoration: none;
	font-weight: bold;
}
