/* Consistent Elements */
/*Cuts margin at top of page*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 70%;
}

cite {
	color: #165C62;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.2em;
	font-size: 90%;
	font-style: normal;
	text-transform: uppercase;
}

#overall {
	width: 960px;
	height:400px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 960px;
	height:100px;
	position: relative;
	padding:0px;
	margin:0px
}

#header img {
	text-align:center;
	height:100px;
	border:none;	
}

/* Define Page Size*/
#page {
	width: 960px;
	height:100%;
	min-height: 400px;
	margin: 0 auto;
	position: relative;
	background-color:	#E3E4FA;
}	

/*Define left navigation bar, positioned relative to page*/

#nav_left {
	width: 160px;
	height:100%;
	min-height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background:transparent;
	padding-top:1px;
}

/* Setup linked boxes with list appearence*/
#nav_left li a {
	display: block;
	width: 138px;
	padding: 0 2px 0 20px;
	font-size: 1em;
	line-height: 1.9em;
	border-bottom: 1px solid #fff;
	background: transparent url(images/bulletarrow.gif) 10px center no-repeat;
	text-decoration:none;
	color: #14666d;
}

/*Removes list identifier and borders*/
#nav_left ul, #nav_left li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/*Set hover color and change arrow type so can be seen, also sets active page highlighting*/
#nav_left li div a, #nav_left li a:hover {
	color: #fff;
	background: #497e87 url(images/bulletarrowhover.gif) 10px center no-repeat;
	text-decoration: none;
	display: block;
	width: 138px;
	padding: 0 2px 0 20px;
	font-size: 1em;
	line-height: 1.9em;
	border-bottom: 1px solid #fff;
}

/*Sets downward arrow for highlighted cell*/
#nav_left li div a, #nav_left li div a:hover {
	color: #fff;
	background: #497e87 url(images/bulletarrowactive.gif) 10px center no-repeat;
	text-decoration: none;
}

/*Set right navigation bar size*/
#nav_right {
	width: 140px;
	height:100%;
	min-height: 400px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background:	#E3E4FA;
	padding: 0px 10px;
	text-decoration: none;
}

#lense_box {
	width:125px;
	height:80px; 
	margin:0 auto; 
	position:relative; 
	border:2px solid navy; 
	font-size:15pt; 
	background:white; 
	padding:5px 5px
}

#lense_box a {
	text-decoration: none;
}


/*Set List properties -***** as yet unused**** */
#nav_right li a {
	display: block;
	width: 138px;
	padding: 0 2px 0 20px;
	font-size: 1em;
	line-height: 1.9em;
	border-bottom: 1px solid #fff;
	background: transparent url(images/bulletarrow.gif) 10px center no-repeat;
}

/*Centralise and remove bullets*/
#nav_right ul, #contents li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Set size of main window*/
#main {
	width: 640px;
	height:100%;
	min-height: 400px;
	position: absolute;
	top: 0;
	left: 160px;
	background-image:url(images/j0422196_wash_out.jpg);
	font-family:verdana;
}

/*Set footer Properties as well as image spacing*/	
#footer {
	width:960px;
	text-align:center;
}