body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}

/* -- Container for Page Content -- */
#wrapper {
	margin: 24px auto 10px auto;
	width: 760px;
	text-align: left;  /* IE5 Fix */
	background-image: url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
}

/* -- #masthead holds the banner image -- */
#masthead {
	width: 760px;
	height: 124px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

/* -- #nav Navigation Area -- */
#nav {
	width: 752px;   /* -- 760px rendered */
	height: 20px;
	text-align: center;
	padding-right: 8px;
	margin: 0;
}

/* -- #content holds the page content (single column) -- */
#content {
	padding: 5px 20px;
	width: 720px;  /* -- 760 rendered -- */
	font-size: 0.9em;
}

/* -- Nice little bullets -- */
#content li {
	list-style-image: url(images/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
	line-height: 2em;
}

/* -- #footer Holds the footer Image -- */
#footer {
	width: 760px;
	height: 37px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

/* -- #dataHolder contains database data normally tabulated -- */
#dataHolder {
	width: 700px;
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	min-height: 165px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* -- Differs from the above - no min-height as no pictures included --*/
#dataHolderNoMinHeight {
	width: 700px;
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	color: #DBCD75;
	letter-spacing: 0.2em;
	padding: 0px;
	text-decoration: underline;
	margin-top: 8px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #DBCD75;
	letter-spacing: 0.2em;
	padding: 0;
}

p {
	color: #CCCCCC;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.bottomText, .bottomText a:link {
	font-size: 0.9em;
	color: #666666;
	text-decoration: none;
}

.bottomText a:hover, .bottomText a:active, .bottomText a:focus {
	text-decoration: underline;
	color: #666666;
}
 
.bottomText a:visited {
	color: #666666;
}

form {
	font-size: 0.9em;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 580px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #d5d6f4;
	padding: 5px;
}
input,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #d5d6f4;
	padding-left: 5px;
}
.errorMessage {
	font-size: 0.9em;
	color: #CC6633;
}
.buttonClass {
	background-color: #DBCD75;
	padding: 0px 4px;
}
.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.italicLink a:link, .italicLink a:visited {text-decoration: none; font-style: italic;}
.italicLink a:hover, .italicLink a:active {text-decoration: underline;}
h3 {
	color: #D3C456;
	font-size: 1.2em;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
.clearLeft {
	clear: left;
}
.topRight {
	float: right;
	padding-bottom: 15px;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding-right: 0px;
}
#contentHome {
	padding: 0;
	width: 370px;
	font-size: 0.9em;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#homeImage {
	font-size: 0.9em;
	margin: 0px 10px 0px 10px;
	padding: 0 0 0 0;
	float: left;
	width: 740px;
}

#homeImage img {
	margin-right: 5px;
	margin-left: 10px;
}

#homeImage p {
	padding-right: 15px;
}

/* 
table {
	size: 1em;
}
*/

.galleryImage {
	border: 1px solid #FFCC66;
}
