#centreContent {
	background-color: black;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 50px;
	height: 70%;
	width: 900px;
	text-align: left;
	font-stretch:narrower;
}

body {
	background-color: black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color:white;
/*	background-image:url("background_images/page.jpg"); */
	background-repeat:repeat-x;
}

#menu {
	background-image: url(background_images/top_logo.gif);
	background-position: 10px 40%;
	background-repeat: no-repeat;
	width: 900px;
	height: 100px;
	text-align:right;
	margin-top:5px;
}

#menuTable {
	margin-left: 220px;
	width: 250px;
	align:right;
	margin-top:12px
}

#menuTable td a {
	font-size: 14px;
	color:#878787;
	text-decoration:none;
	margin-left:4px;
}

#menuTable td a:hover {
	color:white;
}

#menuTable td {
	color: white;
	font-size: 13px;
	cursor: pointer;
	height:70px;
	text-align:right;
}

#leftContent {
	padding: 10px;
	width: 280px;
	float: left;
	margin-right: 5px;
	line-height: 18px;
	color: #BCBCBC;
}

#rightContent {
	text-align:left;
	_padding-top: 10px;
	width: 550px;
	min-width: 565px;
	float:right;
	margin-right: 15px;
	color: #BCBCBC;
	line-height: 18px;
}

.sampleImage {
	border: 1px solid #000000;
}

#imageCaption {
	width: 406px;
	background-color: #000000;
	border: 1px solid #AFAFAF;
	color: #066F76;
	padding: 2px;
}

#footer {
	height: 44px;
	padding: 5px;
	width: 890px;
	max-width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #787878;
	clear:both;
	font-size:10px;
	background-color:black;
}

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

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

#footer span {
	color: #787878;
}

a {	
	text-decoration:none;
	color: #9A9A9A;
}

a:hover {
	color: #FFFFFF;
}

#leftContent a.emailLink:hover {
	color: #FFC10D;
}


h1 {
	font-size: 14px;
	margin: 0px;
	color:#FFC10D;
	font-weight:normal;
}

.hidden {
	display:none;
}

.pics {  
    height:  auto;  
    width:   auto;  
    padding: 0px;  
    margin:  0px;  
	max-width: 590px;
	max-height:450px;
	margin-right:0px;
	text-align:right;
	top:9px;
} 
 
.pics img {  
    padding: 0px;  
    border:  none
    background-color: black;  
    width:  auto; 
    height: auto; 
    top:  0px; 
    right: -10px; 
	max-width: 590px;
	max-height:450px;

} 

#nav {
	text-align:right;
	clear:both;
	margin-top: 460px;
	_margin-top: 450px;
}

#nav a {
	margin-left: 6px;
}

.nextPrev {
	float:right;
	margin-right:10px;
	margin-top: 460px;
	_margin-top: 450px;
}

.nextPrev a {
	color:#FFC10D;
	font-weight:bold;
}

.nextPrev a:hover {
	color:white;
}

#caption {
	color: #FFC10D;
	margin-bottom:20px;
}

.activeSlide {
	color:white;
}

a.extLink:hover {
	color:#FFC10D;
}

a#backButton {
	font-weight:bold;
	color:#FFC10D;
}

a#nextButton {
	font-weight:bold;
	color:#FFC10D;
}

a#backButton:hover {
	color:white;
}

a#nextButton:hover {
	color:white;
}

label {
	width: 80px;
	float: left;
	display:inline;
}

textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:black;
	color:white;
	border:1px solid #999999;
	margin-bottom: 20px;
}