/* CSS Document */

body { background-color:#fff; font-size:100%;}
p, h1, h2, h3, h4, h5 { margin-top:0px;}
img { border:0px;}
sup { vertical-align:text-top;}

#base { width:978px; margin:0 auto; border:1px solid #d2d2d2; min-height:520px; display:block;}

#header { width:978px; height:150px; margin-bottom:49px;}

#nav {
	width:195px;
	margin-top:3px;
	float:left;
	text-align:right;
}
#nav ul {
	list-style:none;
	margin:0px;
}
#nav li { margin-top:-4px; padding:0px;}
#nav ul ul { margin-top:-5px; margin-bottom:5px;}
#nav li ul li { margin-top:-6px;}
#nav .homeButt { margin-top:10px;}

#content, #wideContent {
	display:block;
	margin-left:249px;	
	margin-bottom:50px;
	width:645px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.68em;
	line-height:130%;
	color:#6a6a6a;
	/* uncomment the following for fixed height 
	margin-left:54px;
	width:710px;
	float:left;
	height:320px;
	overflow:scroll;
	*/
}
#wideContent { width:710px;}

#content ul, #wideContent ul {
	list-style-image:url(../images/bullet.gif);
	margin-top:0px;
	margin-left:1em;
	padding-left:0.5em;
}

.centreColumn { xwidth:520px; width:500px; }

#sideBox {
	display:block;
	width:168px;
	float:right;
	border:1px solid #b4b4b4;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:0.9em;
	line-height:130%;
}
#wideContent .newsBox { margin-top:15px; color:#00b5cc;}
#sideBox .newsTTL { position:relative; top:-15px; margin-left:-1px;}
#sideBox p { padding-left:10px; padding-right:10px;}
#sideBox ul { margin-left:1.5em; padding-left:1em;}

.noBottomPad { margin-bottom:0px; padding-bottom:0px;}

h1, h2, h3 { font-family:"Courier New", Courier, monospace; color:#00b5cc;}
h2 { font-size:1.45em; line-height:120%; font-weight:normal; text-transform:lowercase;}
h3 { font-size:1.2em; margin-bottom:0px; font-weight:normal;}

/* STANDARD LINKS */
a:link, a:visited { text-decoration:underline; color:#00b5cc;}
a:hover, a:active { text-decoration:none; color:#6a6a6a;}

