
/* (c) Essential Software 2005
    www.essential.co.nz
----------------------------------------------- */

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #ffffff url(images/bg.gif) top left fixed repeat; 
padding: 0;
margin: 0;
font-size: 0.6em;
text-align: center;
}	


/* Layout Divs
------------------------------------------------*/

#wrapper	{
	background:#fff url("images/edge-tr.gif") no-repeat right top;
	margin: 50px auto;
	padding-top: 5px;
	width: 800px; 
	text-align:left; 
	}

#page-a	{
	background:#fff url("images/edge-r.gif") repeat-y right top;
	padding-right: 5px;
	}

#page-b	{
	background:#fff url("images/edge-b.gif") no-repeat right bottom;
	padding: 0px 0px 5px 5px;
	/*padding: 0px 10px 10px 5px;*/
	}
	
#content{
	color:#666;
	background:#fff url("images/logo.gif") no-repeat right top;
	/* height:435px; */
	}

/* Content styles
-------------------------------*/
/* IE5 hack - font-size from body is ignored in a table.*/
table{
	font-size:1em;
}

#content p {
	line-height: 1.3em;
	margin:0px 10px 0px 20px;
	}
	
.label{
	font-variant:small-caps;
}
	
a{
	text-decoration: none;
	color: #539EBB;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	background-color: #d2e77c;
}

strong {
	font-style:normal;
	font-weight:800;
	text-transform: capitalize;
	}
	
h1 {
	font-size:1.3em;
	margin: 10px 0 0 20px;
	padding:0;
}
	
h2 {
	font-size:1.1em;
	margin: 10px 0 0 20px;
	padding:0;
}
h3 {
	font-size: 1em;
	text-align:right;
	margin: 0 20px 10px 0;
	padding:0;
}

/*
/  Navbar styles
/--------------------------*/
#navbar{
	padding: 0;
	margin: 12px 4px 12px 4px;
	letter-spacing: 2px;
	font-variant:small-caps;
	font-size:1.2em;
	font-weight: bold;
	color:#539EBB;
}

#navbar a{
	margin-left:10px;
	padding: 2px;
}

/*
/ Miscellaneous styles
/------------------------*/
#curr {
	color:#666;
	background-color:#fff;
}

#about-l {
	background:#d2e77c url("images/about-l.gif") repeat-y left top;
	}

#about-ltop {
	background:#fff url("images/about-ltop.gif") repeat-y left top;
	}	
	
/* Form styles
------------------------------------------------*/
.formtext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:1em;
	margin-left:10px;
}

.formlabel {
	margin-right: 10px;
	font-weight: bold;
	color:#539EBB;
}