/*
CREATED 29th November 2005
By Peter Whitton
*/

a:link {
	color: #39506B;
	text-decoration: none;
	
}

a:visited {
	color: #39506B;
	text-decoration: none;
}

a:hover {
	color: #39506B;
	text-decoration: underline;
}

a:active {
	color: #39506B;
	text-decoration: none;
}

h2{
	color: #003366;	

}

.strapline {

	font-weight : bold;
	color : #009999;
	font-size: 0.9em;
	padding-right : 8px;

}



/* GENERAL LAYOUT */


table {
	height: 100%;
    margin:0px auto;
}

td {
	vertical-align: middle;
	
}



body {
	background : #009999;
	font-family : Arial, Helvetica, sans-serif;
	background:url("../images/back.gif");

}


#container {
	width : 750px;
	margin-left : auto;
	min-height:550px;
	margin-right : auto;
	border : #003366 1px solid;
	background : #fff;
	float:left;
}

#logocontainer {
	width : 750px;
	height : 80px;
	background:url("accurate01.jpg") no-repeat left top;
	float : left;
}

#logo {
	float :left;
	
	
}

#logolink {
	border: none;
	width: 350px;
	height: 55px;
	position: relative;
	top: 15px;
	left: 10px;
}

#quote{
	float :right;
	width : 326px;
	height : 79px;
	
}

.accurate {
	color : #003366;
	font-weight : bold;


}

.organiser {
	color : #009999;

}


#contentcontainer {
	text-align: left; 
	width : 580px;
	float : right;

		
}

.bodyhead{
	
	
	font-size : 20pt;
	color : #003366;
	padding-top : 20px;
	font-weight : normal;
	

}

.bodycontainer{
	width : 580px;
	min-height : 350px;
	float : left;
	clear : both;
}



.bodytext2{
	width : 580px;
	float : left;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-right : 10px;
	font-size: 0.8em;
}

p
{
    padding-right:20px;
}
.bodytext2 ul { 

	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 18px;
	list-style-image: url(bullet.gif); 
	vertical-align: middle; 
}


.bodytext2 li { margin: 0px; 
		padding-top: 2px; 

} 


.tributes{
width : 750px;
	margin : 0px;
	background :white;
	border-top : solid 1px #39506B;

}


/* FOOTER */
.footer{
	width : 750px;
	margin : 0px;
	background :white;
	border-top : solid 1px #39506B;
	clear : both;
	color : #39506B;	
    float:left;
    
}


.footleft {
	white-space: nowrap;
	font-family : Helvetica, Arial, verdana, sans-serif;
	font-size : 0.7em;
	font-weight : bold;
	width : 300px;
	height : 30px;
	float : left;
}

.footimg{

	width : 750px;
	height : 50px;
	padding-left : 15px;
	float:left;
}



.footleft li {
	display: inline;
	list-style-type: none;
	padding-left : 2px;
	
	
}

.footleft ul {
	line-height : 20px;
	margin : 0px;
	padding : 0px;
	padding-left : 10px;		
}

.footleft a:link, .footleft a:visited {
	color: #39506B;
	text-decoration: none; 
}

.footleft a:hover {
	color: #39506B;
	text-decoration: underline;
}

.footright {
	white-space: nowrap;
	font-family : Helvetica, Arial, verdana, sans-serif;
	font-size : 0.7em;
	font-weight : bold;
	width : 350px;
	float : right;
	height : 25px;
	text-align : right;
	line-height : 20px;
	padding-right : 5px;
	
}

/* MAIN NAVIGATION */


#tabsI {
      float:left;
      width:100%;
      background:#009999;
      font-size:85%;
      font-weight : bold;
      line-height:normal;
      
}
    
#tabsI ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	float:right;
      }
      
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
      
 #tabsI a {
      float:left;
      background:url("../images/tableftI.gif") 
      no-repeat left top;
      margin:0;
      padding:0 2px 0 5px;
      text-decoration:none;
      }
      
  #tabsI a span {
      float:left;
      display:block;
      background:url("../images/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#003366;
      }
      
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    
    #tabsI a:hover span {
      color:#FFF;
      }
      

      

 
	
#here a:link span, #here a:visited span{
	color: #003366;
	background:url("../images/tabrightI.gif") no-repeat right top;
	background-position:100% -42px;
	
	
}

#here a:link, #here a:visited{
	color: #003366;
	background:url("../images/tableftI.gif") 
      	no-repeat left top;
      	background-position:0% -42px;
      	
	
}








