/*
Based on the W3C core style of the same name but tailored specifically
for www.twjc.co.uk. This css file will almost definitely not work for your
website without heavy modification. See http://www.w3.org/StyleSheets/Core/
for the original stylesheet.
*/

body
{
background-color:#fffff5;
margin-left:3em;
font-size:1em;
font-family:Verdana, Myriad Web, Syntax, sans-serif;
color:#000000;
padding:0;
border:0;
vertical-align:baseline;
line-height:1.58em;
list-style-position:outside;
text-align:left;
font-style:normal;
text-decoration:none;
}


h1, h2, h3, h4
{
font-family:Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
font-weight:bold;
color:#cc0000;
line-height:1.33em;
margin-bottom:.33em;
text-shadow: 8px 8px 10px #ddd;
}

h1
{
font-size:2.0em;
margin-top:1.33em;
}

h2
{
font-size:1.75em;
margin-top:1.75em;
}

h3
{
font-size:1.58em;
margin-top:1.58em;
}

h4
{
font-size:1.33em;
margin-top:1.33em;
}

a
{
text-decoration:none;
font-weight:bold; 
color:#3333ff;
}

a:visited
{
color:#9933cc;
}

a:active
{
color:#000000;
background:#ccccff;
}

a:hover
{
color:#fffff5;
background:#3333ff;
}



dt
{
font-weight:bold;
}

dd
{
display: list-item;
margin-bottom: 1em;
}

img
{
border: none;
}

th
{
text-align:left;
width:10em;
}

#content 
{
float:left;
width:60%;
}


#navigation 
{
float:left;
min-width:15em;
text-align: left;
white-space: nowrap;
margin: 0em 1em;
}

.searchform
{
float:right;
}

.breadcrumbs
{
font-size:0.8em;
clear:both;
}

.SSexample
{
margin-left:3em;
}