/* COLOURS:
	mid-blue   : #0066b3; for main text
	dark blue  : #00487d; for headings
	pale blue  : #bfe4ff;
	bright blue: #80c9ff;
*/

/* PAGE */

	#page {
		width: 700px;
		color: #0066b3;
		background-color: #ffffff;
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 150%;
	}	

	h1 {
		color: #00487d;
		background-color: transparent;
		font-size: 150%;
		font-weight: bold
	}

	h2 {
		color: #00487d;
		background-color: transparent;
		font-size: 130%;
		font-weight: bold
	}

	h3 {
		color: #00487d;
		background-color: transparent;
		font-size: 100%;
		font-weight: bold
	}

	p {
		color: #0066b3;
		background-color: transparent;
	}

	a {
		color: #0066b3;
		background-color: transparent;
		text-decoration: none;
	}

	a:hover {
		color: #0066b3;
		background-color: transparent;
		text-decoration: underline;
	}

/* HEADER */

	#header {
		background-color: #bfe4ff;
		border-bottom: 4px solid #bfe4ff;
		padding-top: 3px;
		clear: both;
		margin-bottom: 10px;
	}

/* FOOTER */

	#footer {
		background-color: #bfe4ff;
		margin-top: 20px;
		clear: both;
		background-color:#bfe4ff;
		padding: 0px 5px 0px 5px;
	}
		
	#footer p {
		color: #00487d;
		padding: 5px;
	}
		
	#footer p a {
		color: #00487d;
		border-bottom: 1px dotted #bfe4ff;
	}
		
	#footer p a:hover {
		color: #00487d;
		background-color: transparent;
		text-decoration: underline;
	}

/* MENU */

	#menu ul {
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;			
		float: left;
		width: 140px;
	}

	#menu li {
		padding-bottom: 1px;
	}

	#menu li.hi {
		padding-bottom: 1px;
		background-color: #bfe4ff;
		font-weight: bold;
	}

	#menu a {
		display: block;
		padding: 5px;
		border-bottom: 1px solid #0066b3;
	}

	#menu a:link, #navlist a:visited {
		color: #0066b3;
		background-color: transparent;
		text-decoration: none;
	}
		
	#menu a:hover {
		color: #0066b3;
		background-color: transparent;
		text-decoration: underline;
	}

	#menu p {
		margin-top: 40px;
		padding: 5px;
		border-bottom: 1px dotted #0066b3;
		border-top: 1px dotted #0066b3;
	}

/* CONTENT */

	#content {
		width: 330px;
		margin-left: 160px;
		margin-right: 210px;
	}
		
	#content p {
		padding-bottom: 10px;
		border-bottom: 1px solid #0066b3;
	}

	#widecontent {
		width: 540 px;
		margin-left: 160px;
	}

	#widecontent p {
		padding-bottom: 10px;
		border-bottom: 1px solid #0066b3;
	}

	#widecontent ul {
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;			
		float: left;
		width: 540px;
	}

	#widecontent ul.disc {
                list-style-type: disc;
		margin-left: 14px;
        }

        #widecontent ul.circle {
                list-style-type: circle;
		margin-left: 14px;
        }

	#widecontent li {
		padding-bottom: 1px;
		padding-top: 1px;
	}

	#widecontent li.ul {
		padding-bottom: 5px;
		padding-top: 5px;
		border-bottom: 1px solid #0066b3;
	}


/* SIDEBAR */

	#sidebar {
		float: right;
		width: 200px;
	}
		
	#sidebar p {
		padding-bottom: 10px;
		border-bottom: 1px solid #bfe4ff;
	}

	#sidebar object {
		float: right;
	}
