@charset "utf-8";
/* CSS Document - for print*/

#topPrint {
	width: 946px;
	height: 250px;
	position: relative;
	border: #00CC33;
}

#top {
	display: none;
}

#topBanner {
	display: none;	
}

#topLeft {
	display: none;
}	

#topRight {
	display: none;
}

#menu {
	display: none;
}

#leftCol {
	display: none;
}

#center {
	width: 950px;
	min-height: 548px;
	position: relative;
	float: right;
	margin-left: 4px;
}

#ctrTop {
	display: none;
}

#ctrLeft {
	width: 370px;
	min-height: 400px;
	position: relative;
	float: left;
	vertical-align: top;
}

#ctrRight {
	width: 370px;
	min-height: 400px;
	position: relative;
	float: right;
	vertical-align: top;
}

body {
	color: #000000;
	background-color: #D8D9DA;
	font-family: arial, verdana, helvtica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}	

h1 {
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	display: inline;
}
	
.ctr1 { /* first two lines of center, top */
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
}
a.ctr1 {
	color: blue;
	background: inherit;
	text-decoration: underline;
}
a.ctr1:hover {
	color: #CC0000;
	background: inherit;
}			

.ctr2 { /* bottom line of center, top */
	color: #02739F;
	background: inherit;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
}

.glossBackTop {
	color: #5A73B4; 
	background: none; 
	font-size: .8em;
}

.glossMenu {
	font-size: 1.2em;
	font-weight: bold;
	color: #0033CC;
	background: none;
	text-decoration: none;
}

a.glossMenu {
	text-decoration: none;
}
	
a.glossMenu:hover {
	font-size: 1.2em;
	font-weight: bold;
	color: #0033CC;
	background: none;
	text-decoration: underline;
}

.glossTerm {
	color: #5A73B4;
	background: none;
	font-weight: bold;
}

.hmPgCatBlock { /* category block definition on home page */
	width: 365px; 
	height: 200px; 
	text-align: left; 
	position: relative;
}

.hmPgCatPic { /* category pic in block */
	width: 100px; 
	position: relative; 
	float:left;
}

.hmPgLogoBull { /* category logo bullet */
	width: 25px; 
	height: 17px; 
	position: relative; 
	float: left;
}

.hmPgCatDesc { /* category desctiption */
	width: 235px; 
	height: 200px; 
	float: left; 
	margin-left: 5px; 
	text-align: left; 
	vertical-align: top;
}	

.title1 { /*used on home page with category sections*/
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}