/* Shows strip behind top menu */
.titleback {
	background-image: url("../images/bgheaders/bg_reference.gif");
	background-repeat: no-repeat;
	background-position: center top;
}

/* Sets side header text */
#side-head li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	display: block;
	background-color: #9463AD;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 19px;
	padding-top: 3px;
	width: 150px;
}

.RefBodySubHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9463AD;
}

.RefBodyHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9463AD;
}

.refcolorbold {
	font-weight:bold;
	color:#9463AD;
}

/* Sets side menu - linked text hover */
#side-menu li a:hover {
	color: #9463AD;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 5px solid #9463AD;
	padding-left: 5px;
	text-decoration: none;
}

/* Sets Description Headers */
.desch li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 15px;
	width: 180px;
	float: left;
	position: relative;
	background-color: #9463AD;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}

/* Sets correct margins for Description Header 1 */
.menuh1 {
	color: #FFFFFF;
	margin-right: 5px;
}

/* Sets correct margins for Description Header 2 */
.menuh2 {
	color: #FFFFFF;
	margin-right: 4px;
	margin-left: 4px;
}

/* Sets correct margins for Description Header 3 */
.menuh3 {
	color: #FFFFFF;
	margin-left: 5px;
}

/* Sets correct margins for Picture 1 */
.menupi1 {
	margin-right: 3px;
}

/* Sets correct margins for Picture 2 */
.menupi2 {
	margin-right: 3px;
	margin-left: 3px;
}

/* Sets correct margins for Picture 3 */
.menupi3 {
	margin-left: 3px;
}

/* Sets Descriptions */
.desc li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 60px;
	width: 180px;
	float: left;
	position: relative;
	padding-right: 9px;
}

/* Sets correct padding if only 1 link */
.linkone {
	padding-right: 5px;
}

/* Sets 1 link - linked text */
a.linkone {
	text-decoration:none;
	color: #9463AD;
}

/* Sets correct padding and divide line if multi links */
.linkmulti {
	padding-right: 4px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9463AD;
}

/* Sets multi links - linked text */
a.linkmulti {
	text-decoration:none;
	color: #9463AD;
}

/* links colour */
a {
	text-decoration:none;
	color: #9463AD;
}
/* TABLE Style*/

#tablestyle{
border:1px solid #9463AD;
}

table#tablestyle caption{
font-style:italic;
}

#tablestyle thead th{
padding-right:5px;
padding-left:5px;
background:#FFFFFF;
}

#tablestyle thead td{
padding-right:5px;
padding-left:5px;
text-align:center;
font-weight:bold;
background-color:#9463AD;
}

#tablestyle tbody th{
padding-right:5px;
padding-left:5px;
background-color:#9463AD;
text-align:left;
}

#tablestyle tbody td{
padding-right:5px;
padding-left:5px;
text-align:left;	
}

#tablestyle tfoot td{
padding-right:5px;
padding-left:5px;
text-align:left;
font-weight:bold;
}

#col1 ol, #col2 ol {
	padding: 0;
	margin: 0;
}

#col1 {
	float: left;
	width: 285px;
	border: 1px solid #9463AD;
}

#col2 {
	line-height: 2em;
	margin-left: 286px;
	border: 1px solid #9463AD;
}

#col1 li, #col2 li {
	line-height: 2em;
	list-style-type: none;
	text-align: center;
}

#colourblock {
	background-color: #E9E1F4;	
}

#alpha ul {
	text-align: center;
	list-style:none;
	padding: 0;
	margin: 0;
	background-color: #9463AD;
}

#alpha li {
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
}

li#end {
	border-right-style: none;
}

#alpha a {
	padding-right: 4px;
	padding-left: 4px;
	text-decoration:none;
	color: #FFFFFF;
}

/* Creates Information divide line */
hr {
	color: #9463AD;
	background-color: #9463AD;
}

