/* CCCC99 Gold */
/* FBFEDA Light Cream */
/* F0F2AA Cream */
/* 336600 Dark Green */
/* 663300 Dark Brown */
/* 990000 Maroon */

/* scroll bar colors */
html {scrollbar-face-color:#000000;
scrollbar-highlight-color:#990000;
scrollbar-3dlight-color:#CCCC99;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#990000;
scrollbar-arrow-color:#990000;
scrollbar-track-color:#100000;

}

/* Added by Bob */
/* For links on dark background */
a.indexlink:link, a.indexlink:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: F0F2AA;
	text-decoration: bold;
}

/* Added by Bob */
a.indexlink:hover, a.indexlink:active {
	color: #990000;
	text-decoration: bold;
}

/* Added by Bob for Index page */
/* For links on dark background */
a.index1link:link, a.index1link:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000;
	text-decoration: bold;
}

/* Added by Bob for Index page  */
a.index1link:hover, a.index1link:active {
	color: #ff0000;
	font-size: 18px;
	text-decoration: bold;
}

/* Added by Bob for index menu */
/* For links on dark background */
a.index2link:link, a.index2link:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000;
	text-decoration: bold;
}

/* Added by Bob for index menu */
a.index2link:hover, a.index2link:active {
	color: #ff0000;
	font-size: 14px;
	text-decoration: bold;
}

/* Added by Bob for footer */
/* For links on dark background */
a.index3link:link, a.index3link:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000;
	text-decoration: bold;
}

/* Added by Bob for footer */
a.index3link:hover, a.index3link:active {
	color: #ff0000;
	font-size: 12px;
	text-decoration: bold;
}

/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
	font-weight:bold;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #000000;
	font-weight:bold;
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FBFEDA;
	font-weight:bold;
}

/* subhead: subheading text */
.subhead {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #000000;
	font-weight:bold;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
/*	background-image : url('red075.gif'); */
	background-color : #F0F2AA;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight:bold
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #990000;
	text-decoration: bold;
}

/* visited: previously visited links */
A:VISITED {
	color: #990000;
	text-decoration: bold;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #CCCC99;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

/* databack: background color for data areas */
.databack {
	background-color: #FBFEDA;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

/* Added in 4.0.0 */
/* For links on dark background */
a.lightlink:link, a.lightlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #990000;
	text-decoration: bold;
}

a.lightlink:hover, a.lightlink:active {
	color: #ff0000;
	text-decoration: bold;
}

/* For white-only links on dark background */
a.lightlink2:link, a.lightlink2:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000;
	text-decoration: bold;
}

a.lightlink2:hover, a.lightlink2:active {
	color: #ff0000;
	text-decoration: bold;
}

.lightback {
	background-color: #F0F2AA;
	/*these 2 lines added in 6.0.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #CCCC99;
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #FBFEDA;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

.whitesubhead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #000000;
	font-weight:bold;
}

/* smaller: small body text */
.smaller {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color : #000000;
	font-weight:bold;
}

/*added in 5.0.0*/
/*for active secondary tab link*/
a.lightlink3:link, a.lightlink3:visited, a.lightlink3:hover, a.lightlink3:active {
	color: #990000;
	text-decoration: none;
}

#mnav li { /* all list items */
	float: left;
	width: 7em; /* width needed for Opera */
	margin-right: 2px;
	background: #CCCC99; /*same as "databack" background color */
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	border-top:1px solid #CCCC99; /*same as "databack" background color */
	border-left:1px solid #CCCC99; /*same as "databack" background color */
}

.snlink {
	padding:4px 5px 3px 5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	background-color:#CCCC99; /*same as "databack" background color */
	color:black;
	text-decoration:none;
}

#mnav li { /* all list items */
	float: left;
	width: 7em; /* width needed for Opera */
	margin-right: 2px;
	background: #CCCC99; /*same as "databack" background color */
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	border-top:1px solid #CCCC99; /*same as "databack" background color */
	border-left:1px solid #CCCC99; /*same as "databack" background color */
}

a.snlink:hover, .snlinkact {
	background-color: #990000; /*same as "fieldnameback" background color */
	color: #F0F2AA
}