* {
margin: 0;
padding: 0;
font-family: arial, sans-serif;
}

body {
margin: 10px 0;
font-size: 100%;
}

#branding {
margin: 0 0 25px 0;
width: 700px;
background: none;
}

#container {
width: 600px;
background: none;
}

#navigation {
display: none;
}

#content h1 {
color: #2461aa;
font-weight: bold;
font-size: 150%;
}

#content h2 {
color: #2461aa;
font-weight: bold;
font-size: 120%;
}

#content h3 {
color: #2461aa;
font-weight: bold;
}

#content p, #content table {
margin: 10px 0;
}

#content td {
padding: 2px 0;
}

#content ul, #content ol {
margin: 10px 0 10px 30px;
}

#navigation a, #content a {
color: #2461aa;
font-weight: bold;
text-decoration: none;
}

#navigation a:hover, #content a:hover {
text-decoration: underline;
}

p, li {
line-height: 130%;
}

img {
border: 0;
}

#siteinfo {
margin: 25px 0 0 0;
width: 700px;
border: 0;
}

#siteinfo p {
padding: 5px 0 0 0;
font-weight: bold;
}

#siteinfo ul {
display: none;
}

#content .centre {
text-align: center;
}

.clear {
clear: both;
}