/* CSS Document */

/* ORIGINAL CSS */

strong,
b,
.bold {
	color: #D20E0E;
	font-weight: bold;
}

h1.bold {
	font-size: 20px;
        margin:  0cm;
}

.blackbold {
	color: #000000;
	font-weight: bold;
}

.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}

a:link {
	color: #D20E0E;
	text-decoration: underline;
}

a:visited {
	color: #D20E0E;
	text-decoration: underline;
}

a:active {
	color: #D20E0E;
	text-decoration: underline;
}

a:hover {
	color: #D20E0E;
	text-decoration: none;
}

.bioname {
	color: #D20E0E;
	font-size: 16px;
	font-weight: bold;
}


/* NEW CSS */
.nav_button {
        margin-bottom:  12px;
}

a.showhide {
	font-size: .85em;
	color: #999999;
}

body {
	background-color: #000000;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	text-align: center;	/* For IE */
	}

table {
	border-collapse: collapse;
	}
td {
	padding: 0px;
	text-align: justify;
	vertical-align: top;
	}

a img,
a:active img,
a:visited img,
a:link img {
	border: none;
	text-decoration: none;
	}

#main {
	background-color: #F2EEE5;
	margin: 20px auto;
	width: 800px;
	}
	
#content {
	background-color: #FFFFFF;
	border: 1px solid #D20E0E;
	float: left;
	margin: 0px;
	min-height: 400px;
	padding: 2px;
	text-align: left;
	width: 490px;
	}
	
#content p,
#content div {
	font: normal normal normal 1em/1.25em Arial, Helvetica, sans-serif;
/*	margin: 10px 10px; */
	text-align: justify;
	}
	
#content p img {
	margin: 0px 0px 10px 10px;
	}
	
#container {
	background-color: #F2EEE5;
	margin: 20px auto;
	width: 800px;
	}	
	
#navigation {
	float: left;
	left: 0px;
	position: relative;
	top: 0px;
	width: 139px;	
	}
	
#navigation input {
	width: 130px;	
}
	
#navigation div.hr {
  /* background: #fff url(hr1.gif) no-repeat scroll center; */
  height: 1px;
  padding: 10px;
  background-color: #D20E0E
}
#navigation div.hr hr {
  display: none;
}
	
#upcoming {
	float: left;
	margin: 0px 0px 0px 10px;
	text-align: center;
	width: 143px;
	}

#upcoming-content {
	background-color: #D20E0E;
	padding: 0px 10px;
	text-align: left;
	}

div.listitem {
	width: 135px;
	float: left;
	margin: 15px 3px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	}
		
div.headshot {
	display: table-cell;
	text-align: center;
	float: left;
	width: 120px;
	}
	
div.headshot img {
	margin: 2px auto;
	}
	
form table td {
	padding: 5px;
	}

input {
	background-color: #F5E9E6;
	border: 1px solid #D20E0E;
	padding: 2px;
	}
	

/* CSS for Gallery */
#gsNavBar div.gbSystemLinks {
  float: right;
}

/* Defines the paragraph style for the item text */
.giItemCell {
}

#content p.giTitle {
	color: #D20E0E;
	font-weight: bold;
        text-align: center;
}

div.gbNavigator div.first-and-previous {
  float: left;
        margin: 10px;
}

div.gbNavigator div.next-and-last {
        float: right;
}

a.last {
        margin: 10px;
}
a.next {
        margin: 10px;
}
a.first {
        margin: 10px;
}
a.previous {
        margin: 10px;
}

div.next-and-last.previous
{
        float: right;
}

