/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}


html {
	min-height: 100%;
	margin-bottom: 1px;
}


body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #270102;
	background-color: #FFF;
	background-image: url(../originals/bodyBG.png);
	background-repeat: repeat-x;
}

/************** Layout Elements *******************/

#wrapper {
	width: 800px;
	font-size: 80%;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;

}

#content {

	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 226px; /* to make room for leftcol */
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}



#header {
	height: 207px;
	margin-left: 226px; /* to make room for leftcol */
	position: relative;
}

#leftcol {
	width: 215px;
	position: absolute;
	top: 60px;
	left: 0;
	padding-top: 150px; /* to drop menu below header for flyouts */
	background-image: url(../images/leftBar.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 400px;
}

#footer {
	clear: both;
	margin-top: 50px;
	padding-top: 10px;
	background-color: #E9EEF5;
}





/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 0;
	font-size: 175%;
	text-align: center;
	line-height: 1.5;
}
h1 {
	font-family: "Lucida Calligraphy", "Lucida Grande", sans-serif;
	color: #19306B;
}


h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 20px 10px 30px; /* creates gutters */
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 6px 2px 0;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: purple;
}

a:hover {
	color: #4b5533;
	text-decoration: none;
}
/*this container holds the three boxes at the bottom of the index page*/
#floatcontainer {
	height: 250px;
	width: 510px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

/*set up the three floated boxes - these are held within the above selector*/
.floatboxes {
	width: 150px;
	height: 250px;
	float: left;
	background-image:url(../images/narrowBoxBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: auto;/*set overflow to auto - if the content exceds the boxes height scroll bars are provided*/
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}



.boxtop {
	background-repeat: no-repeat;
	height: 2em;
	background-image:url(../images/narrowBoxTops.gif);
	padding: 15px 0 0 0;
}
.boxtop h3 {
	margin: 0;
	padding: 0;
	
}
.boxtop a {
	text-decoration: none;
	color: #19306B;
	display: block;
}

/*style the text in the boxes*/
.floatboxes p {
	
	margin: 10px;/*set a margin to all four sides of 10 pixels*/
	padding-bottom: 4px;/*adds padding to the bottom of the p element*/
}

#slideshow1 {
	position: absolute;
	top: 0px;
	right: 1px;

}
div.pics {height: 207px; width: 324px; overflow:hidden;}
ul, ol {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 50px;
}
.listHeader {
	font-style: italic;
	display: block;
	margin: 0 0 10px 0;
}
#content li {
	margin: 15px 0;
}
.attention { /* big bold text */
	font-size: 150%;
	font-weight: bold;
}
.player{ /* puts music controls in center of window */
	text-align: center;
	padding: 20px 0 0 0;
}
	

