html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow/**/:/**/visible;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul.list0 {
	list-style-image: url(../graphics/system/bullet0.gif);
	margin-left: 1em;
}

ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	margin-left: 2em;
}

ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	margin-left: 4em;
}

ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	margin-left: 1em;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #F07700;
	text-decoration: none;		
}

a:hover, a:active {
	color: #F07700;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldtext {
}

.formfieldoption {
}

.formfieldarea {
}
 
.formfieldselect {
}

.formfieldbutton {
}

.formfieldimage {
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 100px;
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/*----- highlight for search terms -----*/
.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
   padding: 0 3px 1px 3px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1, .sm2, .sm3, .sm4, .sm5, .sm6, .sm7, .sm8, .sm9 {
	color: #F07700;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.sm1 {
	color: #000;
	font-size: 15px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
	color: #F07700;
	text-decoration: none;
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
	color: #F07700;
	text-decoration: underline;
}

/* --------- navigation styles --------- */
/* ---- nav style 3 (text) ---- */
.navi3 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.navi3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi3 li {
/*	display: inline; */
}

.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
	color: #FE0;
}

.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
	color: #FE0;
	text-decoration: underline;
}

.navc3 a:link, .navc3 a:visited {
	/* current link: colour, style */
	color: #FE0;
}

.navc3 a:hover, .navc3 a:active {
	/* current link rollover: colour, style */
	color: #FE0;
	text-decoration: underline;
}

li.navh3 {
	/* header text */
	color: #FFF;
	font-weight: bold;	
	font-size: 13px;
}

/* ---- nav style 4 (vertical graphics logos) ---- */
.navi4 {
	margin: 0;
	padding: 0;
}

.navi4 ul, .navi4 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi4 li {
	display: block;
	padding: 1px 0 1px 0;
}

/* ---- nav style 0 (HZ GFX - Main Nav) ---- */
.navi0 {
	margin: 0;
	padding: 0;
}

.navi0 ul, .navi0 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi0 li {
	display: inline;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
/* ---- title text style ---- */
h1, .t0 {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
	/* link: colour, style */
	color: #F07700;
	text-decoration: none;
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
	/* link rollover: colour, style */
	color: #F07700;
	text-decoration: underline;
}

/* --------- text style 1 --------- */
.t1 {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
	/* link: colour, style */
	color: #F07700;
	text-decoration: none;
}

.t1 a:hover, .t1 a:active {
	/* link rollover: colour, style */
	color: #F07700;
	text-decoration: underline;
}

/* --------- text style 2 --------- */
.t2 {
	color: #1C63C3;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
	/* link: colour, style */
	color: #F07700;
	text-decoration: none;
}

.t2 a:hover, .t2 a:active {
	/* link rollover: colour, style */
	color: #F07700;
	text-decoration: underline;
}

/* --------- text style 3 --------- */
.t3 {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.t3 a:link, .t3 a:visited {
	/* link: colour, style */
	color: #F07700;
	font-weight: bold;
	text-decoration: none;
}

.t3 a:hover, .t3 a:active {
	/* link rollover: colour, style */
	color: #F07700;
	text-decoration: underline;
}

/* --------- text style 4 --------- */
.t4 {
	color: #D2232A;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

.t4 a:link, .t4 a:visited {
	/* link: colour, style */
	color: #F07700;
	font-weight: bold;
	text-decoration: none;
}

.t4 a:hover, .t4 a:active {
	/* link rollover: colour, style */
	color: #F07700;
	text-decoration: underline;
}

/* --------- text style 4 --------- */
.t5 {
	color: #888;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.t5 a:link, .t5 a:visited {
	/* link: colour, style */
	color: #F07700;
	font-weight: bold;
	text-decoration: none;
}

.t5 a:hover, .t5 a:active {
	/* link rollover: colour, style */
	color: #F07700;
	text-decoration: underline;
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

/* --------- quick table row styles --------- */
.r0 {
	color: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	background: #55F;
	border: 1px solid #003;
}

.r1 {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background: #EEF;
	border: 1px solid #003;
}

/* --------- custom style settings --------- */


/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-align: center;
	background: #FFF url(../graphics/system/bg_redstrip.gif) center repeat-y;
}

#toplevel {
	width: 760px;
/* 	height: 100%; */
	padding: 0;
	margin: 0 auto;
	border: 0;
	text-align: left;
}

#header {
	height: 89px;
	background: url(../graphics/system/filmstrip.gif);
	vertical-align: bottom;
	margin: 6px 0 0 0;
}

#mainnav {
	height: 16px;
	margin-top: -16px;
}

.content {
	width: 584px;
	width/* */:/**/544px;
	width: /**/544px;
	vertical-align: top;
	padding: 10px 10px 10px 30px;
}

#contentarea {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: 0;
}

#columns, #footer {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

#column1 {
	vertical-align: top;
	padding-right: 10px;
}

#column2 {
	vertical-align: top;
	padding-left: 10px;
}

#brace1, #brace2 {
	width: 262px;
}

.subnav {
	width: 176px;
	width/* */:/**/150px;
	width: /**/150px;
	vertical-align: top;
	padding: 10px 16px 10px 11px;
}

#pagecount {
	text-align: center;
	padding: 0 0 10px 0;
}

#foot1 {
	vertical-align: bottom;
}

#foot2 {
	text-align: right;
}

#credits {
	color: #FFF;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
}

#credits a:link, #credits a:visited, #credits a:hover, #credits a:active {
	color: #FE0;
}



