BODY {
	text-align:center;
	min-width:960px;
	padding:0;
	margin:0;
	font-size:76%;
	font-family : Arial, Helvetica, sans-serif;
	background-color:white;
}
#wrapper{
	width:960px;
	margin: 0 auto;
	left:50%;
	text-align:left;
	background-color:#E7E7FF;
}
#left{
	width:210px;
	float:left;
}
a.intro:link, a.intro:visited{
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:32px;
	font-size:0.1em;
	display:block;
	width:145px;
	height:48px;
	color:#4E6596;
	background-image:url(images/introoff.gif);
	repeat:no-repeat;
	text-decoration:none;
}
a.intro:hover{
	background-image:url(images/introon.gif);
	repeat:no-repeat;
	text-decoration:none;
}
a.course:link, a.course:visited{
	text-align:center;
	margin-left:32px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:0.1em;
	display:block;
	width:145px;
	height:48px;
	color:#4E6596;
	background-image:url(images/courseoff.gif);
	repeat:no-repeat;
	text-decoration:none;
}
a.course:hover{
	background-image:url(images/courseon.gif);
	repeat:no-repeat;
	text-decoration:none;
}
a.contact:link, a.contact:visited{
	text-align:center;
	margin-left:32px;
	margin-top:10px;
	margin-bottom:20px;
	font-size:0.1em;
	display:block;
	width:145px;
	height:48px;
	color:#4E6596;
	background-image:url(images/contactoff.gif);
	repeat:no-repeat;
	text-decoration:none;
}
a.contact:hover{
	background-image : url(images/contacton.gif);
	repeat:no-repeat;
	text-decoration:none;
}
#content{
	width:750px;
	float:right;
}
#centre{
	width:580px;
	float:left;
}
#words{
	background-image : url(images/border.gif);
	background-repeat : no-repeat;
	background-position : bottom;
	width:580px;
	font-style: normal;
	color:#000066;
}
#words h1, h2{
	font-size:1.2em;
	margin:0;
	/* top, right, bottom, left*/
	padding:0px 10px 10px 10px;
}
#words p{
	font-size:1.1em;
	/* top, right, bottom, left*/
	padding:0px 10px 0px 10px;
}
#words li{
	font-size:1.1em;
}
#words ul {
 	list-style:none;
	padding-bottom:10px;
	padding-right:20px;
}
#words li{
	font-size : 1.1em;
	font-weight : bold;
	background:url(images/bullet.gif) no-repeat left top;
	margin:0px; 
  	/* top, right, bottom, left*/
	padding:0px 0px 2px 22px;
}
#right{
	width:170px;
	float:right;
}
#right h1{
	font-size:1.2em;
	margin:0;
	/* top, right, bottom, left*/
	padding:20px 10px 10px 10px;
}
#right h2{
	font-size:1.0em;
	margin:0;
	/* top, right, bottom, left*/
	padding:20px 10px 10px 10px;
}
#right p{
	font-size:0.9em;
	/* top, right, bottom, left*/
	padding:0px 10px 0px 10px;
}
#bordertop{
	height:20px;
	width:580px;
	background-image : url(images/bordertop.gif);
	background-repeat : no-repeat;
	background-position : center;
}
#footer{
	clear:both;
	margin-top:10px;
	padding-top:10px;
}
#footertop{
	clear:both;
	background-image : url(images/footertopblue.gif);
	background-repeat : no-repeat;
	background-position : center;
	height:15px;
	width:960px;
}
#footermiddle{
	background-image : url(images/footermiddleblue.gif);
	background-repeat : repeat-y;
	background-position : center;
	width:960px;

}
#footermiddle p{
	font-size:0.9em;
  	/* top, right, bottom, left*/
	padding:0px 20px 0px 20px;
	margin:0;
	color:white;	
}
#footermiddle h1{
	margin-top:0px;
	font-size:1.0em;
	color:white;
	/* top, right, bottom, left*/
	padding:0px 20px 0px 20px;
}
#footermiddle a{
	margin-top:10px;
	font-size:1.0em;
	color:white;
	/* top, right, bottom, left*/
	padding:0px 20px 0px 20px;
}
#footerbottom{
	clear:both;
	background-image : url(images/footerbottomblue.gif);
	background-repeat : no-repeat;
	background-position : center;
	height:15px;
	width:960px;
}
#copy{
	text-align:center;
  	/* top, right, bottom, left*/
	padding:5px 20px 5px 20px;
	font-size:0.9em;
}
#form{
	margin-left:60px;

	width:80%;
	border : thin dotted;
	border-color : #000066;
}
.error{
	color:red;
	font-weight:bold;
}
form{
	padding-bottom:10px;
}
