body {
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../tpl/bdybg.jpg) #5A656B repeat-x;
	margin: 0 0 20px 0;
	padding: 0px;
	text-align: center;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #000000;
}

ul {
	margin: 20px 0 20px 10px;
	padding: 0;
	list-style: none;
	color: #333333;
}

ul li {
	padding: 0 0 0 17px;
	margin: 0 170px 5px 0;
	background: url(../tpl/libul.gif) no-repeat;
	line-height: 1.3em;
	text-align: justify;
}

th { background: #5A656B;
  font-size:smaller;
	color: #000000
}

th a:link {
	color: #FFFFFF;
}

th a:visited {
	color: #FFFFFF;
}

th a:active {
	color: #333333;
}

th a:hover {
	color: #000000;
}

tr.odd {
	background: #E4E9D5
}

#wrapper {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #45494B;
	border-bottom: 6px solid #45494B;
	border-left: 1px solid #45494B;
}

#header {
	background: url(../tpl/logo.jpg);
	height: 120px;
	width: 700px;
	margin: 0px;
	padding: 0px;
}

#mnhead {
	color: #000000;
	font-weight: normal;
	background: url(../tpl/hbul.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
	margin: 20px 0 0 0;
	letter-spacing: 0.3em;
	text-indent: 1em;
}

#mnhead2 {
	color: #000000;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-indent: 1em;
	border-bottom: 1px solid #CFEC78;
}

#mnhead3 {
	color: #000000;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-indent: 2em;
	border-bottom: 1px dashed #BFDC68;
}

#nav {
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #45494B;
	background: url(../tpl/navbg.jpg) repeat-x;
}

#nav ul {
	margin: 0 0 0 40px;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0 12px 0 7px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#nav a.selected:link, #nav a.selected:visited, #nav a:hover {
	border-top: 4px solid #9DAE6E;
	border-bottom: 4px solid #45494B;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333333;
}

#nav a:hover {
	color: #000000;
}

#contentwrap {
	background: url(../tpl/boxbg.gif) #99A1A5;
	margin: 20px;
}

#contentop div {
	background: url(../tpl/tl.gif) no-repeat top left;
}

#contentop {
	background: url(../tpl/tr.gif) no-repeat top right;
}

#contentbot div {
	background: url(../tpl/bl.gif) no-repeat bottom left;
}

#contentbot {
	background: url(../tpl/br.gif) no-repeat bottom right;
}

#contentop div, #contentop, #contentbot div, #contentbot {
	height: 20px;
	font-size: 1px;
}

#content {
	margin: 0 20px;
}

#weebox {
	background: url(../tpl/weetop.gif) #E4E9D5 no-repeat left top;
	padding: 8px 0 0 0;
	margin: 20px 20px 20px 0;
	width: 350px;
	float: left;
}

#weebox h3 {
	display: none;
}

#weebox p {
	background: url(../tpl/weebottom.gif) no-repeat right bottom;
	font-size: 11px;
	line-height: 15px;
	margin: 15px 0 0 0;
	padding: 10px 10px 20px 10px;
}

#weebox img {
	margin: 16px 0 0 0;
	padding: 20px 10px 0 10px;
}

.copyright {
	text-align: center;
	font-size: xx-small
}

.enhancedtable{
 	border-collapse:collapse;
 	border:1px solid #000;
}

.enhancedtable td,.enhancedtable th {
 	border:1px solid #000;
 	padding:5px;
}

.enhancedtablecolouredrow{
 	background:#E4E9D5;
}

.enhancedtablerowhover{
 	background:#99A1A5;
}

.enhancedtableactive{
 	background:#65696B;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}