body {
	font-family: "Verdana";
	background: #84e249;
}

A:visited {
	color: #FBEC5D;
	font-weight: bold
}

A:link {
	color: #ffffff;
	font-weight: bold
}

A:active {
	color: #9CCB19;
	font-weight: bold
}

A.top:visited {
	color: #00F;
	font-weight: bold
}

A.top:link {
	color: #00f;
	font-weight: bold
}

A.top:active {
	color: #9CCB19;
	font-weight: bold
}

p,ul,li {
	font-family: "Arial";
	color: #800080;
	margin-left: 10px
}

.bold {
	font-weight: bold;
}

.centre {
	text-align: center;
}

.date {
	font-weight: bold;
}

.name {
	text-style: italic;
	font-size: 1.25em;
	color: #00F;
}

.venue {
	color: #00f;
}

.italic {
	font-style: italic;
}

.quote {
	font-weight: bold
}

.right {
	text-align: right;
	margin-left: 1em
}

img.right {
	float: right;
	border-style: none;
	border-width: 1em
}

.errorlabel {
	font-weight: bold;
	font-Size: small;
	color: #ff0
}

.blue {
	color: #00F;
}

.smaller {
	font-size: smaller;
}

img {
	border-style: none;
	border-width: 0;
}

.tmon {
	font-style: italic;
}

/*-----PageLinks-----*/
#pagelinks {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;	
	height: 100%;
	background: #800080;
	color: #ffffff;
	z-index: 90;
}
#pagelinks p.top {
	margin: 0;
	padding: 0;
}


#pagelinks p.links {
	color: #ffffff;
}

#pagelinks ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#pagelinks li a {
	display: block;
	padding: 0.15em 0.5em;
	margin: 1px 0;
}

#pagelinks a:link {
	color: #ffffff;
}

#pagelinks a:visited {
	color: #FBEC5D;
}

#pagelinks a:hover {
	color: #84e249
}

/*-----Header-----*/
#header {
	position: absolute;
	left: 170px;
	top: 0;
	width: 100%;
	background: #800080;
	height: 4em;
	z-index: 100;
}

#header span.title {
	position: absolute;
	left: 200px;
	font-size: x-large;
	color: #ffffff;
	vertical-align: middle;
}

#header span.email {
	position: absolute;
	right: 15em;
	top: 2em;
	text-align: right;
	font-size: 1em;
	color: #ffffff;
}

#header a:link {
	color: #ffffff;
}

#header a:visited {
	color: #FBEC5D;
}

#header a:hover {
	color: #84e249
}

#header img {
	position: absolute;
	top: 0;
	left: 0;
}

/*-----Main Content-----*/
#content {
	position: absolute;
	left: 170px;
	top: 4em;
	margin: 1em 1em;
	color: #800080;
	z-index:1;
}

#content p {
	margin: 1em 2em;
}

#content ul {
	margin: 1em 2em;
}

#content h1 {
	margin: 0;
	text-align: center;
}

#content h2 {
	margin: 0 2em 0 2em;
	text-align: center;
	font-style: italic;
	padding-bottom: .25em;
}

#content h3 {
	margin: 1em;
	clear: both;
}

/*---Highlight---*/
#highlight {
	border-style: solid;
	border-width: 3px;
	border-color: #ffffff;
}

/*---Printform---*/
#printform {
	position: absolute;
	left: 10em;
	top: 102px;
	margin: 1em 1em;
	color: #800080;
	width: 600px;
}

#printform p {
	margin-left: 1em;
	margin-right: 2em
}

#printform p.right {
	text-align: right;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 1em
}

#printform h3 {
	margin-left: 1em;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0
}

#printform h3.right {
	text-align: right
}

#printform h2 {
	margin-left: 1em;
	margin-top: 1em
}
@media screen
  {
	body>div#pagelinks
    {
    position: fixed;
    }
  }

/*---print---*/
@media print {
	#printform {
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 1em;
		font-family: "times new roman", times, serif;
		margin-right: 0em;
		color: black;
		width: 600px;
	}
	#printform p,h3,h2 {
		font-family: "times new roman", times, serif;
		color: black;
	}
	#printform .noprint {
		display: none;
	}
	body {
		font-size: 11pt;
		color: black;
	}
	a {
		color: black;
		background: none;
	}
	#content {
		font-family: "times new roman", times, serif;
		margin-right: 2em;
		color: black;
	}
	#header,#pagelinks {
		display: none;
	}
}