@charset "utf-8";
/* CSS Document */

/* Predefined tags */

body {
	background-image: url(../elements/bkgd.gif);
	font-size: 14px;
}
article, aside, figure, footer, header, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
section {
	float: left;
}
h1 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	page-break-before: avoid;
	page-break-after: avoid;
	font-size: 40px;
	font-family: Footlight MT Light;
	color: rgb(153,102,51);
	text-align: center;
}
h2 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 2px;
	page-break-before: avoid;
	page-break-after: avoid;
	font-size: 24px;
	font-family: Footlight MT Light;
	color: rgb(153,102,51);
	text-align: center;
}
h3 {
	font-weight: normal;
	font-size: 14px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 14px;
	color: rgb(153,102,51);
}
h4 {
	font-weight:bold;
	font-size: 14px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 5px;
}
em {
	font-weight:bold;
	font-style:normal;
	margin-bottom:10px;
}
ul {
	margin: 0px;
	padding: 0px;
}
strong {
	font-weight: bold;
}

/* Element IDs */
#body {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(../elements/bkgd.gif);
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 840px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#banner {
	float: left;
}
#banner-left {
	float: left;
	width: 680px;
}
#banner-right {
	float: left;
	width: 145px;
	margin-left: 15px;
	alignment-adjust: central;
	text-align: center;
}
#keywords {
	font-size: 12px;
	text-align: center;
	width: 168px;
}
#sidebar {
	float: left;
	height: 2400px;
	width: 175px;
}
#sidebar2 {
	float: left;
	height: 200px;
	width: 175px;
	position: absolute;
	left: 5px;
	top: 190px;
}
#sidebar2 nav {
	text-align: center;
}
#sidebar2 nav ul {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	list-style-type: none;
}
#sidebar2 nav ul a {
	color: rgb(138,42,42);
	text-decoration: underline;
	text-align: center;
	display: block;
	padding: 3px;
	width: 160px;
	margin: 5px 2px 10px 2px;
	background: rgb(255,240,216);
}
#sidebarhead {
	font-size: 15px;
	font-weight: bold;
	color: rgb(138,42,42);
	text-align: center;
	display: block;
	padding: 3px;
	width: 160px;
	margin: 5px 2px 10px 2px;
	background: rgb(255,240,216);
}
#sidebar2 nav ul a:hover, nav ul a:active, nav ul a:focus {
	color: rgb(0,0,255);
	} 
#menu {
	float: left;
}
#menu nav ul {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	list-style-type: none;
	behavior: url(ie-css3.htc); 
}
#menu nav ul a {
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 3px;
	width: 80px;
	border: 1px solid rgb(153,102,51);
	margin: 5px 2px 10px 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	background: rgb(255,205,156);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	behavior: url(ie-css3.htc); 
}
#menu nav ul div {
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 3px;
	width: 80px;
	border: 1px solid rgb(153,102,51);
	margin: 5px 2px 10px 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	background: rgb(204,164,125);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	behavior: url(ie-css3.htc); 
}
#menu nav ul a:hover, nav ul a:active, nav ul a:focus { 
    background: rgba(255,205,156,0.4); 
} 
#menu nav ul li {
	float: left;
}
#footer nav ul {
	font-size: 14px;
	margin-bottom: 15px;
	list-style-type: none;
	margin-left: 40px;
}
#footer nav ul a {
	color: #000;
	text-align: center;
	display: block;
	padding: 3px;
	width: 65px;
}
#footer nav ul li {
	float: left;
}
#footer nav ul a:hover, nav ul a:active, nav ul a:focus {
	color: rgb(0,0,255);
	} 

/* Classes */
.body {
	width: 665px;
	text-align: left;
	font-size: 14px;
	display: block;
	float: left;
}
.bodycentre {
	width: 665px;
	text-align: center;
	display: block;
	float: left;
}
.bodybold {
	width: 665px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	display: block;
	float: left;
}
.bold {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 8px;
}
.plain {
	font-size: 14px;
}
.divider3 {
	padding: 100px 250px 100px 250px
}
.divider {
	height: 10px;
	width: 665px;
	display: block;
	float: left;
}
.divider2 {
	height: 25px;
	width: 665px;
	display: block;
	float: left;
}
.divider0 {
	height: 0px;
	width: 665px;
	display: block;
	float: left;
}
.prose {
	width: 447px;
	margin-bottom:10px;
	display: block;
	float: left;
}
.wideprose {
	width: 664px;
	margin-bottom:10px;
	display: block;
	float: left;
}
.left-pic {
	width: 209px;
	padding-right: 5px;
	border: none;
	display: block;
	float: left;
}
.centre-pic {
	width: 209px;
	padding-right: 5px;
	border: none;
	margin-left: 220px;
	display: block;
	float: left;
}
.right-pic {
	width: 209px;
	padding-left: 5px;
	border: none;
	display: block;
	float: left;
}
.pic {
	width: 209px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
	display: block;
	float: left;
}
.middlepic {
	width: 209px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
	display: block;
	float: left;
}
.flag {
	width: 78px;
	border: none;
}
.box2 {
	width: 120px;
	border: none;
}
.box3 {
	width: 132px;
	border: none;
}
.box4 {
	width: 200px;
	border: none;
}
.box4a {
	width: 200px;
	border: none;
	padding-top: 30px;
	display: block;
	float: left;
}
.caption {
	text-align:center;
	width: 209px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.italic {
	font-style: italic;
}
.center {
	font-size: 12px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display: block;
	float: left;
}
.formtext {
	font-size: 13px;
}
.sidebaritem {
	font-size: 13px;
	font-weight: bold;
	color: rgb(138,42,42);
	text-align: center;
	display: block;
	padding: 3px;
	width: 160px;
	margin: 5px 2px 10px 2px;
	background: rgb(255,240,216);
}

td {
  border: 1px solid;
}

