

	/* GENERAL STYLES */
	body {
		margin: 5px 0;
		padding: 0;
		font-family: Arial, Verdana, sans-serif;
		font-size: 0.7em;
	}

	hr {
		border: 0;
		background-color: #ffd71f;
		color: #ffd71f;
		height: 3px;
	}	
	
	p {
		margin: 2px 0 1.5em 0;
	}
	
	a,
	a:link,
	a:visited,
	a:hover,
	a:active {
		color: #CC3300;
		text-decoration: underline;
	}

	a:visited {
		color: #663300;
	}

	a:hover {
		text-decoration: none;
	}

	ul {
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 1em;
	}

	img {
		border: 0;
	}

	/* form stuff */
	label {
		/* commented out because it was effecting lables in the mailing list page - Ade */
		/*display: none;*/
	}

	form {
		margin: 0;
		padding: 0;
	}

	/* headers */
	h1 {

		font-family: Helvetica, Arial, sans-serif;
		font-size: 2.6em; /* 30px at normal */
		/*font-size: 30px;*/
		font-weight: normal;
		margin: 13px 0px 15px 0;

	}

	h2 {

		font-family: Helvetica, Arial, sans-serif;
		font-size: 1.3em; /* 14px at normal */
		font-weight: normal;
		margin: 0 0 5px 0;
	}

	h3 {
		font-size: 1em;
		font-weight: bold;
		margin: 0;
	}
	
	/* Tables */
	table {
		border-collapse: collapse;
		border: 1px solid black;
		margin: 0 0 1em 0;
	}
	
	table td,
	table th {
		padding: 5px;
		border: 1px solid #999999;
		text-align: left;
		vertical-align: top;
	}

	table th,
	table td.header {
		border-bottom: 1px solid black;
		background-color: #eeeeee;
		font-weight: bold;
	}
	
	/* Admin table styles */
	table#users td 
	{
		color: #666666;
	}
	
	table#users td.cen {
		text-align: center;
	} 
	
	table#users td.nowrap {
		white-space: nowrap;
	} 
	
	table#users tr.edit td {
		background-color: #ddffdd;
		color: #000000;
	}
	
	table#users tr.edit td a,
	table#users tr.edit td a:link,
	table#users tr.edit td a:visited,
	table#users tr.edit td a:hover,
	table#users tr.edit td a:Active {
		color: #000000;
	}
	
	table#users td span 
	{
		padding: 0;
		float: none;
		width: auto;
	}	
	
	table#users td input 
	{
		float: none;
	} 
	
	/* LAYOUT */
	div#container {
		min-width: 773px;
	}
	
	div#content {
		margin-left: 10px;
		margin-right: 8px;
	}	
	
	/* SPECIFIC */
	p.leading 
	{
		font-weight: bold;
		margin: 1em 0 1.5em 0;
	}
	
	.errortext {
		color: #990000;
		background-color: #ffffcc;
		font-weight: bold;
		padding: 10px;
		margin: 0 0 1em 0;
		display: block;
		width: 530px;
		width: auto;
	}
	
	div.errortext p {
		font-size: 1em;
		color: #cc0000;
		margin: 0 0 1em 0;
		font-weight: normal;
	}

	div.errortext ul {
		margin: 0 0 0 2em;
		list-style: square;
	}

	div.errortext ul li {
		margin: 0;
	}
	
	fieldset {
		border: 1px solid #eeeeee;
		padding: 10px;
		margin-bottom: 10px;
	}

	label {
		width: 165px;
		float: left;
		clear: both;
		display: block;
		padding-top: 2px;
	}

	.nofloat label,
	.nofloat input,
	.nofloat span 
	{
		float: none;
		width: auto;
		clear: none;
		display: inline;
	}
	
	.declaration input 
	{
		float: left;
	}
	
	.declaration label 
	{
		float: left;
		margin-left:10px;
		display: block;
	}
	
	
	input.button,
	a.button {
		background-color: #EEEEEE;
		border: 1px solid black;
		padding: 2px;
		display: inline-block;
		margin-top: 5px;
		clear: both;		
	}
	
	div.clear {
		font-size: 0px;
		line-spacing: 0px;
		color: white;
		clear: both;
		width: 50%;
	}

	span {
		padding: 4px 2px 0 2px;
		font-size: 1.6em;
		font-weight: bold;
	}

	textarea,
	span,
	input,
	select {
		float: left;
	}

	input.button {
		float: none;
	}
	
	.filterterms label 
	{
		width: 110px;
	}
	
	.filterterms input, 
	.filterterms select
	{
		float:left;
		margin-right: 4px;
		
	}
	.filterterms input.button 
	{
		clear: none;
		height: 22px;
		margin: 0;
		padding: 0 10px;
	
	}
	
	.filterterms p 
	{
		clear: left;
		color: #666666;
	}
	
	.normal 
	{
	    padding: 0;
		font-family: Arial, Verdana, sans-serif;
		font-size: 1.0em;
		font-weight: normal;
	}
	