@charset "utf-8";
/* CSS Document */
<style type="text/css">
* { font-size: 100.00%; }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background: #000000;
	background-image: url(../images/symphony_black.gif);
}

img	{
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 7px;

	}
a {
	color: #F28737;
	text-decoration: none;
	
}
a:hover  {
	color: #FFFF00;
	text-decoration: none;
	
}

a:active  {
	color: #FFFF00;
	text-decoration: none;
	
}

a:visited  {
	color: #F28737;
	text-decoration: none;
	}

.twocollies1 #surround {
	width: 100%;
	margin: 0 auto;
/
	text-align: left;
	background-image: none;
	background-position: center;
}
.twocollies1 #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twocollies1 #header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/logo_banner_800.jpg);
	height: 100px;
	background-repeat: no-repeat;
}
.twocollies1 #mainContent {
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #333333;
	margin: 0 10 0 20;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.twocollies1 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #F28737;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 1.25;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #F28737;
}
.twocollies1 #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 10px;
}

.twocollies1 #footer {
	background-color:#000000;
	height: 100px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}	
.twocollies1 #footer2 {
	background-image: url(../images/footer_2_bkg.jpg);
	background-repeat: no-repeat;
	height:50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.twocollies1 #footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #F28737;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
}
.twocollies1 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #F28737;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
}
.twocollies1 #footer h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 10 0 10; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 8pt;
	background-color: #000000;
}
.footnote {
	font-size: 10px;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	text-transform: inherit;
}


</style>
