body {
	font-family: Tahoma, Verdana, Arial, Geneva, helvetica, sans-serif;
	font-size: 11px;
	background:#fff;
	padding:0px;
	margin: 0px 10px 0px 0px;
	display: block;
	min-width:563px; /* width of banner image */
}

/*** Hyperlink properties ***/
a {
	text-decoration:underline;
	font-weight:bold;
	color:#c63203;
}
a:visited {	color:#0033CC; font-weight:normal; }
a:active  { color:#FEAC00;	}
a:hover   {	color:#FEAC00;	text-decoration:underline;	}
	
h1 {
	font-size:14px;
	font-weight: bold;
	/* padding-top:10px; */
	padding-bottom: 14px;
	color: #004483;
}
	
h2 {
	font-size:12px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 12px;
	color:#4682B4;
}
	
h3 {
	font-size:11px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom: 11px;
	color:#4682B4;
}

pre {
	font-size:11px;
	color:blue;
}

#emphasis {
	font-size:11px;
	color:#C63203;
}

/* Margins for all text elements */
p,h1,h2,h3,pre {
	margin: 0px;
}

/* Popup boxes need simpler CSS */
#popup {
	width: 800px;
}

#popup p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#topbanner {
	height:121px;
	background-color:#FDC20B;
	background-image: url(/css/images/banner0805_75bg.png);
	background-repeat: repeat-x;
}

#bannerimg {
	height:104px;
	clear: both;	
	left: 0px;
	top: 0px;
}

#hdrlinks {
	position: absolute;
	left:385px;
	top:20px;
	color:#FFFFFF;
}
#hdrlinks a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#hdrlinks a:visited { color:#fff; }
#hdrlinks a:active  { color:#fff; }
#hdrlinks a:hover   { color:#FFF; text-decoration:underline; }

/*  FLICKERLESS IMAGE ROLLOVERS */
/* Step 10 - Clearing the float. This is >= total size of all images together */
#menu {
	position:absolute;
	left:0px;
	top: 85px;
	width:558px; 
	height:17px; 
	/* z-index:1; */
}

/* Step 3 - get rid of the bullets and margin */
#menu ul {margin:0px; padding:0px; list-style-type:none;}

/* Step 4 and 7 - make the list horizontal and giving a 1px gap */
#menu li {float:left; margin-right:0px;}

/* Step 5 - Adding the initial images */
#menu li.list1 {background:transparent url(/css/images/hdr_home.gif);}
#menu li.list2 {background:transparent url(/css/images/hdr_news.gif);}
#menu li.list3 {background:transparent url(/css/images/hdr_features.gif);}
#menu li.list4 {background:transparent url(/css/images/hdr_support.gif);}
#menu li.list5 {background:transparent url(/css/images/hdr_download.gif);} 
#menu li.list6 {background:transparent url(/css/images/hdr_aboutus.gif);} 

/* Step 6 - General link styling - zero height to stop the link text being displayed, but padding equal to the image size */
#menu a {display:block; width:93px; height:0px; padding-top:17px; color:#000; overflow:hidden;}

/* hack for older versions of IE with incorrect box model */
* html #menu a:link, * html #menu a:visited {height:17px; height:0px;}

/* Step 8 - Adding the background images to the link tags */
#menu a#item1 {background:transparent url(/css/images/hdr_home_sel.gif) -130px -90px no-repeat;}
#menu a#item2 {background:transparent url(/css/images/hdr_news_sel.gif) -130px -90px no-repeat;}
#menu a#item3 {background:transparent url(/css/images/hdr_features_sel.gif) -130px -90px no-repeat;}
#menu a#item4 {background:transparent url(/css/images/hdr_support_sel.gif) -130px -90px no-repeat;}
#menu a#item5 {background:transparent url(/css/images/hdr_download_sel.gif) -130px -90px no-repeat;}
#menu a#item6 {background:transparent url(/css/images/hdr_aboutus_sel.gif) -130px -90px no-repeat;}

/* Step 9 - Adding the :hover style */
#menu a#item1:hover {background-position:0px 0px; z-index:50;}
#menu a#item2:hover {background-position:0px 0px; z-index:50;}
#menu a#item3:hover {background-position:0px 0px; z-index:50;}
#menu a#item4:hover {background-position:0px 0px; z-index:50;}
#menu a#item5:hover {background-position:0px 0px; z-index:50;}
#menu a#item6:hover {background-position:0px 0px; z-index:50;}

* html #menu a:hover {height:128px; height:0px;}

#breadcrumb {
	height:17px;
	background-color:#FDC20B;
	color:#005B90;
	background-image: url(/css/images/breadcrumb_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

#breadcrumb a {
	text-decoration:none; 
	font-weight:bold;
}

#breadcrumb a:visited { color:#BF2701; }
#breadcrumb a:active  { color:#BF2701; }
#breadcrumb a:hover   { color:#BF2701; text-decoration:underline; }

#crumbtext {
	float: left;
	text-align: left;
	margin-left: 10px;
}

#curdate {
	font-weight: bold;
	text-align: right;
	margin-right:10px;
}

#contentblock {
	/* deliberately blank */
	margin:0px;
	background-image: url(/css/images/main_top2.gif);
	background-repeat: repeat-x;
	border-top:1px solid #000;
}

#contentblock p {
	padding-bottom: 11px;
}

#contentblock ul, #contentblock ol, #contentblock dl {
	margin-top:0px;
	margin-bottom:0px;
	clear:none;
}

#contentblock li {
	margin-left: -15px;
	padding-bottom: 5px;
}

#contentblock dd {
	margin-left: 25px;
}

#contentblock hr {
	border: 1px solid #91A9BE;
}

#leftcontent {
	float: left;
	width:158px;
	background:#7990A4;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	color : #fff;
	background-image: url(/css/images/lcontent_top.gif);
	background-repeat: repeat-x;
	padding: 10px 10px 5px 10px;
}

#leftcontent h1, #leftcontent h2, #leftcontent h3 {
	color:#FEAC00;
}

#leftcontent a {
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
}

#leftcontent a:visited { color:#CCCCCC; }
#leftcontent a:active  { color:#FEAC00; }
#leftcontent a:hover   { color:#FFC90B; text-decoration:underline; }

#leftcontent p.loginform {
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold; 
	margin-bottom: -10px;
}

#leftcontent table.loginform {
	margin: 2px;
	padding: 0px;
	border: 0px;
}

#leftcontent tr.loginform {
	text-align: right;
}

#leftcontent label.loginform {
	color: #FFFFFF;
}

#leftcontent input.loginform {
	font-size: 9px;
	height: 14px;
	width: 80px;
}

#leftcontent input.loginformbutton {
	color:navy;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	width:84px;
}

#leftcontent .pwdremind {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
#leftcontent .pwdremind a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#leftcontent .pwdremind a:visited { color:#fff; }
#leftcontent .pwdremind a:active  { color:#fff; }
#leftcontent .pwdremind a:hover   { color:#FFC90B; 	text-decoration:underline; }

#centrecontent {
	padding: 10px 15px 5px 15px;
	width: auto;
	min-width: 363px; /* banner width (563) - leftcol (180) - margins (10x2) */
	margin-left: 180px;
	margin-right: 166px;
	line-height:125%;
}

#rightcontent {
	float: right;
	width:144px;
	background: #FEEFE2;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background-image: url(/css/images/rcontent_top.gif);
	background-repeat: repeat-x;
	padding: 10px 10px 5px 10px;
}

#basebanner {
	border-top: 1px solid #FC8A25;
	border-bottom: 1px solid #FC8A25;
	background-image: url(/css/images/footerbg.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 35px;
	font-size: 9px;
	color: #333;
	padding-left: 10px;
	clear: both;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}
.floatright {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#formpad {
	padding: 10px 20px 10px 20px;
}
