body 
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 90%;
	color: #666;
}
a img {
	border: none;	
}

h1, h2, h3, h4, h5, h6 , #otherTitle{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #666666;

}
h3, h4, h5, h6, #otherTitle {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul li {
margin-bottom: 5px;
}

h1.header-title, h2.header-title, h3.header-title, h4.header-title, h5.header-title { padding: 4px; }

#subNavigation {
	font-size: 75%;

}
#subNavigation a, #subNavigation a:visited , #subNavigation a:hover, #subNavigation a:active {
	color: #fff;
	text-decoration: none;
	color: #ccc;
}
#subNavigation a:hover {
	color: #fff;
}

#otherTitle {
	font-size: 190%;
	color: #fff;
	line-height: 50px;
	padding-left: 15px;
	font-weight: bold;
	text-transform: lowercase;
	font-family: Baskerville, Times, Times New Roman, serif;

}
#contentHolder {
	font-size: 90%;
}
#contentLeft 
{
    text-align: left;
}

#contentLeft h3 img {
	padding-right: 10px;
	padding-bottom: 10px;
}
#contentLeft p 
{
    margin-bottom: 5%;
	line-height: 150%;
	display: block;
}
#contentLeft p.intro 
{
    font-size: 115%;
    line-height: 150%;
}

#contentLeft p.normal
{
    color: #666666;
    line-height: 150%;
}
#contentLeft .closures hr {
margin-top: 10px;
margin-bottom: 10px;
}
#contentLeft .closures p {
margin-bottom: 5px;

}
#contentLeft .closures h3 {
margin-bottom: 10px;
background-color: #609;
color: #fff;
font-size: 95%;
padding: 5px;
}

#contentLeft .choirListHeading {
border-bottom: 2px solid #999;
text-align: left;
font-size: 120%;
font-weight: bolder;
}
#contentLeft h1 {
	font-size: 170%;	
}

#contentLeft h2 {
	font-size: 160%;
}

#contentLeft h3 {
	font-size: 120%;	
}

#contentLeft h4 {
	font-size: 105%;	
}
#contentLeft h5 {
	font-size: 100%;
}
#contentLeft h6 {
	font-size: 80%;	
}

#contentRight {
font-size: 90%;
line-height: 120%;
}

#footer { text-align:center;}

#footer p 
{
	font-size: 90%;
	margin-bottom: 5px;
	color: #999;
}
#footer a {
	color: #999;
}

.sideBarBlock 
{
    color: #333;   
    font-size: 90%; 
	line-height: 90%;
} 
.sideBarBlock > a:first-child 
{
    font-weight: bold;
    text-decoration:underline;
}

.infobox {

}
.infobox h4 {
	color: #fff;
	text-align: right;
	font-weight: bold;
}

#contentRight .infobox h3 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 100%;
}
#contentRight .infobox p {
	margin-top: -5px;
	line-height: 175%;
	font-size: 95%;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}

.capitalise {
	text-transform: capitalize;
}