body {
margin: 0;
padding: 0;
background: #ffffee url(images/body-bg.jpg) repeat-x fixed;
color: #280347;  
font-family: Arial, Helvetica, sans-serif;
font-size: 76%;
}

h1, h2, h3 {
}

h1 {
color: #06c;
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: #06c;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#container {
width: 740px;
margin: 10px auto;
background: url(images/container-middle-bg.gif) repeat-y;
}

#container-top {
height: 20px;
background: url(images/container-top-bg.gif) no-repeat;
}

#container-bottom {
height: 20px;
background: url(images/container-bottom-bg.gif) no-repeat;
}

#inside {
padding: 20px;
}

#header {
position: relative;
width: 100%;
height: 104px;
}

#logo {
position: absolute;
top: -20px;
left: 30px;
}

#logo h1 {
display: none;
}

#quotes {
position: absolute;
top: -20px;
right: 30px;
}

#quotes #noscript {
width: 420px;
height: 100px;
background: url(images/quotes/quote-01.gif) top left no-repeat;
}

#navbar {
width: 100%;
padding-top: 1px;
border-top: 1px solid #baabaf;
}

#links {
display: block;
padding: 0.5em 10px 2em 10px;
background: url(images/nav-border.gif) bottom center no-repeat;
background-color: #baabaf;
color: #280347;
text-align: right;
}

#links ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#links li {
display: inline;
margin: 0;
}

#links a {
margin: 1px;
padding: 0.2em 9px;
background-color: #baabaf;
border: 1px solid #baabaf;
color: #280347;
font-size: 0.9em;
text-decoration: none;
}

#links a:hover {
text-decoration: underline;
}

#links a.current {
font-weight: bold;
text-decoration: none;
cursor: default;
}

#left {
float: left;
width: 140px;
padding-left: 5px;
}

#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 {
color: #06c;
text-decoration: none;
}

#left ul li a:hover {
text-decoration: underline;
}

#left ul li a.current {
color: #93839e;
}

#content {
margin-left: 160px;
padding-left: 15px;
border-left: 1px solid #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 solid #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 {
width: 100%;
margin: 0;
padding: 0;
font-size: 0.9em;
}
	
form.contactform fieldset {
margin: 0;
padding: 0;
margin-bottom: 20px;
border: none;
border-top: 1px solid #baabaf;
background: url(images/contactform-fieldset.gif) left bottom repeat-x;
}

form.contactform legend {
_margin: 0 -7px; /* IE Win */
padding: 0 2px;
color: #280347;  
font-weight: bold;
}

form.contactform input, form.contactform textarea {
width: 170px;
margin: 0;
padding: 1px;
border: 1px solid #abadb3;
color: #280347;  
font-size: 100%;
font-family: inherit;
}
	
form.contactform label {
width: 120px;
display: inline-block;
line-height: 1.8;
vertical-align: top;
}
	
form.contactform fieldset ol {
margin: 0;
padding: 0;
}
	
form.contactform fieldset li {
list-style: none;
padding: 5px;
margin: 0;
padding: 5px 10px 7px;
background: url(images/contactform-divider.gif) left bottom repeat-x;
}
	
form.contactform button {
width: 7em;
color: #280347;  
font-size: 0.9em;
}
	
/*\*//*/ form.contactform legend { display: inline-block; } /* IE Mac legend fix */


