@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #F8EA4A;
	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: #0D0D0D;
	padding: 6px;
}
#container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 6px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 8px solid #03C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
} 
#header {
	background: #03C url(graphicsa/page/hdr.jpg) no-repeat left top;
	padding: 0 0px 0 130px;  /* 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. */
	height: 120px;
	margin: 0px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 20px;
} 
#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	font-size: 0.75em;
	color: #396;
}
#mainContent {
	margin: 1em 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
a:link {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #03C;
	text-decoration: underline;
}
a:visited {
	color: #309;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 0.5em;
	color: #000;
	line-height: 1.2;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.1em;
	margin-bottom: 0.4em;
	color: #000;
	line-height: 1.2;
}
p {
	font-size: 0.9em;
	color: #0D0D0D;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0.5em;
	max-width: 45em;
}
dl {
	font-size: .9em;
}
ul li {
	list-style-type: disc;
	margin-left: 2em;
	padding-left: 0em;
	font-size: .9em;
	color: #0D0D0D;
	margin-bottom: .3em;
}
ul {
	margin-bottom: 1em;
	max-width: 35em;
}

#footer {
	background:#C3EBFF url(graphicsa/page/ftr-bkgnd.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFF;
	height: 40px;
	margin-top: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	max-width=100%
; 	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
} 
#footer img {
}
#footer p {
	color: #FFF;
	max-width: 100%;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1em;
	padding-top: 14px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0.5em;
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: .6em;
	display: block;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: .6em;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 0px;
}
.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;
}

.box {
	float: right;
	width: 220px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px 8px 10px 18px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #396;
	border: 1px solid #396;
	font-size: .85em;
}
.box p {
	color: #396;
	font-size: .9em;
}
.box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #396;
	text-align: center;
}
.box-right {
	margin: 10px;
	float: right;
}
.box ul li{
	color: #396;
}
dt {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
dd {
	margin-left: 2em;
	margin-top: 6px;
	margin-bottom: 12px;
}
#mainContent .quote {
	font-style: italic;
	color: #900;
}
.songbox {
	font-size: 0.85em;
	background-color: #FAEC5B;
	padding: 0.8em 0.8em 0.8em 2em;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-right: 2em;
	margin-bottom: 2em;
	display: block;
	width: 270px;
}
ol li {
	list-style-type: decimal;
	margin-left: 2em;
	padding-left: 0em;
	font-size: .9em;
	color: #0D0D0D;
	margin-bottom: .3em;
}
#header p a {
	text-decoration: none;
	color: #FFF;
}
#header p a:hover {
	text-decoration: underline;
	color: #FFF;
}
#header p a:visited {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.sitename a:hover {
	text-decoration: underline;
	color: #FFF;
}
.clearall {
	clear: both;
}

