/*
	Adrian Willard April 2010
	Designed by Solutions At Work Ltd.
	www.Solutionsatwork.co.uk
*/ 	
body {
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:0;
line-height: 1.5em;
/*background-image: url(images/background2.png);
background-repeat: repeat-x;*/
background-color: #0072A3;
}
b{font-size: 110%;}
em{color: red;}

p{
font-family : Arial ;
font-size: 14px;
text-align: left;
padding: 5px 5px;
margin-left: 30px;
margin-right: 320px;
line-height: 1.3em;
}
.blog{
font-family : Arial ;
font-size: 14px;
text-align: left;
padding: 0px 0px;
margin-left: 20px;
margin-right: 20px;
line-height: 1.3em;
}

h2{
font-family: Georgia;
color: #330066;
font-size: 23px;
font-weight: 500;
padding: 10px 0px;
margin-left: 40px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
margin-right:350px;
border-bottom: 1px solid #cc9999;
}

h4{
font-family: Georgia;
color: #330066;
font-size: 20px;
font-weight: 500;
padding: 0px 0px;
margin-top: 10px;
margin-left: 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
margin-right:12px;
margin-bottom: 0px;
border-bottom: 1px solid #cc9999;
}
h5{
font-family: Arial ;
color: white;
font-size: 16px;
font-weight: 500;
padding: 10px 0px;
line-height: 1.3em;
margin: 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
h3{
font-family: Georgia;
color: #330066;
font-size: 16px;
font-weight: 500;
padding: 0px 0px;
margin-top: 10px;
margin-left: 30px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
margin-right:12px;
margin-bottom: 0px;
}
#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: 0px;
background-repeat: repeat-y;
background-color: #0072A3;
}
#header {
		height: 200px;
		background: #0D2C9F;
		border-bottom: 3px solid #000000;
}
#navigation {
text-align: center;
float: left;
		margin-left: 75px;
		margin-top: -37px;
}		
#navigation ul {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
margin: 0;
padding: 0;
list-style:none;	
color: #000000;
}

#navigation li {
display: inline;
background: url(images/nav-bg.gif) repeat-x center top;
text-align: center;
line-height: 20px;
padding: 0;
margin-right: 2px;	
float: left;
}
#navigation li :hover {
background: url(images/nav-bg-h.gif) repeat-x center top;
}
#navigation a {
color: #000000;
background: url(images/nav-l.gif) no-repeat left top;
float: left;
margin:	0;
text-decoration: none;
text-indent: 15px;
}
#navigation a :hover {
background: url(images/nav-l-h.gif) no-repeat left top;
}
#navigation a span {
background: url(images/nav-r.gif) no-repeat right top;
display: block;
padding:9px 20px 6px 5px;
}
#navigation a span:hover {
background: url(images/nav-r-h.gif) no-repeat right top;
}
#navigation a span :open  {
text: white;
}

#navigation a span {
float: none;
}

#left img {
padding-left: 30px;
}
#left a {
font-family : Arial ;
font-size: 14px;
text-decoration: none;
text-align: left;
padding: 0px 0px;
margin-left: 0px;
line-height: 1.3em;
}
#left a :hover {
font-family : Arial ;
font-size: 14px;
text-decoration: underline;
text-align: left;
padding: 0px 0px;
margin-left: 0px;
line-height: 1.3em;
}

#banner {
		clear: both;
		background: white;
		border-top: 1px solid #c0da53;
}
#banner .meeting	{
		float: right;
		width: 226px;
		height: 137px;
		background: url(images/meeting-box2.png);
		margin-right: 27px;
		margin-top: 20px;
		padding-left: 15px;
}
#banner .new	{
		float: right;
		width: 226px;
		height: 137px;
		background: url(images/meeting-box2.png);
		margin-right: -240px;
		margin-top: 180px;
		padding-left: 15px;
}
#banner .letter	{
		float: right;
		width: 226px;
		height: 137px;
		background: url(images/meeting-box2.png);
		margin-right: -240px;
		margin-top: 340px;
		padding-left: 15px;
}

th {
	text-align: left;
	text-align: top;
	padding-left: 40px;
}
.readmore{
font-family: Helvetica;
color: red;
text-decoration: none;
font-size: 80% ;
text-align: left;
padding-left: 150px;
line-height: 0.5em;
margin: 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
.sidehead{ 
font-family: Arial ;
color: white;
text-decoration: none;
font-size: 16px;
font-weight: 500;
padding: 10px 0px;
line-height: 1.3em;
margin: 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#content {
background: white;
border: 1px solid #9e9e9e;
padding: 0 40px 10px 30px;
}




