html{
	
	}
body{
	margin:0;
	padding:10px 0;
	font: 13px "Lucida Grande", lucida, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color:#000;
	line-height: 1.4;
	text-align:center;
	background:url(../gfx/bkdot.png) repeat-x top left #fff;
	}
p{	/* generic paragraph/table indent */
	margin:0 0 10px 0;
	}

/*div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #e4eef6;
	color: #666666;
	}*/
div#content p{
	line-height:1.4;
	}

div#extra p{
	margin:0;
	padding:2px 10px 2px 10px; /*top right bott left */
	font-size: 9px;
	}
div#container{
	width:976px; /* nav:180px + cont:796px */
	border:5px solid #1d6ac1;
	margin:0 auto;
	text-align:left;
	background:#b5ccde; 	/* same as navigation bkg to 'fill in the gap' */
	/* the following are browser specific css hacks for shadow and radius until css3 is finalised */
-o-box-shadow: 8px 8px 6px #999;
-icab-box-shadow: 8px 8px 6px #999;
-khtml-box-shadow: 8px 8px 6px #999;
-moz-box-shadow: 8px 8px 6px #999;
-webkit-box-shadow: 8px 8px 6px #999;
box-shadow: 8px 8px 6px #999;

	border-bottom-left-radius: 8px;	border-bottom-right-radius: 8px;
	-o-border-bottom-left-radius: 8px;	-o-border-bottom-right-radius: 8px;
	-icab-border-bottom-left-radius: 8px;	-icab-border-bottom-right-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;	-khtml-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;	-webkit-border-bottom-right-radius: 8px;
	}
div#content{
	/* max-height, min-height, overflow are set in index.php (line 73) only if iphone not being used */
	float:right;
	width:837px; /* 835 + 1 border + 138 nav = 976*/
	background-color:#e4eef6;
	text-align:justify;
	border-left: 1px solid #1d6ac1;
	padding-bottom:10px;
	}

div#content div#indent {margin:6px 10px 10px 18px;}	

div#navigation{
	float:left;
	width:138px;
	background:#b5ccde;
	padding-top:7px;
	}
div#extra{
	clear:both;
	width:100%;
	/*height:20px;*/
	background:#aaa;
	border-top: 1px solid #1d6ac1;
	border-bottom-left-radius: 5px;	border-bottom-right-radius: 5px;
	-o-border-bottom-left-radius: 5px;	-o-border-bottom-right-radius: 5px;
	-icab-border-bottom-left-radius: 5px;	-icab-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;	-khtml-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;	-webkit-border-bottom-right-radius: 5px;
	}
div#header{
	margin:0px;
	background: url(../gfx/headercollage.jpg) #b5ccde top left;
	height:100px;
	}

.subtitle {
	font-size: 15px;
	font-weight: bold;
	font-variant: normal;	
}
.title {
	font-size: 22px;
	font-weight: bold;
	font-variant: normal;
}
div#date{
	text-align:right;
	font-weight:bold;
	font-size:12px;
	float:right;
	padding: 25px 3px 0 0;
	width: 250px;
}
div#logo{
	margin:3px 3px 0 0;
	float: right;
	}
