@charset "iso-8859-1";
body{background:#CCFFCC;font-family:Arial,Helvetica,Geneva,sans-serif;color:#000000}
h1,h2,h3{margin-top:3px;margin-bottom:3px}
p{margin-top:5px;margin-bottom:12px;font-size:12px;line-height:1.2;}
img{float:right;padding-left:15px;}
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}
#header{
	border-top: 1px solid #660099;
	border-bottom: 1px solid #660099;
	Height: 3em;
}
#header .strapline {
	font: 150%Arial,Helvetica,sans-serif;
	color: #660099;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 2.5em;
}

#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#nav {
	position: absolute;
	top: 12em;
	left: 1em;
	width: 14em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;font-weight: bold;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #9933FF;font-weight="bold";
	background-color: transparent;
}
#nav a:hover {
	color: #660099;
}
#nav h2 {
	font: 110% Arial,Helvetica,Geneva,sans-serif;
	color: #9933CC;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 16em;
	margin-right: 2em;
	margin-bottom: 3em;
}
h1 {
	font: 150% Arial,Helvetica,Geneva,sans-serif;
	font-weight: bold;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
#footer {
	color: #9933CC;
	font-weight: bold;
}

