body {
	background: #fff;
	font-family:Arial, Verdana, sans-serif;
	margin: auto;
	padding: 1em 0 1em 0;
}

/* Width of screen occupied */
#wrap {
	width: 90%;
	margin: auto;
}

/* Header - center image for category name */
.centreimage {
	text-align: center;
}

/* Extras navigation bar */

#extras{
	clear: none;
	float: right;
	width: 170px;
	margin: 0px 1px 0 0;
	font-size: 0.8em;
	padding: 0;	
}

#extras ul{
	list-style: none;
	width: 170px;
	margin: 0;
	padding: 0;
}

#extras li{
	margin-bottom: 0px;
	font-family: Verdana, Arial, sans-serif;
}

#extras li a{
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-variant: small-caps;
	min-height: 20px;
	text-decoration: none;
	/* color:#999; */
	color: #94a6b2;
	display: block;
	background: #f4f4f9;
	/*border-left: 4px solid #ccccdd;*/
	border-left: 4px solid #C8D1D8;
	border-right: 1px solid #ccccdd;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat;
	padding: 6px 0 3px 10px;	
}

#extras li a:hover{
	background: #efeffe;
	color: #286ea0;
	border-left: 4px solid #286ea0;
	background-image: url(../images/navbg_over.jpg);
	background-repeat: repeat;
}

#extras ul li.here{
	font-weight: bold;
	/*font-size: 1.1em;*/
	min-height: 20px;
	text-decoration: none;
	color: #94A6B2;
	display: block;
	/*padding: 6px 0 0 10px;*/
	background: #f4f4f9; /*border-left:4px solid #afafff;*/
	border-left: 4px solid #25CD29;
	border-right: 1px solid #25cd29;
	background-image: url(../images/navbg_here.jpg);
	background-repeat: repeat;
	padding: 6px 0 3px 10px;
}

li.maindirectory {
	font-size: 1em;
	border-top: 1px solid #ccd;
	padding: 0;
	margin: 0;
}

/* Horizontal navigation to main site */

.nav {
	width: 7em;
}

.nav a {
	color:#fff;
	font-weight: bold;
}

td.nav {
	font-size: 0.96em;
}

table.sitenav {
	background-color: #C8D1D8;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.96em;
	text-decoration: none;
	width: 99.7%;
	margin-bottom: 0;
}

td.nav a {
	font-size: 0.96em;
	text-decoration: none;
}

table#main tbody tr td {
	margin: 0;
	padding: 0;
}

table#main {
	padding: 0;
	margin: 0;	
}

/* Main content - client's material */

table#main tbody tr td {
	text-align:left;
	vertical-align:top;
}

/* footer */

td div#footer {
	width: 100%;
	border: 0;
	font-size: 0.7em;
	color: #cdcdcd;
	text-align: center;
}

div#footer a {
	text-decoration: none;
	color: #cdcdcd;
}

table#myfooter {
	text-align: center;
	margin-top: 1em;
}

#footer {
	font-family: Arial, Verdana, sans-serif;
}



td.pagenav a {
	font-size: 90%;
	text-align: right;
	text-decoration: none;
	color: #fff;
	padding-right: 2em;
}
