/*Style sheet for HSE branded pages, used on older browsers that cannot 
use the @import function. Such as Netscape 4, Mozilla
Dreamweaver and Front Page show this stylesheet in their wysiwyg */
body {
	margin: 0;
	background-color:#ffffff;
	background-image:url(../images/topic/bk.gif);
	background-repeat: repeat-x;
}

body, p, td, ol, ul, a, th, li {
	font-family: Arial, helvetica, sans-serif;
	font-size: small;
	color: #444444;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, helvetica, sans-serif; 
	color: #667e14;
}

h1, h2, h3 {
	font-size: large;
}

h4 {
	font-size: small;
}

.subtitle {
	color: #667e14; 
	font-weight: bold; 
}

/* Lists */
ul.arrow {
	list-style-image: url(../images/topic/arrowlist.gif); 
	margin-left: 18px;
}

ul.download {
	list-style-image: url(../images/topic/topicdownload.gif); 
	margin-left: 18px;
}

/* boxes */
.boxdouble {
	padding: 2px; 
	border: 3px double #ad0000; 
	background-color: #f2e6e6;
}

.box {
	padding: 2px; 
	border: 1px solid #ad0000; 
	background-color: #ffffff;
}

.reverse {
	color: #ffffff; 
	background-color: #ad0000; 
	width: 200px; 
	border: 1px solid #ffffff;
	padding: 2px;
}

a {
	color: #667e14; 
	text-decoration: underline;
}

a:hover {
	color: #444444; 
}

/* Homepage  */
a.highlights {
	color: #667e14; 
	text-decoration: none;
}
a.highlights:hover {
	color: #444444; 
	text-decoration: underline;
}

.mainmenu {
	font-size: 8pt; 
	color: #f2f2f2; 
	font-weight: bold; 
	text-decoration: none; 
	line-height: 20px;
}

.mainmenu:hover {
	color: #667e14; 
	text-decoration: none;
}


/* Right Side Navigation */
ul.arrow li a.resources, a.resources {
	color: #667e14;
    text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

ul.arrow li a.resources:hover, a.resources:hover {
	color: #444444;
    text-decoration: underline; 
}

/* Marquee */
a.scroller {
	color: #667e14;
	text-decoration: none; 
	font-size: 10pt;
}

a.scroller:hover {
	color: #444444;
	text-decoration: underline;
}

#scrollmarquee {
	position: absolute; 
	width: 570px; 
	height: 20px; 
	z-index: 1; 
	left: 190px; 
	top: 100px;
}

/* Chevron and copyright*/
a.chevron {
	text-decoration: none; 
	font-weight: bold;
	color: #444444;
}

a.copyright {
	color: #444444;
	text-decoration: none;
}

a.chevron:hover, a.copyright:hover {
	text-decoration: underline;
	color: #667e14; 
}

/* Bookmarks */
a.bbookmark {
	color: #ffffff; 
	text-decoration: none; 
	font-size: 12px; 
	margin-top: 0; 
	margin-bottom:0;
}
a.bbookmark:hover {
	text-decoration: underline;
	color: #ffffff; 
}

.menu {
	background-image: url(../images/menu/fill.jpg); 
	width: 161px; 
}

/* Lifelines */
a.lifeline {
	color: #444444;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0; 
	margin-bottom: 0;
}
a.lifeline:hover {
	color: #960000;
}

/* A-Z */
.az {
	font-weight: bold; 
	text-decoration: none;
}

/* Level 4 Indents */
.textindent {
	margin-left: 18px; 
	margin-right: 8px;
}

#content {
	float: left; 
	width: 580px; 
}
#breadcrumbs {
	float: left; 
	width: 580px;
}


ul.arrow li a, ul.download li a  {
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}
ul.arrow li a:hover, ul.download li a:hover {
	text-decoration: underline;
	color: #667e14;
}

/* Styled Bookmarks */
#menu table tr td ul {
	list-style-image: url(../images/topic/arrow.gif); 
	margin-right: 20px; 
	list-style-position: inside;  
	margin-left: 0; 
	margin-top: 0; 
	padding-left: 0; 
	padding-top: 0;
}
#menu table tr td ul li {
	margin-bottom: 6px;
}
#menu table tr td ul li a {
	color: #ffffff; 
	text-decoration: none;  
	font-size: 12px; 
	margin-left: 3px; 
	padding-left: 3px;
}
#menu table tr td ul li a:hover {
	text-decoration: underline;
}
