body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
/*	font-size: 68.75%;*/
	height: 100%;
	margin: 0;
	padding: 0;
/*	color: #000000;*/
	color: #10397B;
/*	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}

a:link,
a:visited {
	color: #10397B;
	text-decoration: underline;
	outline: none;
}

a:hover, a:focus, a:active {
	color: #666666;
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-left: 0.5em;
	margin-bottom: 0;
}

h2 {
	font-size: 1.4em%;
	margin: 30px 0 0 0;
	font-weight: bold;
}

h3 {
	font-size: 110%;
}

table {
	text-align: center;
	line-height: 1em;
}

th {
	padding: 10px;
}

caption {
	font-size: 140%;
	font-weight: bold;
}

img {
	border: none;
	width: 100%;
	height: 100%;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.centre {
	margin-right: 5px;
	padding: 15px 0 0 0;
}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
/*	clear: both;*/
}

img.thumb {
	border: 1px solid #999999;
	margin-right: 8px;
}

img.icon {
	margin: 5px 0 0 0;
	border: none;
}

#wrapper {
	margin: 10px auto auto;
	width: 76.5em;
	border: 1px solid #000000;
	background-color: #F3F3F3;
}

#textsize {
	text-align: right;
	padding: 1em;
	font-size: 1.1em;
}

#textsize a:link,
#textsize a:visited,
#textsize a:hover, 
#textsize a:active {
	text-decoration: none;
}

div.right {
	text-align: right;
	padding: 1em;
}

div.left {
	float:left;
}

/*************************** Header ************************/
#header {
	height: 11em;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

/*------------------------------------------------- Top Menu Bar---------------------------------------*/	
#topmenu{
	background: url(../img/topmenu_bg2.gif) repeat-x 0% 0%;
/*	padding: 0 0 20px 10px; */
	padding: 0; 
	height: 3.5em;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	float: right;
}

#topmenu li {
/*	background: transparent url(../img/topmenu_divider_bg.gif) no-repeat 0% 0%;*/
	float: left;
	width: 11em; /* needed for old versions of Opera */
	list-style-type: none;
}

#topmenu a, #topmenu a:visited, #topmenu a:active, #topmenu a:focus {
	background: url(../img/topmenu_bg2.gif) repeat-x 0% 0%;
	display: block;
	color: #fff;
	text-decoration: none;
	height: 2em;
	text-align: center;
	padding-top: .9em;
	font-size: 1.1em;
}

#topmenu a:hover {
	background: url(../img/topmenu_hover_bg2.gif) repeat-x 0% 0%;
	text-decoration: none;
}

#topmenu li ul {
	position: absolute;
	width: 10em;
	left: -999em; 
/*use display instead as IE7 has problems - if you click on top item ("#") dropdowns don't disappear
	display: none;*/
}

#topmenu li:hover ul, #topmenu li.sfhover ul{
	left: auto;
}

/* use this instead of left:auto to avoid IE7 problem as described above */
#topmenu li:hover ul, #topmenu li.sfhover ul{
	display: block;
}


/************************ Right Column Navigation *****************/
#sidebar {
	font-size: 1em;
	float: right;
	margin: 0 .5em;
	width: 205px;
}

#sidebar .infoblock {
	background: url(../img/bottom_bg.gif) center bottom no-repeat;
	margin-top: 1em;
	padding-bottom: 1em;
}

#sidebar .infoblock h3 {
	font-size: 1.1em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	background: url(../img/top_bg.gif) center top no-repeat;
	color: #FFF;
	padding: 5px;
}
#sidebar div.centre {
	text-align: center;
	margin-top: 1em;
}

#sidebar a:link,
#sidebar a:visited,
#sidebar a:focus,
#sidebar a:active {
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover { 
	color: #CCCCCC;
	text-decoration: none;
}

#sidebar .infoblock .infocontent {
	background: url(../img/middle_bg.gif) center top repeat-y;
	line-height: 1em;
	padding-right: .5em;
/*	border-left: 1px solid #92C9F1;
	border-right: 1px solid #92C9F1;*/
}

#sidebar .infoblock .infocontent img {
	float: left;
	margin: 5px;
}

#sidebar .infoblock .infobold {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li a {
	font-size: 1.2em;
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #fff;
	overflow: visible;
}

#sidebar li a:hover{
	text-decoration: none;
	background: #749EBE;
}

/************************** Content ******************/
#homecontent {
	float: left;
/*	height: auto;*/
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 1em 0 0 .5em;
	padding: 0;
	height: 55em;
	width: 44em;
	background-image: url(../img/home_bg3.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#homecontent ul {
	margin: 0 1.3em;
}

div.homecontent_left {
	float: left;
	margin: .5em 0;
	width: 300px;
}

#content {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-right: 210px;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	color:#000000;
}

#content h1 {
	font-size: 1.3em;
	text-align: left;
	color: #10397B;
	margin-left: 0;
}

#content h2 {
	color: #00A5FF;
	font-size: 1.2em;
}

#content h3 {
	color: #10397B;
	font-size: 1.1em;
}

#content table {
	text-align: left;
}

#content th {
	font-weight: bold;
}

#content a:link,
#content a:visited,
#content a:active {
	color: #000000;
	text-decoration: underline;
}

#content a:hover {
	color: #666666;
	text-decoration: underline;
}

#content a.light,
#content a.light:visited,
#content a.light:active {
	color: #0099CC;
}

#content .txtcentre {
	text-align: center;
}

#content .txtright {
	text-align: right;
}

#content ul {
	margin: 10px 0 10px 0;
}

#content li {
	margin-left: 1em;
}

#content ul li ul li{
	margin: 10px;
	list-style-type: none;
}

#content dl {
	line-height: 1.5em;
	padding-left: 2em;
}

#content dd {
	fon
