/************ GLOBAL RESET STUFF **************/
* {
	padding: 0;
	margin: 0;
}
p, pre, blockquote, form, label, ol, dl, fieldset, address {
	margin: 20px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.2em 0;
}
dd, blockquote {
	margin-left: 40px;
	margin-bottom: 0.9em;
}
fieldset {
	padding: 10px;
}
p {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1.2em;
}
sup {
	line-height: 0;
	vertical-align: text-top;
}
sub {
	line-height: 0;
}
/************ APPEARANCE TAGS **************/
TABLE {
	empty-cells: show;
	border-collapse: collapse;
}
A:link, A:visited {
	color: #0177b3;
	text-decoration: none;
}
A:hover {
	color: #f57e20;
	text-decoration: underline;
}
/* Heading colour was more ochrey #957861 */
h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #f57e20;  /* Was #0177b3; blue in 2008 */
	margin-bottom: 0.5em;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #f57e20;
	margin-top: 1.2em;
	text-align: center;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
UL {
	padding-left: 1.5em;
	margin-left: 2em;
	margin-top: 1em;
}
UL LI {
	padding-left: 0em;
	margin-bottom: 0.5em;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.colouredtext {
	color: #CB261D;
}
HR {
	height: 1px;
	border-bottom: 1px solid black;
}
.nice_textfield {
	background-color: #DDDDDD;
	color: #ffffff;
	border: 1px solid #333;
}
/*********************** LAYOUT TAGS **********************/
body {
	margin:0px 0px 1.5em 0px;
	background: #61737c url(images/bg-interior.gif) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
#container_outer {
	position: relative;
	width: 920px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	background-image: url(images/bg-main.gif);
	background-position: center top;
	background-repeat: repeat-y;
/*	border: 1px solid green; */
}
#container_inner {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#header_area {
	position: relative;
	margin: 0;
	height: 121px;
	padding-top: 15px;
	padding-right: 35px;
	background-image: url(images/bg-greytop.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	text-align: right;
}
#contentdiv {
	padding: 1em 90px 0px 100px;
	line-height: 1.2em;
	background: url(images/bg-maintop.gif) top center no-repeat;/*	border: 1px solid yellow; */
}
#logo {
	position: absolute;
	top: 15px;
	left: 25px;
}
#logo IMG {
	border: none;
}
.header_special_link {
	position: absolute;
	left: 110px;
	top: 95px;
}
.header_special_link A:link, .header_special_link A:visited {
	color: #f57e20;
	font-weight: bold;
}
.lastupdated {
	position: relative;
	z-index: 100;
	clear: both;
	margin-left: -80px;
	top: 110px;
	font-size: 8pt;
	color: #CCC;
}
/********** MENU CONTAINER ***********************/
.headermenu {
	position: absolute;
	top: 6px;
	left: 20px;
	width: 880px;
	height: auto;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #232323;
}
/** SPONSORS ***************************************/
.sponsors {
	position: relative;
	clear: left;
	margin: 20px 30px 15px -30px; /* 2008 was	margin: 20px 5px 15px 0px; */
	text-align: center;
}
.sponsors IMG {
	margin: 5px 15px;
	vertical-align: middle;
}
/********** DOT CONTAINER ***********************/
#dot {
	position: relative;
	float: right;
	margin-right: 0px;
	margin-top: -150px;
	text-align: right;
}

/********** FOOTER ***********************/
.footer {
	position: relative;
	height: 35px;
	padding: 15px 10px 0px 20px;
	background-image: url(images/bg-end.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	color: #333;
	font-size: 8pt;
}
.footer_left {
	float: left;
	text-align: left;
}
.footer_right {
	float: right;
	text-align: right;
}
.footer A:link, .footer A:visited {
	color: #333;
}
/********* ILLUSTRATIONS ***************************/
.ill_left, .ill_right {
	position: relative;
	clear: both;
	margin-bottom: 1em;
	font-size: 8pt;
	text-align: center;
	line-height: 1em;
}
.ill IMG, .ill_left IMG, .ill_right IMG {
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 8px;
	border: 1px solid #cccccc;
}
.ill A, .ill_left A, .ill_right A {
	text-decoration: none;
}
.ill A:hover, .ill_left A:hover, .ill_right A:hover {
	text-decoration: none;
}
.ill_right {
	float: right;
	margin-left: 2em;
}
.ill_left {
	float: left;
	margin-right: 2em;
}
/*************** NICE TABLES ********************/

/*** TABLE FORMATS *******************************************/
/*** General Formats ***************/
.bordered_table {
	border: 1px solid #666;
	border-collapse: collapse;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
TH {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	background-color: #F0F0F0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.bordered_table TD {
	padding: 5px;
}
.horizlined_table TD {
	padding: 5px;
	border-bottom: 1px solid #DFDFDF;
}
table P {  /* Sometimes a P slips in, sometimes TDs don't have a P */
	margin-top: 0;
	margin-bottom: 0.5em;
}
.major_heading {
	padding: 5px;
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #333;
	font-weight: bold;
	font-size: 130%;
	color: white;
}
TABLE.horizlined_table TD {
	border-bottom: 1px solid #DFDFDF;
	border-left: none;
	border-right: none;
}
.invis_table, .invis_table TD {
	border: none;
}
