@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #BFBFBF;
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande";
	background-color: #000000;
	font-size: 12px;
	line-height: 16px;
}
p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 1em;
	color: #FFFFFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 1em;
}
ol {
	list-style-position: outside;
	margin-left: 20px;
}
.oneColFixCtr #container {
	width: 982px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/ContentBkgd.gif);
}
#headZone {
	float: left;
	height: 144px;
	width: 978px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#navZone {
	float: left;
	height: 30px;
	width: 980px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#navZone  ul {
	list-style-type: none;
}
#navZone   li {
	height: 24px;
	text-align: center;
	width: 194px;
	background-image: url(images/NavActive.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	float: left;
}
#navZone li a:link, #navZone li a:visited {
	height: 24px;
	float: left;
	text-align: center;
	width: 194px;
	background-image: url(images/NavInactive.gif);
	background-repeat: repeat-x;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	margin-top: -6px;
	padding-top: 6px;
	text-decoration: none;
	color: #FFFFFF;
}
#navZone li a:hover {
	height: 24px;
	float: left;
	text-align: center;
	width: 194px;
	background-image: url(images/NavActive.gif);
	background-repeat: repeat-x;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	margin-top: -6px;
	padding-top: 6px;
	text-decoration: none;
	color: #FFFFFF;
}
#navDivider {
	height: 10px;
	width: 978px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #523d1f;
	float: left;
}
#leftSidebar {
	width: 194px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 30px;
}
#leftSidebar ul {
	list-style-type: none;
}
#leftSidebar li {
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding: 10px;
	width: 174px;
	float: left;
	font-size: 14px;
}
#leftSidebar li a:link, #leftSidebar li a:visited {
	list-style-type: none;
	text-decoration: none;
	color: #F2DB9F;
	font-size: 14px;
	text-transform: capitalize;
	width: 174px;
	height: 30px;
	margin: -10px;
	padding: 10px;
}
#leftSidebar li a:hover {
	list-style-type: none;
	text-decoration: underline;
	color: #F2DB9F;
	font-size: 14px;
	text-transform: capitalize;
	width: 174px;
	height: 30px;
}
.sidebarSubhead {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
}
.captionText {
	font-size: 10px;
}
#mainContent  {
float: left;
	width: 702px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 30px;
	height: auto;
	margin-top: 10px;
}	
#mainContent ul {
	list-style-position: inside;
	list-style-type: square;
}
#mainContent a:link, #mainContent a:visited {
	color: #f5dea1;
	text-decoration: none;
}
#mainContent a:hover {
	color: #f5dea1;
	text-decoration: underline;
}
#footer    {
	background-color: #000000;
	width: 978px;
	border: 2px solid #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 30px;
}
#footer a:link, #footer a:visited {
	background-color: #000000;
	border: 2px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f5dea1;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
#footer  a:hover   {
	background-color: #000000;
	border: 2px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f5dea1;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
}
#contentSubtop {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	height: 28px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 700px;
	margin-bottom: 20px;
	float: left;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #000000;
}
#contentSubtop  a:link, #contentSubtop  a:visited {
	height: 30px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 700px;
	font-weight: bold;
	color: #F5DEA1;
	text-decoration: none;
}
#contentSubtop a:hover {
	height: 30px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 700px;
	font-weight: bold;
	color: #F5DEA1;
	text-decoration: underline;
}
#contentSubbtm {
	height: 28px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 700px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #000000;
	margin-top: 20px;
	float: left;
	position: relative;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#contentSubbtm  a:link, #contentSubbtm  a:visited {
	height: 30px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 700px;
	font-weight: bold;
	color: #F5DEA1;
	text-decoration: none;
}
#contentSubbtm a:hover {
	height: 30px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 700px;
	font-weight: bold;
	color: #F5DEA1;
	text-decoration: underline;
}
.prevPage {
	float: left;
	height: 22px;
	width: 100px;
	text-align: left;
	padding-top: 8px;
}
.nextPage {
	text-align: right;
	height: 22px;
	width: 100px;
	float: right;
	padding-top: 8px;
}
.pageNumbers {
	float: left;
	height: 22px;
	width: 500px;
	padding-top: 8px;
}
.bigShot {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.bioShot {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.returnTo {
	float: left;
	height: 22px;
	width: 300px;
	text-align: left;
	padding-top: 8px;
}
