h1
{
    font-family: 'Georgia', serif;
    font-weight: bolder;
    font-size: 2em;
    margin-bottom: 4px;
}

h2
{
    font-family: 'Georgia', serif;
    font-weight: bolder;
    font-size: 1.3em;
    margin-bottom: 4px;
}

h3
{
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 4px;
}

h4
{
    font-family: 'Georgia', serif;
    font-size: 1em;
    letter-spacing:     0.24em;
    line-height: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

em
{
    font-style: italic;
}

strong
{
    font-weight: bold;
}

.textLeft
{
    text-align: left;
}
.textRight
{
    text-align: right;
}
.textJustified
{
    text-align: justify;
}

.imageLeft
{
	float: left;
}
.imageRight
{
	float: right;
}
.imageCentre
{
	margin-left: auto;
	margin-right: auto;
}

a
{
	color: #1d3a38;
	text-decoration: none;
    
}

a:hover
{
    color: #000;
	text-decoration: underline;
}

#content p
{
	margin-bottom:		1em;
}

#content .imgsymbol
{
    display: inline;
    margin: -1px 4px;
    padding: 0;
}

#content .imgright
{
	float:			right;
	margin:			4px 0 4px 15px;
}

#content .imgleft
{
	float:			left;
	margin:			4px 15px 4px 0;
}

#content .imgrightborder
{
	float:			right;
	margin:			4px 0 4px 15px;
    border:                 solid 1px #000;
}

#content .imgleftborder
{
	float:			left;
	margin:			4px 15px 4px 0;
    border:                 solid 1px #000;
}

hr
{
    width:60%;
    color: #a8b1c2;
    background-color: #a8b1c2;
    height: 1px;
    border: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact
{
    height: 330px;
    background-color: #fff;
    background-image: url(../gfx/tree-web.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.contact ul
{float: right;}
.contact li
{padding: 5px;}

.contact a
{
    font-size: 150%;
    color: #745200;
}

.border1
{
    border: 2px solid #bbb;
	padding: 2px;
}

.border2
{
    border: 1px solid #000;
}