
body {
	
	color: black;
	font: 12px "Courier New", Courier, mono;
}

span.right {
	float:right;
}
span.left {
	float:left;
}

a img {border:none;}

a:link {
	color: black;	
	text-decoration: none ;
}
a:visited {
	color: black;	
	text-decoration: none;
}
a:hover {
	color: black;	
	text-decoration: underline;
}
a:active {
	color: black;	
	text-decoration: underline;
}

a.slidenav {
	color:#fff;
}

a.close {
/*	padding-left: 25px;*/
}

a.slidenav:hover {
/* 	color: #ff158f;	 */
	text-decoration: underline;
}

.window {
	padding: 5px;
	display:none;
	width:200px;
	position:absolute;
	min-height: 230px;
}

div.windowHead {
	margin-top: 6px;
	
	padding: 10px;
	
}
div.windowInner {
	margin: 10px;
	background-color: #fff;
	padding: 10px 5px 5px;
	min-height: 120px;
	
}

.colour1 {
	background-color: #E0CC00;
}
.colour2 {
	background-color:#A29F9A;
}
.colour3 {
	background-color:#FF004C;
}
.colour4 {
	background-color: #9A8D9A;
}
.colour5 {
	background-color:#AED2DB;
}
.colour6 {
	background-color:#CFFC7C;
}
.colour7 {
	background-color:#C6C2B0;
}


div.topBar {
	height:22px;
/* 	background-color: #555; */
	text-align: right;
	cursor: move;
}

div.topBar a.close {
/* 	font-size: 9px; */
/* 	background-color: #eee; */
   	                  
   	                          
}


#content {
    
	width: 975px;
	margin-top: 18px;
}
.title_box {
	width: 180;
	float: left;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 7px;
	margin-top: 9px;
	
}

.about {
	width: 150;
	float: left;
	padding-top: 7px;
	margin-top: 9px;
	
}


.info_box {
	width: 180;
	float: left;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-bottom: 7px;
	margin-bottom: 15px;
	padding-top: 7px;
	margin-top: 9px;
}

.text {
	padding-left: 45px;
	padding-bottom: 50px;
	padding-right: 50px;
	padding-top: 40px;
	overflow-y: auto;
}

.nav_columns {
	
	width: 180px;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	background-color: #fff;
	padding: 9px;
}

div.thumbs {
	
	height: 140px;
	float: left;
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-bottom: 15px;
}

label.thumbs {
	line-height: 22px;
}


div.blinddown {
	display:none;
	height:auto;
	position: absolute;
	z-index: 1010;
	background-color: #fff;
	width: 180px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

a.currentnav {
	text-decoration:underline !important;
}

a.nextnav {
	padding-right: 25px;
}
