/*                                                                            */
/*   All PAGES - GENERAL SITE                                                 */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* The HTML body information, the highest level and the main background */                                                                        
body{
background-color:#ffffca;
margin-top:0px;
}
/* Default font family, style and colour throughout the site */
table,div,br,span,td,p,div,select,option,input,textarea{
font-family:verdana,arial,sans-serif;
font-size:10px;
color:#000000;
}
/* Default H1 heading, this will be overridden for specific areas of the pages and is not ofen found by itself */
h1{
 font-size:12px;
 font-weight: bold;
}
/* The TITLE class is used by the Content Mangagement System for block title, e.g. the title on the About Us page */
.title{
font-size:14px;
color:white;
font-weight:bold;
background-color: #32592d;
}
.short{
font-size:11px;
color:#000000;
}
/* default content management system content paragraph, used where simple text content is displayed */
.long{
font-size:11px;
color:#000000;
}
/* standard LINK */
a{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
a:visited{
text-decoration:none;
}
.para_l{
font-size:14px;
color:#800080;
font-weight:bold;
}
.para_s{
font-size:12px;
color:#000000;
}
/* Image display when image shown by content management system as part of standard content */
.limage{
margin: 1px 1px 1px 0px;
}
.simage{
margin: 1px 1px 1px 0px;
}
/* Content management system pop-up calendar, not currently used on eolts */
.cal_head_wd { border: 1px inset black; background:#eeeeee; }
.cal_head_we { border: 1px inset black; background:#dddddd; }
.cal_day_no  { border: 1px inset black; background:#ffffff; }
.cal_day_yes { border: 1px inset black; background:#ffeeff; }
/* Links on the information pages */
.infolink{
  font-weight:bold;
}
a.infolink{ color:#32592d;}
a:hover.infolink{ color:#32592d;}
a:visited.infolink{color:#32592d;}


