
/*------------------------------------------------------------
	sitewide attributes
--------------------------------------------------------------*/
body
{
	color: black;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a
{
	font-weight: bold;
	color: #263D00;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

#sitewide-header .links
{
	font: bold 11px;
   	position: relative;
   	top: 20px;
	text-align: right;
   	bottom: 10px;
   	right: 10px;
}
td
{
	font-size : 12px;
	line-height: 150%;
	padding: 0px;
	vertical-align: top;
}
p
{
	font-size : 12px;
	line-height: 150%;
	padding: 0px;
	text-indent: 1.5em;
}



/*------------------------------------------------------------
	The search box
--------------------------------------------------------------*/
form#sitewide-search
{
	font: 11px;
	margin: 0px;
	padding: 0px;
}
form#sitewide-search input
{
	font-size: 11px;
	padding-left: 1px;
	color: #333333;
}
form#sitewide-search input.input-text
{
	border: 1px solid #999999;
	background-color: #EEEEEE;
}
form#sitewide-search input.input-submit
{
	border: 1px outset #CCCCCC;
	background-color: #CCCCCC;
}



/*------------------------------------------------------------
	The catalog index page
--------------------------------------------------------------*/
#cattoc-expand
{
	font: bold 10px arial, helvetica, verdana, sans-serif;
	color: #263D00;
	text-align: center;
	margin: 0;
	padding: 10px 10px 0 10px;
}
#toc-content
{
	text-align: left;
	margin: 20px;
}

/*------------------------------------------------------------
	cattoc.cfm & other pages without sidebar navigation
--------------------------------------------------------------*/
#h3back
{
	background: #F7F8F3;
	border-top: 1px solid #263D00;
	border-bottom: 1px solid #263D00;
	width: 100%;
	margin: 0;
}



/*------------------------------------------------------------
	All pages with sidebar navigation
--------------------------------------------------------------*/
#h3back2
{
	background: #F7F8F3;
	border-top: 1px solid #263D00;
	border-bottom: 1px solid #BCC8A6;
	width: 100%;
	margin: 0;
	margin-bottom: 16px;
}
td.sidebar
{
	font: 11px/10px arial, helvetica, verdana, sans-serif;
	background: #FBFBF9;
	margin: 0;
	width: 140;
	padding: 5px 5px 8px 8px;
	border-top: 1px solid #263D00;
	border-right: 1px solid #BCC8A6;
}



#content
{
	text-align: left;
	padding: 0 10px;
	margin: 0px;
}
.Titleclass
{
	color: #263D00;
	font-size: 18px/24px;
}



/*------------------------------------------------------------
	for header links on the TOC and internal sidebars
--------------------------------------------------------------*/
.Nav_title
{
	color: #263D00;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-indent: 0;
	margin: 5px 0;
}



/*------------------------------------------------------------
	for sublinks on the TOC
--------------------------------------------------------------*/
.Nav_toc { font-size : 12px; }



/*------------------------------------------------------------
	for the sidebar link list
-------------------------------------------------------------*/
.Nav_page
{
	font-size : 10px;
	line-height: 125%;
	padding: 0 0 6px 0;
}



/*------------------------------------------------------------
	to remove italics from the top line of each page title
-------------------------------------------------------------*/
.CatTopTitle { font-style: normal; }



/*------------------------------------------------------------
	headers
-------------------------------------------------------------*/
h2
{
	font-size : 22px;
	color: #263D00;
}
h3
{
	font-size : 18px;
	color: #263D00;
	line-height: 125%;
	margin: 0 8px;
	padding: 4px 0;
}
h4
{
	font-size : 15px;
	color: #263D00;
}



/*------------------------------------------------------------
	li doesn't affect the sidebar links because they're not a list but a multi-rowed table. They're defined by .Nav_page (above).
--------------------------------------------------------------*/
li
{
	font-size : 12px;
	line-height: 150%;
	padding: 0 0 6px 0;
}


hr
{
	color: #263D00;
	text-indent: none;
	width: 100%;
	height: 1px;
}



/*------------------------------------------------------------
	The footer
--------------------------------------------------------------*/
.sitewide-footer-bkgr
{
	margin: 0;
	padding: 4px;
	background: #F7F8F3;
	border-top: 1px solid #BCC8A6;
	border-bottom: 1px solid #BCC8A6;
}
.sitewide-footer
{
	font: 11px/14px arial, helvetica, verdana, sans-serif;
	margin: 4px 16px;
	color: #263D00;
}



/*------------------------------------------------------------
	for change sections
--------------------------------------------------------------*/
.red_note { color:	#CC0000; }
s
{
	text-decoration: line-through;
	background-color : #FFDDEE;
	color : Black;
}
.old
{
	background-color : #FFDDEE;
	text-decoration: line-through;
	color : Black;
}
.new
{
	text-decoration: underline;
	background-color: #BBFFBB;
	border-bottom: thin double;
	color : DarkBlue;
}




/* --------------------------------
	banner
-----------------------------------*/
#header #banner
{
	height: 87px;
	overflow: hidden;
	
	font-size: 12px;
	background-color: White;
}
#header #banner #banner_logo
{
	padding: 19px 0px 0px 15px;
	width: 257px;
	float: left;
}
#header #banner #banner_promo
{
	padding: 5px 0px 0px 5px;
	width: 100px;
	float: left;
}
#header #banner #banner_links
{
	margin-top: 35px;
	float: right;
}

#header #banner #banner_links
{
	margin-top: 35px;
	float: right;
}

#header #banner a, #header #banner #banner_links a { font-size: 11px; }
/* #header #banner #banner_links a:hover { background-position: bottom; } what the hell is this? */

#header #banner #banner_links ul
{
	margin: 0;
	padding: 0;
}
#header #banner #banner_links ul li { display: inline; }	

#header #banner #banner_links form
{
	margin: 0;
	padding: 0;
	display: inline;
}
#header #banner #banner_links input
{
	width: 90px;
	
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
}
#header #banner #banner_links .search-button
{
	width: 60px;
	
	background-color: #DADADA;
	border-width: 1px;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
}
