
body {
	margin: 10px;
	color:#005167;
	background-color:#fff;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	text-align:justify;
}

img{
	border:solid 0px #000;
	margin:0px;
	padding:0px;
}

p{
	font-weight:normal;
}


a{
	text-decoration:underline;
	border: solid 0px #333;
	color:#005167;
}

li a{
	text-decoration:none;
	color:#005167;
}

a:active {
	text-decoration:underline;
	color:#005167;
}

li a:active {
	text-decoration:underline;
	color:#005167;
}

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

li a:hover {
	text-decoration:none;
	color:#005167;
}

.middlecolumnBullets {
	margin: 10px;
	color:#005167;
	background-color:#fff;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	
}

h1 {
	color:#005167;
	font-weight:bold;
	font-size: 170%;
	display:inline;
}

h2 {
	color:#005167;
	font-size:100%;
	display:inline;
}

h3 {
	display:inline;
	color:#005167;
	font-weight:normal;
	font-size: 100%;
}
ul{
	margin-top: 0px;
	margin-bottom: 10px;
}

li{
	font-size: 70%;
	list-style-image: url(../images/list_arrow.gif);
	/* display:inline;  fix IE bug that add loads of space above unordered list */
	
}

li a:hover{ /* necessary as there is an IE bug, where hover doesn't work if there isn't a link */
	background-color: #8fd1e7;
}
.clickedlist{
	background-color:#ffb85e;
}

.container {
	/* need width and this margin-auto thing to centre the block */
	width:815px; /*20px bigger than before */
	height:600px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	border:1px solid #000;
	
}


.faintext {
	color:#595858;
	font-size: 95%;
}

.footer {
}

/* Layer control (CSS-P) */

.leftcolumn{
float: left;
width:189px; /* 189px minus the padding */
height:600px;
	padding-right: 13px;
	
}

.middlecolumn{
float: left;
width:411px;/*twice as wide as the left column +20 pixels*/
height:516px;

/*text-align:left;*/
font-size: 70%;

	padding-top: 84px;

}
.rightcolumn{
float: right;
width:185px;
height:600px;

/*text-align:left;*/
font-size: 70%;
/*background-color:#99CC99;*/

}


