/***********************************************************************************************/
/* THIS STYLESHEET IS USED FOR PRINTING. IT HIDES PAGE ELEMENTS THAT DO NOT NEED TO BE PRINTED */
/***********************************************************************************************/

/* horizontal tabs and other main navigation link styles */
.MainHorizTab, .MainHorizTabActive, .noprint {
	display: none;
}
.SGIAhead {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #497b9e;
}

.breadcrumbs {
	padding-left:5px;
}

/* top-right corner of the page */
.utilityLink {
	display: none;
}

a.utilityLink:hover { color: gold; }
a.utilityLink:visited { color: gold; }


/* following are the body, table and other area styles  */
table, div, p, h1, pre  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #000000;
}


li {
	padding-bottom : 5px;
}

body {
	/*background: #e5e5ca url("/images/global/background.gif") top left repeat-x;*/
	background: url("/images/nav_elements/sgia_stripedbkgd.gif") top left ;
	background-attachment: fixed;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	margin-left:7px;
}

h1 {font-size:16px;}
h2 {font-size:14px;}

/* following are the link styles */
a:hover {
	text-decoration: underline;
	color: navy;
}
a:visited {
	color: navy;
}


/* link for the left navigation bar */
.navLink {
	display: none;
}
a.navLink:visited {
	display: none;

}

/* non-underlined link in the body text, same color as text */
.delicate {
	text-decoration: none;
	color: #006699;
}
.delicate:visited {
	color: #006699;
}

.mem_delicate {
	text-decoration: none;
	color: #006699;
}
.mem_delicate:visited {
	color: #006699;
}

/* below are the link style copied from the previous version of the site */
a.whtnm:active {color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;  font-size: 12px} /* selected link - MB*/
a.whtnm:visited {color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;  font-size: 12px} /* visited link - MB */ 
a.whtnm:link {color: #FFFFFF; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;  font-size: 12px} /* unvisited link - MB */ 
a.whtnm:hover {color: #FFFFFF; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 12px} /* mouse over links -MB */

/* below are the link style copied from the previous version of the site */
a.blknm:active {color: #000000; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px} /* selected link - MB*/
a.blknm:visited {color: #000000; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px} /* visited link - MB */ 
a.blknm:link {color: #000000; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px} /* unvisited link - MB */ 
a.blknm:hover {color: #243F5E; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px} /* mouse over links -MB */

a.blkmem:active {color: #000000; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px} /* selected link - MB*/
a.blkmem:visited {color: #000000; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px} /* visited link - MB */ 
a.blkmem:link {color: #000000; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px} /* unvisited link - MB */ 
a.blkmem:hover {color: #990000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px} /* mouse over links -MB */

a.mem:active { text-decoration: none;} /* member selected link -MB */ 
a.mem:visited {  } /* member visited link - MB */
a.mem:link { } /* member unvisited link - MB */ 
a.mem:hover { text-decoration: underline;} /* member mouse over - MB links*/


/* following are text styles  */
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	/* wider letter-spacing */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}


/* for left navigation bar */
.leftNav {
	display: none;
}


.leftNavTitle {
	display: none;
}

.leftNavItem {
	display: none;
}

.leftNavSubitem {
	display: none;
}


