@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #B04D4D;
	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: #000000;
}


.thrColHybHdr #container {
	width: 1000px;
	margin-left:auto; /*the auto margins (in conjunction with a width) center the page  */
	margin-right:auto;
	margin-top: 10px;
	/*padding:10px 0;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #D6865E;
}  
.thrColHybHdr #header { 
	background: #8A3D3D; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:10px 10px 0 10px;
	width: 930px;
} 
.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div avoids margin collapse - an unexplainable space between divs. If the div has a border around it, that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin keeps element away from the edges of the div */
	color:#FFE682;
	font-size:36px;
}

.thrColHybHdr #sidebar1 {
	float: left; 
	width: 130px; /* since this element is floated, a width must be given */
	margin: 10px 10px 10px 10px;
	background: #DBB258; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	color:#6B3A2E;
	font-weight:bold;
}


.thrColHybHdr #sidebar1 ul {
	color:#906;
	list-style:none;
	padding: 0px 8px 0px 8px;
	line-height:150%;
	font-size:12px
}

.thrColHybHdr #sidebar1 ul li a{
	color:#906;
	text-decoration:none;
}

.thrColHybHdr #sidebar1 ul li
	{
		border-bottom:1px;
		border-bottom-color:#906;
		border-bottom-style:solid;
	
	}
	
.thrColHybHdr #sidebar1 ul li a:hover
	{
		text-decoration:underline;
	}

.thrColHybHdr #sidebar1 ul ul{
	padding: 0px 4px 0px 4px;
	line-height:120%;
	font-size:10px
}

.thrColHybHdr #mainContent {
	padding: 0 10px 0 10px; 
	border-left:thin;
	border-left-color:#C00;
	width:650px;
	margin:10px 10px 10px 0px;
	float:left;
	background-color: #FFFFFF;
} 

.thrColHybHdr #mainContent h1{
	font-size:22px;
	margin: 20px 0px 0px 0px;
	color:#8A3D3D;
} 

.thrColHybHdr #mainContent h2{
	font-size:16px;
	margin: 20px 0px 0px 0px;
	color:#8A3D3D;
} 

.thrColHybHdr #mainContent p{
	font-size:12px;
	margin: 3px 0px 15px 0px;
	color:#333;
} 

.thrColHybHdr #mainContent ul {
	margin:0 0 10px 0;
	font-size:0.8em;
}

.thrColHybHdr #mainContent img {
	float:left; 
	margin:10px 10px 10px 10px;
	}

.thrColHybHdr #sidebar2 {

	width: 155px; /* since this element is floated, a width must be given */
	margin:10px 0 10px 0;
	background: #DBDBDB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 10px 10px; /* top and bottom padding create visual space within this div */
	float: left; 
}

.thrColHybHdr #sidebar2 p{
	font-size:12px;
	color:#333;
}

.thrColHybHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8A3D3D;
	width: 930px;
	margin:0 10px;
	clear:both;
	text-align:center;
	font-size:10px;
} 
.thrColHybHdr #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:#FFE682;
}

.thrColHybHdr #signupform table{
	text-align:right;
	font-size:12px;
}




.thrColHybHdr #NotesRests * img {
	float:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	}


.thrColHybHdr #NotesRests td {
	font-size:12px;
	border:1px solid #B04D4D;
	text-align:center;

}

.thrColHybHdr #NotesRests th {
	font-size:12px;
	background-color:#D6865E;
	color:#ffffff;
	text-align:center;
}


#signupform fieldset{
	border: 1px solid #781351;
	padding:20px;
	width: 30em
}


#signupform label
{
width: 15em;
float: left;
text-align: right;
font-weight:bold;
margin-right: 0.5em;
display: block
}

 
#signupform input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
width:20em;
}

#signupform .submit input
{
	margin-left: 15.5em;
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	width:5em;
} 


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearthefloats {clear:both;}


.imgcentred {
	float:none; 
	margin:15px 15px 15px 15px;
	}

.SmallNote{
font-size:x-small;
}

#divatable {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-style:oblique;
font-size:large;
}

.picture { 
	background-color: #F9F9F9; 
	border: 1px solid #CCCCCC; 
	padding: 3px; 
	font: 0.8em Arial, sans-serif; 
	} 
	
.picture img { 
	border: 1px solid #CCCCCC; 
	vertical-align:middle; 
	margin-bottom: 3px; 
	} 

.picture input {
	border: 1px solid #CCCCCC; 
	vertical-align:middle; 
	margin-bottom: 3px; 
	margin-left: 10px; 
	} 


.left { margin: 0.5em 0.8em 0.5em 0; height:120px; float:left;  } 

.footnote {
	font-size:10px;
}

.quotation {
	font-style:italic;
	color: #F33;
}
