/**************/
/* GENERAL    */
/**************/

body{
	background-color : Black;
	font-family: Times, "Times New Roman", serif;
	color: #F1E9E9;
	text-align: center;
}

a {
	font-family: Times, "Times New Roman", serif;
	background-color : transparent;
	font-size: 12px;
	color: #8B6E00;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.right {
	float: right;
	margin: 5px;
}

img.left {
	float: left;
	margin: 5px;
}

table {
	width: 100%;
}

td {
	font-family: Times, "Times New Roman", serif;
	border: none;
	padding: 2px;
	vertical-align: top;
}

table.main {
	width: 600px;
	border-collapse : collapse;
	margin-left:auto; 
	margin-right:auto;
}

td.title {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 100px;
	vertical-align: bottom;
	text-align: left;
}

td.middle {
	background-image: url(images/middle.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 549px;
	vertical-align: top;
}

td.credit, td.credit a {
	font-size: 11px;
	text-align: center;
}

th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

ul {
	list-style-image: url(images/square.gif);
	font-size: 12px;
}

ul a {
	font-weight: bold; 
}

p {
	text-align: left;
}

p.nav {
	text-align: center;
}

p.alert {
	color: Red;
	font-weight: bold;
}

h3, h3 a {	
	font-size: 16px;
	letter-spacing: 5px;
	text-align: left;
	margin-bottom: -10px;
}

input, textarea {
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
}

.pointer {
	background-color: #8B6E00;
	cursor: hand;
}

.footnote {
	margin: 0px;
	font-size: 11px;
	text-align: left;
}

.ref {
	vertical-align: super;
	font-size: 8px;
}

.headline {
	font-family: Times, "Times New Roman", serif;
	font-size: 36px;
	padding-left: 20px;
	letter-spacing: 10px;
}

.italic {
	font-style : italic;
}

.center{
	text-align : center;
}

.bold{
	font-weight: bold;
	font-size: 12px;
}

.error {
	text-align : center;
	font-size : normal;
	color : Red;
}

.hidden {
   display: none;
}

/**************/
/* FRONT      */
/**************/
table.front a {
	font-size: 16px;
}

table.front td.left {
	padding-top: 50px;
	padding-left: 60px;
	vertical-align: top;
}

table.front td.right {
	padding-top: 50px;
	width: 200px;
	vertical-align: top;
	text-align: left;
}

table.front li {
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 0px;
	vertical-align: top;
}

/**************/
/* SUBPAGES   */
/**************/

table.subpages li {
	text-align: left;
}

table.subpages ul {
	padding-left: 20px;
	margin-left: 5px;
}

table.subpages td.right {
	padding-top: 60px;
	width: 183px;
}

table.subpages td.left {
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 10px;
	text-align: center;
}

table.subpages td.right p {
	margin-top: 100px;
	text-align: left;
}

table.subpages table.thumbs {
	margin-top: 50px;
}

table.subpages table.thumbs td, table.subpages table.large td {
	vertical-align : top;
	text-align: center;
}

table.subpages table.thumbs img {
	height : 100px;
}

table.subpages table.thumbs caption {
	color: White;
	font-weight : normal;
	font-size : 12px;
}

table.subpages table.large caption {
	color: White;
	font-size: x-small;
	font-weight: bold;
}

table.subpages table.large caption .credit {
	color: White;
	font-size: xx-small;
	font-weight: normal;
}

table.subpages td {
	background: transparent;
	height: auto;
	vertical-align: top;
	font-size: 12px;
	text-align: left;
}

table.subpages td.title {
	font-size: 16px;
	letter-spacing: 5px;
	text-align: left;
	margin-bottom: -10px;
}

table.subpages div.title {
	font-size: 16px;
	letter-spacing: 5px;
	text-align: center;
}

table.subpages table.events th.name {
	width: 20%;
}

table.subpages table.events th.date {
	width: 17%;
}

table.subpages table.events th.location {
	width: 20%;
}

table.subpages table.cv td.year {
	width: 15%;
}

table.subpages table.cv a {
	font-size: 16px;
	letter-spacing: 5px;
	padding-top: 10px;
}

/**************/
/* NAVIGATION */
/**************/

table.navigation {
	height: 450px;
}

table.navigation ul {
	margin-left: 50px;
}

table.navigation td.menu {
	padding: 0px;
	vertical-align: bottom;	
	height: 200px;
	text-align: center;
}

table.navigation td.menu ul {
	list-style-image: none;
	list-style-type: square;
	font-size: 12px;
	text-align: left;
	margin-bottom: 0px;
	vertical-align: bottom;
}

table.navigation td.menu ul a {
	font-size: 12px;
	font-weight: normal;
}

table.navigation td.subtitle {
	font-size: 16px;
	letter-spacing: 5px;
	text-align: center;
	padding-top: 10px;
}
