﻿ /* menu style */
a.nav, a.nav:link, a.nav:visited 
{
    display:block; 
    width:100px; 
    height:20px; 
    background:#fff; 
    border:1px solid #000; 
    margin-top:2px; 
    text-align:center; 
    text-decoration:none; 
    font-family:verdana, arial, sans-serif; 
    font-size:12px; color:#000; 
    line-height:20px; overflow:hidden;
    color:#1A5819;
    }
 
a.nav:hover 
{
    color:#fff; 
    background:#764;
    }
    
a.nav:active 
{
    color:#fff; 
    background:#c00;
    }
    
a:link {COLOR: #1A5819;}

a:active {COLOR: #00FF00;}

A:unknown { COLOR: blue }

A:visited { COLOR: purple }

A:hover { COLOR: red }

body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
	}
#wrapper {
		width:900px;
		margin:0px auto;
		border:1px solid #bbb;
		background-color:#ccf49c;
		 position: relative;
	}
#header {
		height:235px;
		padding:0px;
			}
	
 /* content layout*/   
	#content {
		 margin-top:10px;
		padding-bottom:10px;
	}
	#content div {
		padding:10px; 
		float:left;
	}
	#content-left {
		width:125px;
		background-color:#ccf49c;
					}
	#content-main-home {
		width:560px;
		background-color:#fff;
		font-size: 14px;
			}
	
	 #content-main-home .figure-right {
	float: right;
	width: 200px;
	margin-bottom: 2px;
	margin-left: 10px;
	position: relative;
	font-style: italic;
	color: Green;
}

    #content-main-home .figure-right img {
	display: block;
}
 #content-main-home .figure-left {
	float: left;
	width: 200px;
	margin-bottom: 2px;
	margin-right:10px; 
	font-style: italic;
	color: Green;
}

    #content-main-home .figure-right img {
	display: block;
}
	#content-main-other {
		width:710px;
		background-color:#fff;
		font-size: 14px;
	}
	#content-right {
		width:150px;
		background-color:#ccf49c;
			}
	
	#footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
		width:878px;
			}
	#bottom {
		clear:both;
		font-style: italic;
		font-size:12px;
			}
	/* added box to right hand side of Home page for meetings*/
	#content-rightbox1
	{
		padding:10px;
		border:1px solid #bbb;
		height:130px;
		width:130px;
		background-color:#FAEDCF;
	}
		
	
/* text attributes */
	
	.align_left
{
    text-align: left;
}

.bold 
{
    font-weight: bold;
}

.boldred 
{
    font-weight: bold;
    color: Red;
}

p.page-top
{
   font-weight: bold;
    color: #007236;
    font-size: 16px;
}

h3.list
 {
   color: #007236;
   font-style: italic;
 } 

/* programme table attributes - can't make work */

table.programme
{
    width: 100%;
    background-color: #FDF9CE;
    border:3px solid #bbb;
    border-collapse:collapse;  
    
}

table.places
{
    width: 100%;
    background-color: #FDF9CE;
    border: 3px solid #bbb;
    border-collapse:collapse;
    }
    
 h2.table
 {
   color: #007236;
 }   
    th
{
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #FFC;
}
td
{
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #FFC;
}


    

p.report_author 
{
    
    text-align:left;
    font-style: italic;
}

p.copyright 
{
    text-align:right;
    font-style: italic;
    font-size: 1em;
    color: #0a7037;
    }
    p.return_bottom 
{
    line-height: 200%;
}
