body {
	background-color: #000000;
	margin: 0px;
}
/*------------------------------- Image Slideshow Start -------------------------------*/
#mainContainer {
	margin:0 auto;
	width:730px;
	text-align:left;
	background-color:#FFF;
	padding:3px;
	border:3px solid #317082;	
}
.clear {
	clear:both;
}
/* End of demo CSS */
#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs {	/* Width of divs for thumbnails */
	width:679px;
}
#DHTMLgoodies_panel_one {
	float:center;	
}
#DHTMLgoodies_thumbs {
	overflow:hidden;	/* Don't change this */
	height:135px;	/* Height of thumbnail div */
	position:relative;	/* Never change this */
	float:center;
}
#DHTMLgoodies_largeImage {	/* Large image div */
	width:256px;	/* Width of large image div */
	/*height:358px;	/* Height of large image div */
	float:left;
	/*padding-left:10px;	/* "Air" */
	/*padding-right:10px;*/
}
#DHTMLgoodies_largeImage table {	/* Used table to get both horizontal and vertical center alignement of large image */
	/*width:100%;
	height:100%;*/
	text-align:center;
}
#DHTMLgoodies_largeImage img {	/* Large image */
	/*border:5px solid #317082;	/* Border around large image */
}
.strip_of_thumbnails {	/* A vertical strip of thumbnails */
	width:84px;	/* Width of strip */
	padding:5px;	/* "Air" inside filmstrip div */
	position:absolute;
	float:center;
}
.strip_of_thumbnails div {
	width:135px;
	height:90px;
	/*padding:2px;*/
	text-align:center;
}
.strip_of_thumbnails img {
	border:0px;
	/*padding:5px;*/
}
.strip_of_thumbnails .activeImage {	/* Active thumbnail */
	/*border:5px solid #317082;	/* Green border around active thumbnail */
	padding:0px;
}
.leftArrow {
	float:center;
}
.rightArrow {
	float:center;
}
#DHTMLgoodies_thumbs_inner {
	position:relative;	/* Never change this */
	width:679px;
}
/*------------------------------- Image Slideshow Start -------------------------------*/

/*------------------------------- Scrollbar Start -------------------------------*/
#scrollbar_container {
	position: relative;
	width: 324px;
}
#scrollbar_track {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 10px;
	background-color: transparent;
	cursor: move;
}
#scrollbar_handle {
	width: 10px;
	background-color: #949294;
	cursor: move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.9;
    -moz-opacity: 0.9;
}
#scrollbar_content {
	overflow: hidden;
	width: 300px;
	height: 320px;
}
/*------------------------------- Scrollbar End -------------------------------*/

.year-links {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #b6b6b6;
	text-decoration: none;
}
.year-links a:hover {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #f18181;
	text-decoration: none;
}
.year-links-over {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #f18181;
	text-decoration: none;
}
.heading {
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #D79100;
	text-decoration: none;
}
.text a:hover {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #f18181;
	text-decoration: none;
}
.text {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.textbold {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.textfield {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
.mandatory {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
.button {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
}
