html {height:100%;}

/* sets the colours and font attributes for the page */
body {
	min-height:100.01%;
	margin-top: 5px;
	padding: 0;
	text-align: center;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F0ECF2;
}

/* links */
a:link {color: #0000FF;}
#skip {display: none;}
.top {font-size: 90%;}

/* lists */
li {list-style-type: square;}

/* headings */
h1,h2 {font-size: 110%;}
h2.subhead {font-size: 100%; margin: 0;}

/* paragraphs */
#indexspacer {margin-bottom: 28px;}
html>body #indexspacer {margin-bottom: 60px;}

/* images */
img {border: none;}
#logo {margin-bottom: 20px;}
#skip {list-style-type: none;} /* 'skip navigation' link */
#sidebarimg {position: absolute; top: 0; right: 0;}
#rics {position: absolute; top: 950px; left: 28px;}

/* the section that holds all page content */
#wrapper {
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 645px;
	padding: 0;
	border: none;
	background-color: #FFFFFF;
}

#header {
	width: 545px;
	padding: 10px 0 3px 10px;
	font-weight: bold;
	font-size: 75%;
	border-bottom: 1px solid #660066;
}
#header p {margin: 0;}
#header img {float: left; margin-right: 10px;}

/* telephone number */
#telephone {float: right;}
html>body #telephone {float: right; margin-right: 10px;}

/* navigation bar */
#nav {display: none;}

/* the section that holds the main content of the page */
#about {
	float: left;
	width: 500px;
	margin: 14px 0 120px 0;
	padding: 8px 12px;
}
html>body #about {margin: 5px 0 120px 0;}

/* bottom line of page */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
}

/* elementally credit */
#bottom {width: 660px; margin: 5px auto; font-size: 80%;}
#bottom p {margin: 0; float: left;}
#bottom p.access {display: none;}