/* Remove all browser dependent styling to start with as a basis */
body, h1, h2,h3,h4,h5,h6,p,ol,ul,form,blockquote {
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em;
}
a {
	text-decoration:none;
}
a img,:link img,:visited img {
	border: none;
}

:link,:visited { text-decoration:none }


/* Background fade */
body {
background: #6097BF url('images/blue-fade-v2.gif') repeat-x;
}

li {
	list-style-type: none;
	background: url('images/envision-logo-trans-bullet-v1.gif') no-repeat;
	background-position: 0px 5px;
	margin-left:10px;
	padding-left: 17px;
	text-align:left;
}



/* Envision specific CSS */
* {
	font-family:'Gill Sans','Gill Sans MT','Trebuchet MS', Helvetica, sans-serif;
	line-height: 1.3;
	color: #000032;
}

a:link,a:visited {
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
}

#ActivePageAreaContainer {
/* Centred block in which we float the ActivePageArea */
	width: 762px;	/* 760 + 2 (border) */
/*	height: 602px; */	/* 600  + 2 (border) */
	margin-left:auto;
	margin-right:auto;
	position: relative;
	margin-top:20px;	/* Margin above top of white block */
	margin-bottom:20px;
	text-align:left;
}
#ActivePageArea {
/* Centred white block - main content area */
	width: 760px;
/*	height: 600px; */
	float:left;
	background: #fafaff;
	border: 1px solid #E3E3E3;
	padding: 10px;
}