/* Actual styling styles from 2col_em */
    /* General styles */
body {
	background: black;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}
/*
.colmask p {
	font-size:0.875em;
}

.sidenote {
	font-size:0.75em;
}*/

#header {
	background: #000;
	color: #fff;
}

#footer {
	background: #000;
	color: #fff;
	font-size: xsmall;
	text-align: center;
} 

/*    body {
		font-size:90%;
    }*/
.left_menu_content a:link,
.left_menu_content a:visited,
#header_names_wrapper a:link,
#header_names_wrapper a:visited
{
	color: white;
	border-bottom: none;
}
.left_menu_content a:hover,
.left_menu_content a:active,
#header_names_wrapper a:hover,
#header_names_wrapper a:active
{
	color: #fc0;
	background-color: black;
	border-bottom: none;
	}

a:link, a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #fc0;
}
a:hover {
	color: black;
	background-color: #fc0;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#header_ca a:link,
#header_ca a:visited,
#header_ca a:hover {
  color: #fc0; /* IE8Compat/Quirks doesn't like "inherit" below, explicitly set color here */
}

a.nohover:link, a.nohover:visited, a.nohover:hover {
  color: inherit;
  background: none;
	text-decoration: none;
  border: 0;
}


	  h1, h2, h3 {
        margin: 0.5em 0 0.2em 0;
        padding:0;
    }
    p {
        margin: 0.4em 0 0.8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}

/*	#header {
		border-bottom:1px solid #000;
	}*/

	/* Footer styles */
/*	#footer {
		border-top:1px solid #000;
    }*/






/*body {
	background: white;
}*/
.left_column_bg {
	background: black;
	color: white;
}
.center_column_bg {
	background: white;
	color: black;
}
.right_column_bg {
	background: #999;
	color: white;
}

.centered {
	text-align: center;
}

/*
.colmask {
border: 1px solid green;
}
.colmid {
border: 1px solid blue;
}
.colleft {
border: 1px solid red;
}
.col1wrap {
border: 1px solid yellow;
}
.col1 {
border: 1px solid orange;
}
.col2 {
border: 1px solid black;
}
.col3 {
border: 1px solid purple;
}
*/


    .yellow {
		color: #fc0;
	}


/*
#ecba00
#e7b800
#ffe47f
*/
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2 {
	/*color: #e7b800;*/
}

.smallbanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #fc0;*/
	font-style: italic;
}


.left_menu_content ul {
	list-style-type: none;
	font-style:  italic;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 125%;
	list-style-image: url('../images/note.gif');
}

.left_menu_content a {
	text-decoration:none;
}

a img {
	border:0;
}


table tr td {
	padding: 3px 5px;
}

table tr th {
	background: #fc0;
	border-bottom: #fc0 solid 1px;
}

p img {
margin: 5px;
}

blockquote {
margin:1em 40px;
}

#header {
text-align: center; /* margin auto trick below doesn't work in stupid IE */
}
#header_wrapper {
margin-left: auto;
margin-right: auto;
/*text-align: center;*/
/*width:54em;*/
line-height: 1;
display: inline-block;
}
#header_logo {
float: left; padding: 0.5em 1em 0 0;
}
#header_logo img {
margin: 0;
}

#header_text_wrapper {
text-align:center;
/*float: left;*/
display: inline-block;
font-family: Palatino Linotype,Book Antiqua,Palatino,serif;
}
#header_nvhs {
font-size: 275%;
font-weight:bold;
}
#header_ca {
color: #fc0;
font-size: 475%;
font-style: italic;
font-family: Georgia,Palatino Linotype,Book Antiqua,Palatino,serif;
margin-top: /*-11px;*/ -0.1em;
}
#header_names_wrapper {
font-style: italic;
font-weight: bold;
margin-top: /*-5px;*/ -0.5em;
margin-bottom: 0.3em;
/*float: left;*/
display: inline-block;
}
#header_dir {
float: left;
font-size: 150%;
margin-right: 1em;
}
#header_accomp {
float: right;
font-size: 150%;
margin-left: 1em;
}

#calendar_table .calendar_past {
display: none;
}

#calendar_table span.cal_choirs,
#hrs_footnote {
font-weight: bold;
}

.foreign {
	font-size: 120%;
}

/* Make paragraph text serif because Tim thinks it's easier to read. */
p, td {
}

/* Dawn added superscript dates (e.g. 7th) to a From The Podium, but that messes up line spacing.
This will fix that. From: http://www.adobe.com/cfusion/communityengine/index.cfm?event=findByTextId&productid=1&textid=KEEP_CONSISTENT_LINE_SPACING_WITH_SUP_AND_SUB&loc=en_US */
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
b sup {
	font-weight: 500;
}
.nowrap {
    white-space: nowrap;
}
