body {
	color: #666;
	background: #EDF8F2;
	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 */
	
}

h1, h2, h3, h4, h5, h6 {
margin-left: -2%;
}

a:link {
color: #44AA00;
}

a:visited {
color: #8D0D0D;
}

a:hover, a:focus, a:active {
color: #B51212;
}

/* LAYOUT */

/*#wrapper {
	background: #FFF;
	border: 1px groove #C0C0C0;
	margin: 0px auto 15px;
}*/

#container {
	background: #FFF;
	text-align:left;
	font: 100%/122% Verdana, Arial, Helvetica, sans-serif;
	margin: 2em auto;
	min-width: 30em;
	max-width: 55em;
	border-top: 1px inset #53A71B;
	border-right: 1px inset #53A71B;
	border-bottom: 2px inset #53A71B;
	border-left: 2px inset #53A71B;
}

/* content */


#content {
	border-top: 1px solid #CCC;
	margin: 2%;
	padding: 0 2%;
}

#album, #album p
{
	text-align: center;
}

#stars {
	color:#000000;
}
#stars td {
	color: #000000;
	padding: 10px;
	font-size: 90%;
	background: #92BCA5;
}

/* FONTS */


#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color: #802929;
}

/* banners */

#banner, 
  #info-site {
	text-align: center;
	margin: 0;
	padding: 0.1em;
	border: 1px solid #FFFFFF;
}

#banner a, #banner img, #banner img a, #banner a:hover, #banner a:focus, #banner a:active
{
	text-decoration: none;
	border-top: none;
	border-right: 1px groove #CCCCCC;
	border-bottom: 1px groove #CCCCCC;
}

#banner p, 
  #info-site p {
margin: 0;
padding: 0.1em;
}

#banner p {
font: small-caps 150%/100% georgia, "palatino linotype", palatino, "book antiqua", "zapf calligraphic", times, "times new roman";
letter-spacing: 0.125em;
color: #802929;
}

#info-site p {
font-size: 80%;
}


/* top level nav common */

#nav-toplevel a {
color: #666;
}

#nav-toplevel a:hover, #nav-toplevel a:focus, #nav-toplevel a:active {
color: #B51212;
}

/* top level nav unique */

#nav-meta a:hover, #nav-meta a:focus, #nav-meta a:active {
border-bottom: 2px solid #B51212;
}

#nav-main a:hover, #nav-main a:focus, #nav-main a:active {
border-bottom: 3px solid #B51212;
}

#nav-main a.current {
	color: #53A71B;
	border-bottom: 3px solid #53A71B;
}

/* subnav common */

#nav-subs ul {
background: #F8FDF3;
border: 1px solid #CCC;
}

#nav-subs a:hover, #nav-subs a:focus, #nav-subs a:active {
background: #EDFAE3;
}

/* subnav unique */

#nav-section a {
	border-left: 0.75em solid #92BCA5;
}

#nav-section a:hover, #nav-section a:focus, #nav-section a:active {
	border-left: 0.75em solid #B5E3CA;
}

#nav-section a.youarehere {
background: #E3F8D4;
border-left: 0.75em solid #53A71B;
}

#nav-supp a {
	border-right: 0.75em solid #92BCA5;
}

#nav-supp a:hover, #nav-supp a:focus, #nav-supp a:active {
	border-right: 0.75em solid #B5E3CA;
}


#content p {
line-height: 135%;
}

#content a, 
  #info-site a {
text-decoration: none;
}

#content a:link, 
  #info-site a:link {
border-bottom: 1px solid;
}

#content a:visited, 
  #info-site a:visited {
border-bottom: 1px dashed;
}

#content a:hover, #content a:focus, #content a:active, 
  #info-site a:hover, #info-site a:focus, #info-site a:active {
border-bottom: 1px solid;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
font-family: georgia, "palatino linotype", palatino, "book antiqua", "zapf calligraphic", times, "times new roman";
font-variant: small-caps;
font-weight: normal;
letter-spacing: 0.125em;
}

#content h1 {
font-size: 180%;
}
#album h1 {
text-align:center:
}

#content h2 {
font-size: 160%;
}

#content h3 {
font-size: 140%;
}

#champ h3 {
	background: url(images/bullet_orange.gif) no-repeat 20px 5px;
	font-size: 100%;
	text-indent: 40px;
	letter-spacing: 0.1em;
	color: #53A71B;
	font-style: oblique;
	font-weight: bold;
}

#content h4 {
font-size: 120%;
}

#content h5 {
font-size: 110%;
}

#content h6 {
font-size: 100%;
}

/* top level nav */

#nav-toplevel ul {
list-style-type: none;
text-align: center;
}

#nav-toplevel a {
text-decoration: none;
}

#nav-meta {
font-size: 75%;
}

#nav-main {
font-size: 85%;
}

/* subnav */

#nav-subs ul {
font-size: 80%;
list-style-type: none;
}

#nav-subs a {
text-decoration: none;
}

#nav-section a.youarehere {
font-weight: bold;
}

 #nav-subs h5 {
	font-size: 100%;
	line-height: 100%;
	color: #53A71B;
	font-weight: bold;
	text-align: center;
}

/* top level nav */

#nav-meta, 
  #nav-main {
	margin: 1em auto;
	font-size: 105%;
}

#nav-toplevel ul {
margin: 0;
padding: 0;
position: relative;
}

#nav-toplevel li {
margin: 0 4px;
padding: 0;
display: inline;
}

#nav-toplevel a {
margin: 0;
padding: 1px 4px;
}

/* subnav */

#nav-subs {
	margin: 3.5em 1em 0.5em 1em;
	float: right;
}

#nav-subs ul {
margin: 0;
padding: 0;
}

#nav-subs a {
display: block;
padding: 0.2em 0.8em;
width: 9em;
}

#nav-section {
margin-bottom: 1.5em;
}
.oddRow{
	background: #E3F8D4;
}
.hoverRow, .selectRow{
	cursor: pointer;
	cursor: hand;
	background: #92BCA5;
}
#schedule {
	font-size: 90%;
	color: #000000;
}
.showTable {
	width: 70%;
	background: #92BCA5;
	margin-left: 20px;
}
#dataTable {
	width: 100%;
}
#dataTable td, #dataTable th{
	padding: 5px;
	font-size: 90%;
}
#dataTable th {
	padding: 5px;
	color: #53A71B;
	font-weight: bold;
	text-align: left; 
	cursor: pointer;
}
td {
	color: #53A71B;
	padding: 5px;
	font-size: 90%;
}
#rateTable {
	width: 80%;
	color: #53A71B;
}

.dropcapsmall {
	font: 2em/0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #802929;
	display: block;
	float: left;
	padding-top: 0.03em;
	padding-right: .1em;
}
.albumsmall {
		font-size: 80%;
}
