p {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p.small {
	font-size: 10pt;
}

#nav-column {
	background-color: #FFFFA7;
	vertical-align: top;
}

#nav-holder {
	margin-bottom: 20px;
}

#nav {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	display: block;
	padding: 6px 2px 6px 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;	
}

#footer {
	padding: 10px;
	background-color: #0066CC;
	color: #FFFFFF;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

#footer-nav {
	font-size: 9pt;
	padding-top: 10px;
}

#footer-nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content-bucket {
	padding: 10px;
	vertical-align: top;
}

#holder-about-us {
	background-image: url(_images/bkgd-about-us.jpg);
	background-repeat: no-repeat;
	background-position: 150px 50px;
}

#holder-research {
	background-image: url(_images/bkgd-touro.jpg);
	background-repeat: no-repeat;
	background-position: 60px 0px;
}

#holder-gallery {
	background-repeat: no-repeat;
	background-position: 60px 0px;
}

#holder-index {
	background-image: url(_images/bkgd-rijha.gif);
	background-repeat: no-repeat;
	background-position: 190px 125px;
	height: 360px;
}

.table-yellow {
	background-color: #FFFFA7;
	border: solid 1px #000;
	padding: 10px;
}

.table-yellow td {
	padding: 3px;
	vertical-align: top;
}

.table-generic TD {
	vertical-align: top;
}

.pad-cell-left1 {
	padding-left: 30px;
}

.events-table {
	background-color: #FFFFA7;
	border: solid 1px #000;
	padding: 10px;
}

.events-table TD {
	padding: 10px;
	vertical-align: top;
	border-right: solid 1px #000000;
}

.events-table .events-table-last {
	border: none;
}

.links-table TD {
	text-align: center;
}

.links-table P {
	margin: 10px 0px 20px 0px;
}

.special-text {
	font-weight: bold;
	margin: 0px 10% 0px 10%;
}

.float-left {
	float: left;
	padding-right: 20px;
}

.float-right {
	float: right;
	padding-left: 20px;
}

.vertical-center {
	vertical-align: middle;
}