body {
	font-family: Times, Arial, Sans-Serif;
	font-size: 11pt; 
	background-color: #ffffff;
	color: #706742;
	padding: 0px;
	margin: 0px;
	height: 100%;
	padding: 0px;
}

img {
	border: none;
}

.SmallText { 
	font-size: 10pt; 
 	font-weight: normal;
}

.NormalText { 
	font-size: 11pt; 
 	font-weight: normal;
}

.LargeText { 
	font-size: 12pt; 
 	font-weight: bold;
}

.VeryLargeText { 
	font-size: 14pt; 
 	font-weight: bold;
}

.topMenu
{
	font-size: 12pt;
	color: #706742;
	text-decoration: none;
}

.topMenu:hover { 
	text-decoration: none; color: red;
	background-color: #f0f0f0;
}

.subMenu
{
	font-size: 10pt;
	color: #877f5e;
	text-decoration: none;
}
.subMenu:hover {
	COLOR: red;
	TEXT-DECORATION: none;
	background-color: #f0f0f0;
}

.leftcontent {
	background-color: #ffcc00; 
	padding-left: 4px; 
	/*border: 1px solid red;*/
	height: 100%;
}

.leftcontent a {
	color: #706742;
	background-color: #ffcc00; 
	text-decoration: none;
	z-index: 2;
}

.leftcontent a:hover {
	background-color: #f0f0f0;
}

#container {
	position: absolute;
	left: 160px;
	margin: 0px;
	padding: 0px;
}

#logo {
	position: relative;
	background: url(images/orchestra_logo.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: 170px;
	background-color: #fdedaf; 
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#leftpanel {
	position: absolute;
	top: 168px;
	left: 5px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

#content {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: top;
	background-color: #fdedaf;
	border-top:  4px solid #fdedaf;
	border-left: 10px solid #fdedaf;
	border-right: 10px solid #fdedaf;
	border-bottom: 1px solid #fdedaf;
}
#textend {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #fdedaf;
	top: 0px;
	left: 0px;
	height: 0px;
}
#footer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
	padding-bottom: 6px; 
}
#footer a {
 	font-size: 9pt;
}





