body {
	background-color: #FFFFFF;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
a:link {
	color: #2D4C86;
	text-decoration: none;
}
a:visited {
	color: #2D4C86;
	text-decoration: none;
}
a:active {
	color: #2D4C86;
	text-decoration: none;
}
a:hover {
	color: #2D4C86;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D4C86;
	font-weight: bold;
}
#nav {
	background-image: url(../images/bg-nav.jpg);
	background-repeat: no-repeat;
}
#content {
	background-image: url(../images/bg-text.jpg);
	background-repeat: no-repeat;
	background-color: #E8EEF8;
	padding: 10 20 20 20;
}
#hdr {
	background-image: url(../images/bg-hdr.jpg);
	background-repeat: no-repeat;
	padding: 19 20 0 20;
}

img.picture {
	padding-right:10px;
}

img.pictureright {
	padding-left:10px;
}


#contactdetails {
	padding: 20 0 20 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2D4C86;
	font-weight: bold;
	line-height: normal;
}
#contactdetails a:link {
	color: #2D4C86;
	text-decoration: none;
}
#contactdetails a:visited {
	color: #2D4C86;
	text-decoration: none;
}
#contactdetails a:active {
	color: #2D4C86;
	text-decoration: none;
}
#contactdetails a:hover {
	color: #2D4C86;
	text-decoration: underline;
}

#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3A658E;
	padding: 15 30 15 30;
	line-height: 16px;
}
#breadcrumb a:link {
	font-weight: bold;
	color: #3A658E;
	text-decoration: none;
}
#breadcrumb a:visited {
	font-weight: bold;
	color: #3A658E;
	text-decoration: none;
}
#breadcrumb a:active {
	font-weight: bold;
	color: #3A658E;
	text-decoration: none;
}
#breadcrumb a:hover {
	font-weight: bold;
	color: #3A658E;
	text-decoration: underline;
}