body 
{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 80%;
	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;
}
#subNavigation a, #subNavigation a:visited , #subNavigation a:hover, #subNavigation a:active {
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	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;

}
#contentLeft 
{
    text-align: left;
}
#contentLeft p 
{
    margin-bottom: 5%;
}
#contentLeft p.intro 
{
    font-size: 120%;
    line-height: 150%;
}

#contentLeft p.normal
{
    color: #666666;
    line-height: 150%;
}

#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: #bbbbbb;
}
#footer a {
	color: #bbbbbb;
}

.sideBarBlock 
{
    color: #333;   
    font-size: 90%; 
	line-height: 90%;
} 
.sideBarBlock > a:first-child 
{
    font-weight: bold;
    text-decoration:underline;
}

.infobox h4 {
	color: #fff;
	text-align: right;
	font-weight: bold;
}

.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}

.capitalise {
	text-transform: capitalize;
}