BODY {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #69077f;
}

H2 {
	color: #da0d89;
	font-size: 1.4em;
	margin-top: 5px;
	margin-bottom: 15px;
}

H2.homepage {
	color: #da0d89;
	font-size: 1.2em;
}

H2.nomargin {
	color: #da0d89;
	font-size: 1.2em;
	margin-bottom: 0px;
}
H2.subhead {
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

H2.subhead_smallgap {
	margin-top: 5px;
	font-size: 1.1em;
}

H2.news {
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 1.2em;
	text-align: right;
}

H2.new_user {
	margin-top: 0px;
	margin-bottom: 5px;
}

H3 {
	color: #69077f;
	font-size: 1em;
	margin-bottom: 5px;
}

H3.headline {
	margin-bottom: 5px;
}

INPUT.text {
	width: 120px;
}

A {
	color: #06C;
}

A:hover {
	color: #da0d89;
}

a img {
	border: 0;
}

P.nomargin {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

ACRONYM {
	text-decoration: none;
	border: 0;
}

.internalpagenav li {
	list-style-type: none;
}

.internalpagenav {
	border: 0;
	margin: 0;
	padding: 0;
}

.internalpagenav a {
	color: #06C;
}

.error {
	color: #FF0000;
}

.italic {
	font-style: italic;
}

.formlabel {
	font-size: 100%;
	position: absolute;
	width: 150px;
	margin-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

.textfields {
	margin-left: 155px;
	margin-bottom: 5px;
}

.logintextfield {
	margin-left: 0px;
}

#btnRegister {
	margin-left: 155px;
}

#main_navigation {
	position: relative;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 20px;
	left: 0px;
}

#banner {
	margin-top: 10px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	height: 137px;
}

ul.main_nav li {	
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/nav_i.gif) no-repeat -2px -2px;
	position: relative;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	list-style-type: none;
	padding-left: 15px; 
	left: -45px;
	margin-top: 2px;
	font-size: 1.1em;
	font-weight: normal;

}

li a {
	color: #333;
	text-decoration: underline;
}

li a:hover {
	color: #da0d89;
}

a.chosen {
	color: #0066CC;
	text-decoration: none;
}
li.last {
	clear: right;
}

#main {
	padding-top: 0px;
	float: left;
	clear: right;
	position: relative;
	width: 100%;
	height: 100%;

}

#left {
	position: absolute;
	width: 150px;
	top: 0px;
	left: 0px;
	/*width: 14%;*/
	z-index: 20; /*Make sure login is above other content so that form is clickable*/
	padding-left: 0px;
}

#centre {
	position: relative;
	padding-left: 170px;
	padding-right: 0px;
	padding-bottom: 95px;
	z-index: 19;
	float: left;
	width: 60%;
}

#right {
	position: absolute;
	width: 170px;
	/*width: 20%;*/
	right: 10px;
	top: 0px;
	z-index: 18;
	text-align: right;
}

#login_area {
	padding-left: 10px;
}

hr.login {
	width: 90%;
	text-align: left;
	color: #FF0000;
	left: 0px;
	position: relative;
	border: 1px solid #781b8d;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#target {
	background-image: url(../img/target.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 330px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: -20px;
	z-index: 30;
	margin-left: auto;
	margin-right: auto;
}

#bh_1 {
	position: absolute;
	margin-left: 80px;
}

#learners_link {
	position: absolute;
	top: 209px;
	text-align: center;
	left: 36px;
	width: 60px;
	height: 60px;
	z-index: 40;
}

#teachers_link {
	position: absolute;
	top: 124px;
	text-align: center;
	left: 169px;
	width: 60px;
	height: 60px;
	z-index: 40;
}

#learningproviders_link {
	position: absolute;
	top: 209px;
	text-align: center;
	left: 303px;
	width: 60px;
	height: 60px;
	z-index: 40;
}

#main_text {
	width: 100%;
	height: 100%;
	font-size: 1.1em;
	position: relative;
}

#main_text p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#logos {
	margin-top: 15px;
	padding-left: 10px;
}

.logo {
	margin-bottom: 10px;
}

#demo {
	width: 160px;
	font-size: 1em;
	text-align: right;
}

#demo img {
	border: 2px solid #69077f;
}

.demo_link {
	position: relative;
	width: 20px;
}

p.demo {
	margin-top: 3px;
}

#news {
	text-align: right;
	width: 172px;
}

#news_box {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #639;
	width: 160px;
	height: 100%;
	overflow: hidden;
	background-color: #eee6f3;
	color: #333;
}

.news_item {
	margin-top: 5px;
	margin-bottom: 10px;
}

.news_item p {
	margin-top: 0px;
}

.news_item h3 {
}

p.news {
	font-size: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding: 0px;
}

a.news {
	font-size: 1em;
}

#footer {
	position: relative;
	clear: both;
	width: 100%;
	background-color:#69077f;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	z-index: 21;

}

.footer_contents {
	padding-left: 30px;
}

.hidden {
	display: none;
}

/*Content pages*/
.longdesc_link {
	font-size: 1em;
}
.desc {
	margin: 20px;
}

.strong {
	font-weight: bold;
}

.strong_pink {
	color: #da0d89;
	font-weight: bold;
}

#content_left {
	position: relative;
	height: 446px;
	left: -10px;
}

#content_left_writing {
	background-image: url(../img/sidebar_writing.gif);
	background-repeat: no-repeat;
}

#content_left_nonav {
	background-image: url(../img/big_person_nonav.gif);
	background-repeat: no-repeat;
	height: 446px;
}

#content_left_withnav {
	background-image: url(../img/big_person_withnav.gif);
	background-repeat: no-repeat;
	height: 446px;
}

#big_head_nonav {
	padding-top: 200px;
	padding-left: 10px;
}

#big_head_withnav {
	padding-top: 210px;
	padding-left: 10px;
}

ul.subnav {
	margin-left: 0px;
	margin-top: 0px;
	left: 0px;
	position: relative;
	padding-left: 5px;
}

ul.subnav li {
	list-style-type: none;
	list-style-position:inside;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

ul.subnav li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 0px;
	margin-left: 0px;
	color: #333;
}

ul.subnav li a:hover  {
	color: #da0d89;
}

#subnav_holder {
	position: relative;
	padding-top: 7px;
	padding-left: 0px;
}

ul.subnav li a.sub_chosen {
	color: #0066CC;
}

#learner_diagram {
	margin-left: 70px;
}

ul.ilist {
	margin-top: 10px;
}

ul.ilist li {
	margin-bottom: 15px;
	vertical-align: middle;
	background:url(../img/nav_i.gif) no-repeat 0px -2px;
	position: relative; /*Bullet image (the background image) was disappearing without the relative position being set*/
	list-style-type: none;
	padding-left: 18px;
}

ul.sublist li {
	/*Override the styles of the ilist class*/
	list-style-type: disc;
	background-image: none;
	margin-top: 10px;
	padding-left: 0px;
}

.smallblack {
	font-size: 0.8em;
	color: #000;
}
