/**  * Style sheet for Oxford Christadelphians web site  *  * Author:     Andrew Clifford  * Date:       2 January 2005  * Modified:   22 February 2005  * Plagiarist: John Clifford  * Date pinched: 13 September 2005  *  *//*  Use non-serifed fonts, preferably Arial */body{    font-family: Arial,Helvetica,Sans-serif;}/*  Make the heading a nice dark colour, and make    the little strapline stand out.  Verdana is    used because it stands out better. */td.heading{    background-color: #FFFFFF;}span.topstrapline{    font-family: Verdana,Sans-Serif;    font-size: 60%;    font-weight: bold;    color: #3366cc;}/*  Use a slightly lighter colour for the menu bar,    and space it to look nice.  Use extra small fonts.    I use x-small, not 60%, because this style nests    and therefore I get funny results if I use 60%. *//*	Have the words "Oxford Christadelphians" in the top left	in small font in the same colour as the background	so that people who select to ignore text colours and/or background colours	specified for web pages see the real text instead of the embedded text	in the text logo, which becomes invisible otherwise. */td.logotext{  background-color: #EAF0FA;  font-size: 70%;  padding: 5 10 5 10;  color: #EAF0FA;}td.topmenu{    background-color: #EAF0FA;    padding: 5 10 5 10;}span.topmenu, span.topmenu a{    font-weight: bold;    font-size: x-small;    text-decoration: none;    color: black;}span.topmenuselected{    color: #6c9dcb;}/*  Pad out the main columns.  Make the left and    right text a bit smaller than the centre. */td.leftpanel{  font-size: 80%;  padding: 10;}



td.centrepanel{    padding: 10;}td.rightpanel{    font-size: 80%;    padding: 10;}






/*  Put the stuff on the right in a coloured box.    We do this in a separate DIV because if we used    the TD then it would go down to the bottom of the    page. */div.rightpanelbox{    border: 1px solid #330066;    background-color: #EAF0FA;    padding: 0 7 0 7;}/*  The footer is all centred and small, with a gap    at the top to separate it from the text above.    The strapline is in bold. */td.footer{    text-align: center;    font-size: 80%;    padding: 30 0 0 0;}p.strapline{    font-weight: bold;    font-family: Verdana,Sans-Serif;}p.centercaption{    font-family: Verdana,Sans-Serif;    text-align: center;    font-size: 80%;}
p.leftcaption{    font-family: Verdana,Sans-Serif;    text-align: left;    font-size: 80%;}


/*  Headings */

h1{    font-size: 120%;    font-weight: bold;}

h2{    font-size: 100%;    font-weight: bold;}

h3{    font-size: 100%;    font-weight: bold;}h3.sitemap{    border: 0;    margin: 0;}
h4{    font-size: 100%;    font-weight: bold;    margin-left: 25px;}

h4 p,h4 ul{    margin-left: 25px;}/*  Used to highlight printer first paragraphs. */p.firstpara{    font-weight: bold;}/*  Generally, links are a dark blue, going lighter    when you hover over them. */a,a:link,a:visited{	color:					#330066;}a:hover,a:active{	color:					#8cbdeb;    text-decoration:        underline;}/*  The class linklist is to indicate a link of lists.    For a DIV, it means put a border on.    For an A, it means don't use the underline. */div.linklist{    padding: 2 0 2 0;    border-bottom: 1px dotted #330066 ;}div.linklist a{    text-decoration: none;}/*  Make the links in the research list non-underlined,    too.  This makes them easier to read. */div.linklist a,div.researchlist a,div.sitemaplink a{    text-decoration: none;}/*  Slightly smaller text is printer friendly */body.printerfriendly,body.printerfriendly td{    font-size: 80%;}/*  Sitemap text should be smaller, too */div.sitemaparea{    border: 1px solid #330066;    background-color: #EAF0FA;    padding:  4 7 7 7;    margin: 7 7 7 0;    font-size: 80%;}div.sitemaparea h3{    margin: 2 0 0 0;}



span.tabletext {font-family: Verdana,Sans-Serif; font-size: 75%;}
