body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990000;
	background-color: #FFFFFF;
}
.wrappertable {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
.pictable {
	background-color: #993333;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
.pictablebackground {
	background-image: url(../images/background.jpg);
}
#navbar {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000;
	margin: 0px;
	padding: 0px;
	
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar li {
	text-align: center;
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


#navbar a:link {
	color: #333333;
	text-decoration: none;
	
}
#navbar a:visited {
	color: #660000;
	text-decoration: none;

}
#navbar a:hover {
	      color: #660000;
	     background-color: #CCCCCC;
		text-decoration: none;

}


.right {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
}

.pictablepadding {
	background-color: #FFFFFF;
}
td {
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 {
	color: #993333;
	background-color: #CCCCCC;
	margin-top: 0px;
	padding-top: 0px;
}
.wrappertable h3 a {
	color: #993333;
}

.copy {
	font-size: x-small;
	text-align: center;
}
.border {
	border: medium double #993333;
}
.strong {
	font-weight: bold;
}
.smallertext {
	font-size: x-small;
}
hr {
	background-color: #993333;
	width: 70%;
	text-align: left;
}
.heading {
	font-size: medium;
	font-weight: bolder;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.backgroundcolor {
	background-color: #CCCCCC;
}
.gallerybackgrd {
	background-image: url(../images/backgroundgallery.jpg);
}
.center {
	text-align: center;
}
p {
	margin-left: 5px;
}
.tdcenter {
	text-align: center;
	vertical-align: middle;
}
.floatleft {
	float: left;
}
