/* ############ accessibility.css - Created: 13.10.2007 Last modified: 07.10.2008 ############# */
/* ############ Coding: Simon Moss: www.simonmoss.co.uk ############# */

p.fontsize
{
text-align:center;
margin:0 auto;
font-size:6em;
}
.fontsize a
{
padding:22px 4px;
padding-bottom:6px;
text-decoration:none;
}
.fontsize .small a, .fontsize .default a, .fontsize .large a
{
font-size:38px;
}
.fontsize .small a
{
padding:2px 6px;
background:url("images/smalltext.gif") no-repeat bottom left;
}
.fontsize .small a:hover
{
background:url("images/smalltext_o.gif") no-repeat bottom left;
}
.fontsize .default a
{
background:url("images/mediumtext.gif") no-repeat bottom left;
}
.fontsize .default a:hover
{
background:url("images/mediumtext_o.gif") no-repeat bottom left;
}
.fontsize .large a
{
background:url("images/largetext.gif") no-repeat bottom left;
padding:22px 12px;
padding-bottom:6px;
}
.fontsize .large a:hover
{
background:url("images/largetext_o.gif") no-repeat bottom left;
}
#accessibility p.bold
{
margin-top:6px;
padding:0;
font-size:3em;
text-align:center;
}
#accessibility
{
clear:both;
margin:0 auto;
padding-left:256px;
padding-right:250px;
text-align:center;
}
.accessbox
{
display:inline-block;
width:276px;
margin:24px 2px;
padding:3px;
padding-bottom:6px;
border:3px double #005a95;
}
#content
{
width:60%;
margin:0 auto;
margin-top:66px;
}
#content h2
{
width:60%;
margin:0 auto;
padding:8px;
}
