/* To centre something on a page use these classes, */
/* and two divs (the table in the html is only needed to fix a issue in */
/* Macintosh ie 5.2).  This works with expanding items. */
/*  */
/* This works on... */
/* Macintosh: ie 5.2, Safari 1.2.4, Firefox 1.0.1 */
/* (although firefox will not center a table within it if doctype is xhtml) */
/* Windows: ie 6.0, Firefox 1.0.2 */

/* Vertical centering: make div as large as viewport and use table layout */
.centreouterdiv
{
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* center the block content */
.centreinnerdiv
{
	display: table-cell;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

/* to here */





/* body */
.main_body
{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #000000;
	font-family: Arial, Helvetica, Geneva, san-serif;
	font-size: 12px;
	color: #cccccc;
	line-height: 12px;
}

.iframe_body
{
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	background-image: url(../images/iframe-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, Geneva, san-serif;
	font-size: 10px;
	color: #cccccc;
	line-height: 10px;
}

.fullscreen_body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, Geneva, san-serif;
	font-size: 12px;
	color: #cccccc;
	line-height: 12px;
}
/* body */





/* iframe */
.grid_iframe
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 440px;
	height: 387px;
}
/* iframe */





/* links */
a:link
{
	text-decoration: none;
	color: #777777;
	letter-spacing: 1px;
}

a:active
{
	text-decoration: none;
	color: #777777;
	letter-spacing: 1px;
}

a:visited
{
	text-decoration: none;
	color: #777777;
	letter-spacing: 1px;
}

a:hover
{
	text-decoration: underline;
	color: #ff0000;
	letter-spacing: 1px;
}
/* links */





/* forms */
select
{
	padding: 0px 0px 0px 0px;
	width: 97px;
	color: #333333;
	border: 1px solid #777777;
	background-color: #ffffff;
	font-size: 10px;
}

input
{
	padding: 3px 3px 3px 3px;
	color: #333333;
	border: 1px solid #777777;
	background-color: #ffffff;
	font-size: 10px;
	cursor: hand;
}

button
{
	padding: 3px 3px 3px 3px;
	color: #333333;
	border: 1px solid #777777;
	background-color: #ffffff;
	font-size: 10px;
	cursor: hand;
}
/* forms */



/* normal site classes */
.site_divouter
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	border-spacing: 0px;
	width: 726px;
}

.site_divinner
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

.site_table
{
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: bottom;
	width: 726px;
}

.site_tdheader
{
	height: 200px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #777777;
	text-align: left;
	vertical-align: bottom;
}

.site_tdmenu
{
	padding: 10px 10px 10px 10px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #777777;
	text-align: left;
	vertical-align: middle;
}

.site_tdmenu a:link
{
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: bold;
}

.site_tdmenu a:active
{
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: bold;
}

.site_tdmenu a:visited
{
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: bold;
}

.site_tdmenu a:hover
{
	text-decoration: none;
	color: #777777;
	letter-spacing: 1px;
	font-weight: bold;
}

.site_td
{
	padding: 10px 10px 10px 10px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #777777;
	text-align: left;
	vertical-align: middle;
}

.site_tdfooter
{
	padding: 10px 10px 10px 10px;
	background-color: #000000;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #777777;
	text-align: left;
	vertical-align: middle;
}
/* normal site classes */





/* fullscreen classes */
.fullscreen_divouter
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	border-spacing: 0px;
	width: 980px;
}

.fullscreen_divinner
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
}

.fullscreen_table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 980px;
	height: 788px;
}

.fullscreen_tdspecial
{
	padding: 10px 10px 10px 10px;
	border: 1px solid #777777;
}
/* fullscreen classes */





/* site title and definition in banner space */
.title_div
{
	position: relative;
	width: 203px;
	height: 115px;
	font-size: 20px;
	color: #cccccc;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: right;
	vertical-align: top;
	float: left;
}

.definition_div
{
	position: relative;
	margin: 0px 0px 10px 213px;
	width: 340px;
	font-size: 9px;
	color: #ffffff;
	line-height: 8pt;
	letter-spacing: 1px;
	float: left;
}

.definition_table
{
}

.definition_title
{
	font-weight: bold;
	font-size: 10px;
	color: #cccccc;
	line-height: 10pt;
	letter-spacing: 1px;
}

.definition_set
{
	width: 10px;
}

.definition_subset
{
	width: 10px;
}

.definition_text
{
}
/* site title and definition in banner space */





/* interface divs */
.interface
{
	position: relative;
	margin: 0px 0px 0px 0px;
	border: 1px solid #777777;
	width: 440px;
	float: left;
}

.interface_title
{
	padding: 10px 10px 10px 10px;
	background-color: #333333;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #777777;
	text-align: left;
	vertical-align: bottom;
}

.interface_info
{
	width: 100%;
	float: left;
	clear: left;
}
/* interface divs */





/* instruction divs */
.instructions
{
	position: relative;
	margin: 0px 0px 0px 10px;
	border: 1px solid #777777;
	width: 250px;
	height: 420px;
	float: left;
}

.instructions_title
{
	padding: 10px 10px 10px 10px;
	background-color: #333333;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #777777;
	text-align: left;
	vertical-align: bottom;
}

.instructions_info
{
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float: left;
	clear: left;
}
/* instruction divs */





/* about divs */
.about
{
	position: relative;
	margin: 0px 0px 0px 0px;
	border: 1px solid #777777;
	width: 702px;
	height: 420px;
	float: left;
}

.about_title
{
	padding: 10px 10px 10px 10px;
	background-color: #333333;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #777777;
	text-align: left;
	vertical-align: bottom;
}

.about_info
{
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float: left;
	clear: left;
}
/* about divs */





/* form table */
.form_table
{
	margin: 10px 10px 10px 10px;
	font-size: 10px;
	color: #cccccc;
	line-height: 12px;
	letter-spacing: 1px;
}

.form_tdicon
{
	width: 140px;
	height: 112px;
}

.form_divtitle
{
	position: relative;
	margin: 5px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	width: 63px;
	left: 20px;
	background-color: #000000;
	font-weight: bold;
	clear: left;
}

.form_divselect
{
	position: relative;
	left: 20px;
	width: 100px;
	clear: left;
}

.form_tdsubmit
{
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: middle;
}
/* form table */
