/* CSS sheet by R Warren - January 2009 */
/* Standard tags */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	position: static;
	margin-top: 0px;
	padding-top: 0px;
	color: #000000;
	width: 98%;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: left;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 1.5em;
}

a:hover{
	background-color: #CCCCCC;
	color: #000066;
}
a:active {
	background-color: #CCCCCC;
	color: #000066;
}
/* heading 1 only appears in the banner section and overlays a blue image so do not set a background colour*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}


h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	padding-left: 2em;
	padding-right: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-weight: bold;
	border: 1px none #000000;
	font-variant: normal;
}
#content #thislesson h2 {
}

h3 {
	font-size: medium;
	font-weight: bold;
	color: #cc6600;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-variant: small-caps;
}




caption {
	font-size: medium;
	color: #660066;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

.middle {
	text-align: center;
}

.strapline {
	font-size: large;
	font-weight: bold;
	color: #3300CC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	border: 1px solid #000099;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
}
#content #left {
	width: 60%;
}


/* Top banner */
#banner {
	background-image: url(bannerbksm.gif);
	background-color: #0F75D4;
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	overflow: hidden;
	position: relative;
	width: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0.85em;
	font-size: small;
	text-align: center;
}
#banner p {
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: bold;
}
#banner h1 {
	display: inline;
}

#banner #name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: inline;
	float: right;
	padding-right: 2em;
	padding-top: 5px;
	border: 1px solid #FFFFFF;
	text-align: center;
	padding-left: 2em;
	padding-bottom: 5px;
}


#banner #logo {
	background-color: #0D73D3;
	background-image: url(images/leftlogo.gif);
	position: relative;
	width: 200px;
	height: 113%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	overflow: hidden;
	color: #000000;
}


/* Main content section */
#content {
	z-index:auto;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	position: relative;
	margin: 0px;
	color: #000000;
	border: 1px solid #0033FF;
}

#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #CC3300;
}

#content li {
	text-align: left;
	font-size: small;
	line-height: 1.4em;
	padding-bottom: 0.5em;
}
#content ul {
	margin-left: 20px;
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
}

#content .intro p {
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 1em;
}
#content .comment {
	background-color: #E6F0FF;
	border: 1px solid #3333FF;
}
#content .comment li {
	line-height: 1.5em;
}

#content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#content dl {
	text-indent: 50px;
}
#content dd {
	padding-left: 50px;
	text-indent: 0px;
	font-style: italic;
}
#content dt {
	font-weight: bold;
}

/* Footer and bottom sections of the page */
#footer {
	position:relative;
	width:100%;
	z-index:2;
	background-color: #42A8ED;
	text-align: center;
	padding-top: 10px;
	height: 2em;
	clear: both;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer h2 {
	background-color: #42A8ED;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	position: relative;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer ul {
	display: inline;
	position: relative;
}
#footer li {
	display: inline;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #42A8ED;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0066FF;
}
#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0066FF;
}

#bottom {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666666;
}
#bottom p {
	color: #999999;
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* here are the odds and ends */

#download {
	float: right;
	width: 150px;
	position: relative;
	overflow: hidden;
	height: 35px;
	border: 1px solid #000099;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #FFFFFF;
	position: relative;
	height: 12px;
}
#wrapper #content #left #register {
	border: 1px solid #0000FF;
	background-color: #CCCCCC;
	padding-left: 5px;
	position: relative;
	margin-left: 5px;
	background-image: url(blueslice2.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#content .sample {
	background-color: #99CCCC;
	border: 1px solid #0000FF;
	padding: 5px;
	margin-right: 2em;
	margin-left: 2em;
	font-family: "Courier New", Courier, monospace;
}
#content #rightimage img {
	float: right;
	margin: 5px;
	position: relative;
}
.radio p {
	margin: 0px;
}
ol {
	list-style-type: decimal;
}
.hidden {
	display: none;
}
#content .close li {
	line-height: 0.85em;
}
abbr {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
#bottom p {
	line-height: 0.5em;
}
.uline {
	text-decoration: underline;
}
#blue {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF00;
	border: thin solid #000000;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
}
#blue p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF0000;
}
/* top of every page */
#top ol {
	list-style-type: none;
	display: inline;
	text-align: center;
}
#top {
	background-color: #FFFFFF;
	background-image: none;
	text-align: center;
	margin-bottom: 0.5em;
}
#top p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #57126B;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}
#top li {
	display: inline;
}
#top #logo {
	float: left;
}
#top a {
	color: #0000FF;
	background-color: #FFFFFF;
	font-weight: bold;
	margin-right: 0.25em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border: 1px solid #4E0763;
	padding-bottom: 0.25em;
	text-decoration: none;
}
#top a:hover {background:#CCCCCC;
}
#top a:active {background:#CCCCCC;
}
#top a:focus {background:#CCCCCC;
}




#content #thislesson {
	position: relative;
	width: 14em;
	border: 1px solid #0033FF;
	float: right;
	margin-right: 2px;
	z-index: 5;
}
#content #listing {
	width: 100%;
}
