@charset "utf-8";
/* CSS Document */

/* Standard Tag Definitions */

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #999999;
	color: #000000;
}
p {
	font-size: 100%;
	color: #000000;
}
em {
	font-style: italic;
}
b {
	font-size: 100%;
	font-weight: bold;
}
.clear {
	clear:both;
}
.r-align {
	text-align:right;
}
h1 {
	font-size: 130%;
	font-weight:bold;
	color:#000066;
	margin: 0.5em 0;
}
h2 {
	font-size: 115%;
	font-weight:bold;
	color:#000066;
	margin: 0.5em 0;
}
h3 {
	font-size: 105%;
	font-weight:bold;
	color:#000066;
	margin: 0.5em 0;
}
h4,h5,h5 {
	font-size: 100%;
	font-weight:bold;
	color:#333;
	margin: 0.5em 0;
}
img {
	border:#FFFFFF medium;
	margin:5px;
}
.head {
	border:0;
	margin:0px;
}
a:link {
	text-decoration:none;
	color:#000066;
}
a:hover {
	text-decoration:underline;
	color:#000066;
}
a:visited {
	text-decoration:none;
	color:#000066;
}
a:visited:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
	color:#000066;
}

/* Div Tags */

.white {
	color:#ffffff;
}
.blue {
	color:#000066;
}
.header {
	width:940px;
	background-color:#FFFFFF;
	height:155px;
}
.header img {
	margin:0px;
	padding:0px;
}
#outercontainer {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	position:relative;
}
#main-content {
	position:relative;
	background-color:#ffffff;
	width:940px;
	height:300px;
	height:auto!important;
	min-height:300px;
}
#content-left {
	position:relative;
	float:left;
	width:586px;
	z-index:0;
	padding:10px 15px 5px 15px;
}
#content-left a {
	color:#000066;
}
#content-right {
	position:relative;
	float:right;
	width:270px;
	background-color:#ffffff;
	padding:10px 15px 5px 15px;
}
.removepad,#removepad {
	padding:0;
}
hr {
	color: #000066;
	background-color: #000066;
	height: 1px;
	width:80%;
	left:10%;
	border: none;
}
#content-right h1 {
	background-color:#000066;
	color:#ffffff;
	padding:5px;
}
#content-right a {
	color:#000066;
}
#footer {
	position:relative;
	width:910px;
	height:200px;
	height:auto!important;
	min-height:200px;
	padding:15px;
	background:#000066 url(../orchestra-images/logo-reverse.jpg) right bottom no-repeat;
	clear:both;
	font-size:110%;
}
#footer p {
	color:#FFFFFF;
	width:700px;
}
#footer p.image {width:890px; }
#footer a {
	font-weight:bold;
}
#footer a:link, a:visited, a:active {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	text-decoration:underline;
	color:#ffffff;
	font-weight:bold;
}
#footer b {font-size:90%;}
#breadcrumb {
	clear:both;
	margin:24px 0 0 0;
	background-color:#666666;
	font-size:80%;
	color:#CCCCCC;
	width:925px;
	height:16px;
	padding-left:15px;
	padding-top:2px;
}
#breadcrumb a{color:#CCCCCC;}
.clear {clear:both;}
/*table styles*/
table {
	width:90%;
	margin:1em 0;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
}
th, td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding: 2px 5px;
	font-size:100%;
}
td p {font-size:100%;}
th {text-align:left;}
#contact table, #contact td, #contact th {border:none;}
pre, code {
	font: 100% Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
.r-align {
	text-align:right;
}
.large {font-size:110%;}
.small {font-size:90%;}

.floatImgLeft {
	float:left;
	margin: 0.5em 10px 10px 0;
}
.floatImgRight {
	float:right;
	margin: 0.5em 0 10px 10px;
}
.blueText {
	color:#000066;
}
.greyText {
	color:#666;
}
.blueBg {
	background-color:#000066;
	color:#fff;
}
.greyBg {
	background-color:#666;
	color:#fff;
}