html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow/**/:/**/visible;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

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: #CD3333;
	text-decoration: none;		
}

a:hover, a:active {
	color: #CD3333;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldtext {
}

.formfieldoption {
}

.formfieldarea {
}
 
.formfieldselect {
}

.formfieldbutton {
}

.formfieldimage {
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0px 0px 6px 0px;
}

.loginbox span {
	width: 80px;
	padding: 4px 2px 0px 0px;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 53px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/*----- highlight for search terms -----*/
.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
   padding: 0px 3px 1px 3px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
	color: #CD3333;
	text-decoration: none;
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
	color: #CD3333;
	text-decoration: underline;
}

/* --------- navigation styles --------- */
/* ---- nav style 0 (Flow text - Sub Nav) ---- */
.navi0 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #333;
	border-width: 0px 0px 1px 0px;
	padding-left: 15px;
	background: #F3F3F3;
}

.navi0 ul {
	list-style: none;
	padding: 5px 0px;
	margin: 0px;
}

.navi0 li {
	display: inline;
	padding: 0px 10px;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #666;
	font-weight: normal;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #666;
	text-decoration: underline;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #000;
	font-weight: normal;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #000;
	text-decoration: underline;
}


/* ---- nav style 5 (HZ graphics - Main Nav) ---- */
.navi5 {
	margin: 0px;
	padding: 0px;
}

.navi5 ul, .navi5 li {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}

.navi5 li {
	display: inline;
}

/* ---- nav style 8 (HZ graphics - Utility Nav 1) ---- */
.navi8 {
	margin: 0px;
	padding: 0px;
}

.navi8 ul, .navi8 li {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}

.navi8 li {
	display: inline;
}

/* ---- nav style 9 (Flow text - Utility Nav 2) ---- */
.navi9 {
	/* common font face, size, formatting */
	color: #3F3F3F;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.navi9 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navi9 li {
	display: inline;
}

.navi9 li a:link, .navi9 li a:visited {
	/* normal link: colour, style */
	color: #3F3F3F;
}

.navi9 a:hover, .navi9 a:active {
	/* normal link rollover: colour, style */
	color: #3F3F3F;
	text-decoration: underline;

}

.navc9 a:link, .navc9 a:visited {
	/* current link: colour, style */
	color: #3F3F3F;
}

.navc9 a:hover, .navc9 a:active {
	/* current link rollover: colour, style */
	color: #3F3F3F;
	text-decoration: underline;
}


/* --------- 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: 20px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
	/* link: colour, style */
	color: #CD3333;
	text-decoration: none;
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
	/* link rollover: colour, style */
	color: #CD3333;
	text-decoration: underline;
}

textarea.t0 {
color: #000;
background-color: #FFF;
}

/* --------- text style 1 --------- */
.t1 {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
	/* link: colour, style */
	color: #CD3333;
	text-decoration: none;
}

.t1 a:hover, .t1 a:active {
	/* link rollover: colour, style */
	color: #CD3333;
	text-decoration: underline;
}

textarea.t1 {
color: #000;
background-color: #FFF;
}

/* --------- text style 2 --------- */
.t2 {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
	/* link: colour, style */
	color: #CD3333;
	text-decoration: none;
}

.t2 a:hover, .t2 a:active {
	/* link rollover: colour, style */
	color: #CD3333;
	text-decoration: underline;
}

textarea.t2 {
color: #000;
background-color: #FFF;
}

/* --------- text style 3 --------- */
.t3 {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.t3 a:link, .t3 a:visited {
	/* link: colour, style */
	color: #CD3333;
	font-weight: bold;	
	text-decoration: none;
}

.t3 a:hover, .t3 a:active {
	/* link rollover: colour, style */
	color: #CD3333;
	text-decoration: underline;
}

textarea.t3 {
color: #000;
background-color: #FFF;
}

/* --------- text style 4 --------- */
.t4 {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.t4 a:link, .t4 a:visited {
	/* link: colour, style */
	color: #CD3333;
	text-decoration: none;
}

.t4 a:hover, .t4 a:active {
	/* link rollover: colour, style */
	color: #CD3333;
	text-decoration: underline;
}

textarea.t4 {
color: #000;
background-color: #FFF;
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

/* --------- quick table row styles --------- */
.r1 {
	/*background-color: #DDDDDD;*/
}

.r2 {
	/*background-color: #F4F4F4;*/
}

/* --------- custom style settings --------- */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	background: #FFF url(../graphics/system/bkg_line.gif) repeat-x;
}

#toplevel {
  width: 770px;
  width/* */:/**/711px; 
  width: /**/711px;
	padding: 0px 21px 15px 38px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: url(../graphics/system/bkg_main.gif) no-repeat;
}

#header {
  height: 125px;
  height/* */:/**/109px; 
  height: /**/109px;
	padding-top: 16px;
}

#utilitynav1 {
	height: 11px;
	padding-left: 337px;
	border: 1px solid #CCC;
	background: #E6E6E6;
}

#standard {
	background: #F3F3F3;
	border: 0px;
	padding: 0px;
	width: 100%;
}

#textcontent {
	padding: 25px;
	vertical-align: top;
}

#feature {
	border-top: 25px solid #F3F3F3;
	border-bottom: 35px solid #F3F3F3;
	padding: 18px;
	width: 167px;
	vertical-align: top;
	background: #FFF url(../graphics/system/feature_edge.gif) repeat-y;
}

#content {
	background: #333;
	padding: 0px 4px 5px 4px;
	margin: 0px;
}

#content1 {
	width: 313px;
	vertical-align: top;
}

#content2 {
  width: 226px;
  width/* */:/**/206px; 
  width: /**/206px;
	padding: 10px;
	vertical-align: top;
	background: #333;
}

#content3 {
	width: 120px;
	vertical-align: top;
	background: #333;
}

#content4 {
	padding: 6px;
}

#mainnav {
	height: 26px;
	background: #666;
}

.footerinfo {
	width: 400px;
	float: left;
	color: #3F3F3F;
	font-size: 10px;
	padding-top: 12px;
}

.footernav {
	width: 250px;
	float: right;
	color: #3F3F3F;
	text-align: right;
	font-size: 10px;
	padding-top: 12px;
}

.boxtitle01 {
	margin-bottom: 1px;
	border: 1px solid #CDCDCD;
	padding: 6px;
	color: #000;
	font-size: 12px;
	letter-spacing: 0.07em;
	font-weight: bold;
	background: #E6E6E6;
}

.boxcontent01 {
	margin-bottom: 12px;
	border: 1px solid #CDCDCD;
	padding: 6px;
	color: #000;
	background: #F3F3F3;
}

