/* change the body defaults */

/* the background colour sets the pale shade behind the main block of colour */

body {
	font-family: Verdana, Helvetica, "Times New Roman", sans-serif, serif;
	font-size: small;
	background-color:#b7d8f7;
	color: #000000;
}

/* this is the menu/navigation bar at the top */
.menu {
	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif;
	font-size: small;
	color: #ffffff;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #000000;
	padding-bottom: 3px;
}
/* change the navigation defaults for the menu bars */
.menu a:link {
	color: #ffffff;
	text-decoration: underline;
}
.menu a:visited {
	color: #eeeeFF;
	text-decoration: underline;
}
.menu a:hover {
	color: #FFeeee;
	text-decoration: underline;
}
.menu a:active {
	color: #FFeeee;
	text-decoration: underline;
}


/* this is the second menu bar */
.menu2 {
	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif;
	font-size: small;
	color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
	background: #000000;
	padding-bottom: 3px;
}
/* change the navigation defaults for the menu bars */
.menu2 a:link {
	color: #ffffff;
	text-decoration: underline;
}
.menu2 a:visited {
	color: #eeeeFF;
	text-decoration: underline;
}
.menu2 a:hover {
	color: #FFeeee;
	text-decoration: underline;
}
.menu2 a:active {
	color: #FFeeee;
	text-decoration: underline;
}


/* change the navigation defaults */

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}



/* this is the information bar at the bottom */

.binfo {
	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif;
	font-size: small;
	font-weight: normal;
	text-align:center;
	color: #ffffff;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #000000;
}


.smallercontent {
	font-size: x-small;
	line-height:150%;
}



/* change the navigation defaults for the bottom information bar */
.binfo a:link {
	color: #ffffff;
	text-decoration: underline;
}
.binfo a:visited {
	color: #ddddFF;
	text-decoration: underline;
}
.binfo a:active {
	color: #FFdddd;
	text-decoration: underline;
}
.binfo a:hover {
	color: #FFdddd;
	text-decoration: underline;
}


/* This defines the all-important H1 tag for the search engines but macking it readable for the reader */

.title1 {

	font-size: large;

	font-weight: bold;

	text-align: center;


}

h1 {

	font-size: small;

	font-weight: normal;

	text-align: left;

}



/* this defines atributes of the main content table */

#maintable {

background-color: #ffffff;

width: 750px;

}



/* This defines how the date should look */
.date {
	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif;
	font-size: x-small;
	font-weight: normal;
	vertical-align: super;
}



/* this defines atributes of the middle pictures table */

.midpics {

	border: 2px #000000;

	background: #FFFFFF;

	padding: 0px;

	border-spacing: 0px;
	

}



/* this defines atributes of the honesty pictures table */

.honpics {

	border: 2px #000000;

	background: #000000;

	padding: 0px;

	border-spacing: 0px;



}

/* change the navigation defaults for the honesty pics */

.honpics a:link {

	color: #000000;

}

.honpics a:visited {

	color: #000000;

}

.honpics a:active {

	color: #000000;

}

.honpics a:hover {

	color: #000000;

}





.FormDropDown {

	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif, serif;

	font-size: small;

	font-weight: normal;

	color: #000000;

	padding: 2px;

	height: 25px;

	width: 150px;

}

.FormButton {

	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif, serif;

	font-size: small;

	font-weight: normal;

	color: #000000;

	padding: 2px;

	height: 25px;

	width: 200px;

	border: 1px solid #000000;

}

.gallerytext {

	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif, serif;

	font-size: small;

	font-weight: normal;

	color: #FFFFFF;

	text-align: left;

	vertical-align: top;

}

.gallerytextbold {

	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif, serif;

	font-size: small;

	font-weight: bold;

	color: #FFFFFF;

	text-align: left;

	vertical-align: top;

}

.galleryheaders {

	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif, serif;

	font-size: larger;

	font-weight: bold;

	color: #FFFFFF;

	text-align: left;

	vertical-align: top;

}



li {

	text-align: left;

}