body {
margin: 0;
padding: 0;
background: #fff;
color: #000; 
font-family: Arial, Helvetica, sans-serif;
font-size: 76%;
}

h1 {
font-size: 1.6em;
font-weight: normal;
}

h2 {
font-size: 1.2em;
font-weight: bold;
}

h3 {
font-size: 1.1em;
font-weight: bold;
}

p {
font-size: 1em;
line-height: 1.6em;
}

img {
border: none;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#container {
width: 99%;
}

#header {
position: relative;
width: 100%;
height: 104px;
padding-bottom: 20px;
}

#logo {
position: absolute;
top: 0;
left: 0;
}

#logo h1 {
display: none;
}

#quotes {
position: absolute;
top: 10px;
right: 0;
}

#quotes #noscript {
}

#navbar {
display: none;
}

#left {
float: left;
width: 140px;
padding-left: 0;
}

#left h2 {
font-style: italic;
}

#left ul {
list-style-type: none;
margin: 0;
padding: 0;
padding-left: 20px;
}

#left ul li {
list-style-type: square;
list-style-image: url(images/course-bullet.gif);
padding: 8px 0;
border-bottom: 1px dotted #baabaf;
font-size: 0.9em;
line-height: 1.3em;
}

#left ul li.last {
border-bottom: none;
}

#left ul li a {
text-decoration: none;
}

#left ul li a:hover {
text-decoration: underline;
}

#left ul li a.current {
}

#content {
margin-left: 160px;
padding-left: 15px;
border-left: 1px dashed #baabaf;
}

#content.fullwidth {
margin-left: 0;
padding-left: 0;
border-left: none;
}

#content #sidebar {
width: 150px;
float: right;
margin: 0 0 20px 20px;
border: 1px solid #baabaf;
}

#content #sidebar h3 {
margin: 0;
padding: 2px 10px;
border-bottom: 1px solid #baabaf;
background-color: #e8e5de;
font-size: 1em;
font-weight: bold;
font-style: italic;
}

#content #sidebar p {
margin: 0;
padding: 10px;
}

#content ul {
list-style-type: square;
list-style-image: url(images/bullet.gif);
margin: 0;
padding: 5px 50px;
}

#content ul li {
line-height: 1.7em;
}

#content blockquote {
margin-right: 15px;
margin-left: 15px;
padding: 0;
font-weight: normal;
font-style: italic;
line-height: 1.6em;
}

#content blockquote span {
font-weight: bold;
}

#footer {
clear: both;
margin-top: 20px;
margin-bottom: -20px;
padding-top: 10px;
border-top: 1px dashed #baabaf;
}

#footer p {
margin: 0;
padding: 0;
font-size: 0.8em;
text-align: right;
}

.floatright {
float: right;
margin: 0 0 10px 10px;
}

.floatleft {
float: left;
margin: 0 10px 10px 0;
}

.imgborder {
padding: 1px;
border: 1px solid #baabaf;
}

p.backtotop {
font-size: 1em;
text-align: center;
}

table#contact-details {
width: 100%;
border: none;
text-align: center;
}

table#contact-details td {
vertical-align: top;
}

/* Contact form */
form.contactform {
visibility: hidden;
}
	
