body {
    background: #fff url(../images/backrepeat.jpg) repeat-x top left;
    margin: 0;
    font-family: arial, 'trebuchet ms', trebuchet, sans-serif;
    }

.wrapper {
    width: 1000px;
    }

.header {
    background: #fff url(../images/header.jpg) no-repeat top left;
    height: 180px;
    }

.header h1 {
    display: none;
    }

.navigation {
    height: 22px;
    line-height: 22px;
    padding: 0;
    }

.navigation a {
    font-size: 16px;
    float: left;
    color: #83AFA0;
    padding: 0 25px;
    text-decoration: none;
    border-right: 0px solid #006658;
    }

.navigation a:hover {
    background: #83AFA0 url(../images/navfade.jpg) repeat-y top left;
    color: #fff;
    border-right: 0px solid #003029;
    }
    
.activenav:link, .activenav:visited {
    background: #83AFA0 url(../images/navfade.jpg) repeat-y top left;
    color: #fff;
    border-right: 0px solid #003029;
    }

.left {
    background: #83AFA0 url(../images/photo1.jpg) no-repeat top left;
    width: 190px;
    height: 240px;
    float: left;
    }

.content {
    background: url(../images/watermark.gif) repeat-y top right;
    width: 805px;
    float: right;
    padding: 15px 0 0 0;
    }

.content h2 {
    margin: 0px;
    color: #C4002E;
    font-weight: normal;
    font-size: 28px;
    }

.content h3 {
    font-size: 1.1em;
    }

.content .strapline {
    font-size: 0.9em;
    text-align: center; 
    font-style: italic;
    }

.content p {
    font-size: 14px;
    padding: 0 10px 5px 0;
    line-height: 1.4em;
    }

.footer {
    border-top: 10px solid #006658;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px 0 20px;
    clear: both;
    color: #004878;
    }

.footer a {
    color: #004878;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
    }

.trained {
    margin: 0 0 0 1em;
    padding: 0;
    text-indent: 0;
    }

.trained li {
    float: left;
    width: 350px;
    font-size: 0.9em;
    list-style-type: disc;
    line-height: 1.7em;
    padding: 0 5px;
    margin-left: 0;
    }

.termsol {
	margin: 0;
	padding: 25px;
}    

.termsol li {
	margin: auto 0 15px 5px;
	font-size: 14px;
	text-indent: 0px;
	padding-left: 5px;
	}
	
	.termsul {
	padding: 20px 0 0 0;
	font-size: 14px;
	}

.termsul li {
	list-style-type: disc;
	text-indent: 0px;
	padding-left: 5px;
    }
    
.small li {
	font-size: 14px;
	margin-bottom: 15px;
	text-indent: 0px;
	padding-left: 5px;
	background-position: 0 -9px;
}

