html {font-size: 81%;}
html, body {margin: 0px; padding: 0px; height: 100%;}
body {
	vertical-align: text-top;
	font-family: Consolas, "Trebuchet MS", Trebuchet, Verdana, Sans-Serif; 
	line-height: 1.4em;
	text-align: center;
	color: #000; 
	background-color: #fff;
}
p, ol, ul, li, pre, table {font-size: 1.0em;}  
p, h1, h2, h3, h4, h5, h6 {margin: 1.2em 0em 1.2em 0em;}
h1 {font-size: 2.0em;}  
h2 {font-size: 1.3em; font-weight: bold;}  
h3 {font-size: 1.2em; font-weight: bold;}  
h4 {font-size: 1.0em; font-weight: bold;} 
h5 {font-size: 1.0em; font-weight: bold;}  
h6 {font-size: 0.9em;}  
tt, pre {font-family: Consolas, monospace;}
small {font-size: 0.9em;}
input, select, th, td {font-size: 1em;}
img {border: 0; display: block;}
hr {color: #000000; border: solid 1px;}
strong, b {font-weight: bold;}

/* LINKS */
a {
	color: #0E4377;
	text-decoration: none;
	border-bottom: 1px dashed #0E4377;
}
a:visited {color: #0E4377;}
a:hover {border-bottom: 1px solid #0E4377;}


/* LAYOUT */
#wrapper {
	width: 800px;
	margin: auto;
	text-align: center; 				/* for NN4 */
}
/*/*/ #wrapper {text-align: left;} 		/* hidden from NN4 */

#menu {
	clear: both;
	float: right;
	padding: 0em;
	text-align: right;
	margin: 20px 0 20px 0;
}

#banner, #banner-home {
	clear: both;
	float: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#banner-home {
	background-image: url(home.jpg);
	width: 800px;
	height: 400px;
}
#banner {
	background-image: url(banner.jpg);
	height: 60px;
}
#title {
	margin-top: 10px;
	margin-left: 70px;
}

#body {
	padding: 2em;
	margin-top: 20px;
	border-left: solid 4px #999;
}
#footer {
	margin: 20px 0 20px 0;
	text-align: right;
}

/* CUSTOMISATIONS */
p.nospace, ul.nospace {margin-top: 0em;}
p.news-item {margin: 0 auto 3em auto;}
.indent {margin-left: 1.3em;}
h2, h3 {margin: 0;}
h2 {color: #105388;}

.imgleft {
	margin: auto 1em 2em auto;
	float: left;
}

.entries {
	margin-top: 2em;
}
.entries .left {
	font-size: 1.2em;
	text-align: center;
	width: 10px;
	padding: 0.3em 0.5em 0.3em 0.5em;
	color: #fff;
	background-color: #105388;
}
.entries .right {
	margin: -3.5em auto 2em 40px;
}
.entries .question {
	color: #105388;
	font-weight: bold;
}

.entries .cdpix {
	height: 125px;
	width: 125px;
	margin: 0 0 20px 0;
	padding: 0;
	clear: left;
}
.entries .cdtitle {
	margin: -145px auto auto 150px;
	width: 300px;
	float: left;
	clear: none;
}
.entries .cdtitle h3 {font-size: 1.0em;}  

.entries .cddesc {
	margin: -145px auto auto 445px;
	width: 315px;
	float: left;
	clear: none;
	border-left: solid 2px #999;
	padding-left: 10px;
}

