body {
	font-family: Trebuchet MS, Tahoma, arial, helvetica, sans-serif, verdana, geneva;
	font-size: 85%;
	background: white; 
	padding: 0; 
	margin: 2%; 
	min-width: 800px; 
	height: 100%;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em;  }
h4 { font-size: 1em; }
h5 { font-size: .83em; line-height: 1.17em; }
h6 { font-size: .67em; }

h1, h2, h3, h4, h5, h6 { 
	color: #500; 
	font-weight: bolder; 
	margin: 0.8em 0 0.5em 0; 
}

#header {
	background: #fcfee4;
	padding: 0;
	height: 101px; 
}

#headertext { 
	text-align: center; 
}

.strapline { 
	color: #132; 
	font-style: italic; 
	font-size: 120%; 
	font-weight: bold; 
}

.content { 
	text-align: justify; 
}

.standout { 
	color: #132; 
	font-weight: bold; 
}

.sidebar {
	float: right; 
	width: 20%; 
	padding: 1em; 
	background: #fcfee4; 
}

#logo {
	width: 100px; 
	margin: 0 auto; 
}

.addressblock { 
	text-align: center; 
	font-style: italic; 
}
	
.maillink { 
	font-size: 2em; 
	font-style: italic; 
}

#sidebutton a:link { 
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	width: 10em; 
	padding: 0.2em 1em; 
	color: white; 
	text-decoration: none; 
	text-align: center; 
	font-style: normal; 
}
#sidebutton a:visited { 
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	width: 10em; 
	padding: 0.2em 1em; 
	color: #ff9; 
	text-decoration: none; 
	text-align: center; 
	font-style: normal; 
}
#sidebutton a:hover {
	background: url(images/navbutton.gif) #fff bottom left repeat-x; 
	height: 2em; 
	line-height: 2em; 
	width: 10em; 
	padding: 0.2em 1em; 
	color: white; 
	text-decoration: underline; 
	text-align: center; 
	font-style: normal; 
}


.images { 
	width: 450px; 
	margin: 1em auto; 
} /* If you change the picture size, change this width! */


