#footer {
    color: #e31a22;
}

#navigation {
    background: url("../images/navbg.gif") no-repeat;
}

#navigation img {
    float: right;
    margin: 9px;
    margin-right: 30px;
}

#sidebar .links {
    background: url("../images/sidebar_links_bg.gif") no-repeat top center;
}

#sidebar .links li {
    border-bottom: 1px dotted #f99;
}

#sidebar .links ul {
    background: url("../images/sidebar_links_bg_bottom.gif") bottom center no-repeat;
}

div.breadcrumb span {
	color: #c00;
}

h4.blurb {
	padding: 0px 0px 0px 12px;
}

#footer a {
    color: #e31a22;
}

/* Adverts */

#advert   { 
    background: url("../images/advert.jpg") no-repeat bottom #E31A22;
}

#content a {
    color: #e31a22;
    text-decoration: none;
}

#content a:hover {
    color: #e31a22;
    text-decoration: underline;
}

#content a:visited {
    color: #e31a22;
}

.selection {
	width: 450px;
}

fieldset.login {
	width: 300px;
}

fieldset.login p {
	margin-bottom: 4px;
}

fieldset.login label {
	float: left;
	padding: 3px 10px 0 0;
	width: 75px;
}

input.submitbtn {
	float: right;
}

#content ol li ul li input {
	font-size:12px;
	list-style-type:none;
	color: green;
}

#content ol li ul li, #content ul li ul li {
	font-size:12px;
	list-style-type:none;
}

ol li ul.multipleChoice  {
	list-style: none;
	list-style-type: none;
}

ol li ul.multipleChoice li {
}

ol li ul.truefalse  {
	list-style: none;
	list-style-type: none;
}

ol li ul.truefalse li {
}

input.submit-btn {
	float: right;
}

.error {
	color: #FF0000;
}
