@charset "iso-8859-1";
/* Author  : Neil Moffatt */
/* Created : 7th March 2009  */

body {
	font-family: Verdana;
	font-size: small;  
	margin: 5px 0px 0px 0px; 
	padding: 0px;
	background-color: #fff;
}			

h2 {
	font-size: medium;
	color: #88f;
	margin-bottom: 5px;
}

h3 {
	font-size: small;
	font-weight: bold;
	color: #88f;
	margin-bottom: 5px;
}

.indent {
	margin-left: 20px;
}

.underline {
	color: #88f;		 
	padding-bottom: 5px;
	border-bottom: solid 2px #88f;
	margin-bottom: 5px;
}

#frame {
	width: 850px;
	margin: 0px auto;
	padding : 0;
}

#content {	  
	clear: left;
	text-align: left;
	font-size: small;  
	color: #008;
	width: 100%;
	margin: 8px 8px 0px 8px;
	padding: 0;
}

#lined_left_col {
	text-align: centre;
	clear: left;   
	float: left;   
	border-right: solid 2px #88f;
	border-bottom: solid 2px #88f;
	margin-right: 10px;
	padding-right: 10px;
}

.selected_thumb {
	border-bottom: solid 2px #fff;
}						  

#thumbs a:link {  
	border-bottom: solid 2px #fff;
	color: #fa0;
}

#thumbs a:visited {
	border-bottom: solid 2px #fff;
	color: #fa0;
}

#thumbs a:hover {
	padding-bottom: none;
	border-bottom: solid 2px #fa0;
}

#thumbs a:active {
	border-bottom: solid 2px #fff;
	color: #fa0;
}		

#narrow_col {
	clear: left;
	float: left;
	width: 600px;
	}

#left_col {
	float: left;
	width: 150px;	 
	clear: left;   
	padding: 10px;
}

#mid_col {
	float: left;
	width: 500px;
	text-align: left;
	padding: 10px;  
	margin: 0px 0px 0px 5px;
}

#right_col {
	float : right;
	text-align: center;
	width:120px;
}

#diagram {
	float : left;
	text-align: left;
}

#footer {
	padding: 6px 0;
	clear: both;
	float: left;
	width: 100%;
	color: #000;
}	

#page_title {
	clear: left;
	float: left;
}				  


#menu {
	float: left;
	margin-top: 100px;
	margin-left: 5px;
}

.menusel {
	font-weight: bold;
	color: #92b9ea;
}

a:link {
	color: #fa0;
}

a:visited {
	color: #fa0;
}

a:hover {
	color: #00a;
}

a:active {
	color: #fa0;
}

#left_footer {
	float: left;
}

#right_footer {
	float: right;
}

#logo {
	float: left;
	margin: 3px;
}

#thumbnails {
	clear: both;
	padding: 5px 2px 2px 3px;
}					   

.blue {
	color: #005ef0;
}	

a {
	text-decoration: none;
	font-weight: bold;
}

.separator {
	font-weight: bold;
	color: #f80;
}

.drop {
	float: left;
	line-height: 1em;
	font-size: 300%;
	margin: -5px 5px 10px 0;
	color: #00c;
}
