/* Typography */
*{font-family: "Trebuchet MS",arial,sans-serif; margin:0px;}
h1{font-size: 200%;}
h2 {font-size: 100%;}
h3, a {font-size: 80%;}
h4 {font-size: 70%;}
label, input {font-size:75%;color:#000;vertical-align:2px;font-weight:bold;}

/* *********************************** */
/* Colours 										*/
/* base purple: 	#993399 153,51,153	*/
/* light purple:	#f5d6f5 245,214,245 	*/
/* *********************************** */

body
	{
	background-color:#ffffff;
	}
	
.wrapper 
	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	text-align:left;
	width:750px;
	height:550px;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	}
	
/* ************** */
/* Top Navigation */
/* ************** */
	
#topnav
	{
	position:absolute;
	top:-2px;
	left:0px;
	width:730px;
	height:35px;
	background-image:url(../Images/Topnav.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding-left:20px;
	line-height:35px;
	}
	
#topnav a, #topnav a:active
	{
	padding-top:px;
	color: #000000;
	text-decoration: none;
	}
	
#topnav a:hover
	{
	text-decoration: none;
	border-bottom:solid 2px #993399;
	}
	
/* ****************************** */
/* Top Objects - logo, title etc. */	
/* ****************************** */

.logo
	{
	position:absolute;
	top:40px;
	left:0px;
	}

.title
	{
	color:#993399;
	font-weight:normal;
	position:absolute;
	top:52px;
	left:202px;
	z-index:2;
	}

.subtitle
	{
	color:#672760;
	font-weight:normal;
	position:absolute;
	top:100px;
	left:202px;
	width:180px;
	z-index:2;
	font-size:120%;
	}

#questioner
	{
	position:absolute;
	top:134px;
	left:0px;
	}
	
#FAQ
	{
	position:absolute;
	top:135px;
	left:192px;
	width:537px;
	height:414px;
	overflow:auto;
	border-top:solid 1px #f5d6f5;
	padding-left:20px;
	}

.question
	{
	width:520px;
	font-size:90%;
	color:#993399;
	cursor:pointer;
	height:auto;
	margin:5px 0px;
	}

.answer
	{
	width:500px;
	height:auto;
	font-size:80%;
	background-color:#d2deff;
	display:none;
	margin-left:10px;
	}

.answer ul li
	{
	margin-left:40px;
	}

.answer a
	{
	font-size:100%;
	color:#993399;
	} 