body {
	background-color: #;
	color: #000000;
	font-size: 80%;	/*setting font-size to 80% or 85% results in similar
							  size font for both FF and IE*/
	font-family: Arial, Helvetica, sans-serif;
}

table{
	background-color: #;
	color: #666;
}

table.foot{
	background-color: #;
	color: #000000;
}

td, p{
	font-size: 1em;
}

ul {
	list-style: square;
}

h1{
	background-color: #;
	color: #ffffff;
	width: 400px;
	font-size: 1.5em;
	padding: 2px;
	font-weight: normal;
	text-align: center;	/*centres text within bar*/
	/*centre bar
	assumes a width of 700px (the same as table in head)
	Set the left edge to the centre,
	use a negative left margin to move the left edge back 
	by half width of table*/
	position: relative;
	left: 350px;
	margin-left: -200px;
	margin-top:20px;

}

h2{
	background-color: #;
	color: #000;
	width: 300px;	/* over-ride width for individual headings
							by adding "style="width:400px" to the
							heading tag, width should be less than the
							table width ie less than 700px  */
	font-size: 1em;
	padding: 2px;
	font-weight: normal;	/*ie not bold which is the default */
}

.heading-suffix{
	font-size: 80%;
}

a:link{
	color: #203265;
}
a:visited{
	color: #203265;
}
a:hover{
	color: #0066CC;
}
a:active{
	color: #0066CC;
}

/* GLOSSARY STYLES */
/*=== HELP BOX ===*/

/*#legend{
	position: absolute;
	float:right;
	top: 6em;
	right: 0;
	width:250px;
	border: solid crimson 2px;
	margin: .5em;
	padding: .2em;
	background-color: #FAFAD2;
	z-index: 10;
}
#legend p{
	padding: 0;
	margin: 0;
	font-size: .8em;
}
#legend ul{
	list-style: none;
}
#legend ul {
	padding: 0;
	margin: 0;
}
#legend ul li, #legend ol li{
	border-bottom: solid 1px silver;
	font-size: .8em;
	padding:0;
	margin:0;
}

#legend ul.technical{
	margin-top: 1em;
	color: #999999;
}*/
/*===============
FEEDBACK MESSAGE
================*/

/*#echo_update_subject_progress{
	width: 44em;
	position: relative;
	top: 1em;
	left: 50%;
	margin-left: -25em;
}

#echo_update_subject_progress p{
	margin: 0;
	padding: 0;
	line-height: 1;
}*/

/*==============*/
div.error{
	background-color: #ffff00;
	border: solid 2px #ff9900;
	padding: 0 .2em;
	margin-left: 1em;
	margin-right: 1em;
	width: 90%;
}
div.dev p {
	margin: 1em;
}

label{
		font-size: .9em;	
		
	}
	
	#search_form, #large_form, #small_form, #msg, #admin_menu{
		float: left;		/*floating this box stops submit button
								  from falling out of the bottom of the box*/
		margin-bottom: 2em;
		padding: 1em;
		/*padding-bottom: 2em;*/
		border: 1px dotted #999;
		color: #000000;
		background-color: #FEFAF3;
		clear: both;
	}
	
	#search_form, #small_form{
		width: 25em;
		position:relative;
		left: 50%;
		margin-left: -14em;
	}
	
	#large_form, #msg, #admin_menu{
		width: 44em;
		position: relative;
		top: 1em;
		left: 50%;
		margin-left: -25em;
		margin-bottom: 4em;
	}
	
	#msg{
		margin-bottom: 1em;
		padding-top: .5em;
		padding-bottom: .5em;
	}
	
	/*#large_form td{
		border: none;
		font-size: .8em;
		padding-left: .2em;
	}
	#large_form table{
		background: #f4a460;
	}*/
	
	#small_form, #search_form{
		position: relative;
		top: 1em;
	}
	
	
	input.submit, a.button{
		float: right;
		border-top: solid 2px #ffffff;
		border-left: solid 2px #ffffff;
		border-bottom: solid 2px #000000; 	/*#006200;*/
		border-right: solid 2px #000000;		/*#006200;*/
		/*background-color: #008000;*/ 			/*#c1ffc1;*/
		background-color: #666;
		color: #ffffff;
		font-weight: bold;
		padding: .1em;
	}
	
	
	#msg p{
		margin: 0;
		padding: 0;
	}
	a.button{
		float: none;
		text-decoration: none;
		padding: .2em;
	}
	
	hr {
		clear: both;
		visibility: hidden;
	}
	.back{
		float:left;
	}
	.next{
		float: right;
	}

/* DEVELOPER STYLES */

div.dev {
	background-color: #ffff00;
	border: solid 2px #ff9900;
	padding: 0 .2em;
	font-size: .9em;
	
	/*UNCOMMENT FOLLOWING LINES TO HIDE DEVELOPMENT NOTES*/
	
	visibility: hidden;
	position: absolute;
	top: -99em;
	left: -99em;
	
}

div.dev p {
	margin: .1em;
}

/*=== END OF GLOSSARY STYLES ===*/
