/* Presentation Stylesheet */ 
div#menu {
	line-height:20px;
}
ul, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

body/*, p*/ {
	color: #FFFFFF;
	font-size: 0.8em;
	background-color: #3D4646;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:1.6em;
	font-weight: normal;
	margin:0;
	}
h2{
	font-size:1.4em;
	font-weight: normal;
	margin:0;
}
h3 {
	font-size:1.2em;
	padding:0;
	margin:0;
}
h4 {
	font-size:1.0em;
	font-weight:bold;
}

hr { 	
	color: #3D4646;
	background: #3D4646;
	border: 0;
	width: 100%;
	height: 1px;
}

/* Links */
/*
a:link, a:visited, a:active {font-weight: normal;text-decoration:none; color:#00CC00;font-weight:bold;}
a:hover	{font-weight: normal;color: #FF341F;font-weight:bold;}
*/

a:link, a:visited, a:active {font-weight: normal;text-decoration:none; color:#FF341F;font-weight:bold;}
a:hover	{font-weight: normal;color: #FF341F;font-weight:bold;text-decoration:underline;}

a.green {padding-top:12px;color:#25DB15; font-weight:bold;}
a.green:link, a.green:active, a.green:visited{color:#25DB15;text-decoration:none;font-weight:bold;}
a.green:hover{color:#25DB15;text-decoration:none;font-weight:bold;text-decoration:underline;}

a.footer {padding-top:12px;color:#FFFFFF;}
a.footer:link, a.footer:active, a.footer:visited{color:#FFFFFF;text-decoration:underline;}
a.footer:hover{color:#FFFFFF;text-decoration:none;}

a.small {color:#25DB15; font-size:0.6em;}
a.small:link, a.small:active, a.small:visited{color:#25DB15;text-decoration:none;}
a.small:hover{color:#25DB15;text-decoration:none;text-decoration:underline;}

a.white {padding-top:12px;color:#FFFFFF; font-weight:normal;}
a.white:link, a.white:active, a.white:visited{color:#FFFFFF;text-decoration:none;font-weight:normal;}
a.white:hover{color:#00CC00;text-decoration:none;font-weight:normal;}

a.tjs:link, a.tjs:active, a.tjs:visited, a.tjs:hover{color:#999999;text-decoration:none;}
						
/* Layout colours, fonts etc */			
div#central {
	color: #FFFFFF;
	}
div#central_wide {
	color: #FFFFFF;
	}	
div#central_wide_inner {
	color: #000000;
	background-color:#FFFFFF;
	
	}	

div#footer {
 	height:20px;
	font-size:0.80em;	
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position:center;
	}
	
div#search_again {
	height:65px;
	background-image: url(images/search_again_bg.gif);
	background-repeat: repeat-x;
	background-position:center;
}
	
div#left {
	background-color:#FFFFFF;
	}
	
div#right {
}

div#subheader_search{
	background-image: url(images/search_main_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.search_menu {
	font-size:1.0em;
}

.table_grey_bg {
	background-color:#E5E6E6;
}

.table_blue_bg {
	background-color:#D9DFE1;
}

.table_blue_thin {
	background-color:#D9DFE1;
}

.table_grey_thin {
	background-color:#E5E6E6;
}

div#tjs {
	font-size:0.7em;
	color:#999999;
	}
	
/* Additonal styles */
img {border:0px;}

.red {color:#FF0000;font-weight: normal;}
.grey { color:#333333; }
.green { color:#25DB15; }
.green_italic{ color:#25DB15; font-style:italic; }
.red_italic{color:#FF0000; font-style:italic; }
.redbold {color:#FFFF00;font-size:1.2em; }

ul.links,ul.links li {
	margin:0px;
	padding:0px;
	list-style:none;
	}
ul.links li.table_grey_bg {
	padding:20px;
	border-bottom:4px solid #ffffff;
	}
ul.links h2 {
	margin-left:5px;
	}
ul.links h3 {
	
	}
ul.links ul li {
	margin-bottom:10px;
	}
ul.links ul li.final {
	margin-bottom:0px;
	}
