/* CSS Document */

a:link	{
	color: #660000; 
	text-decoration: underline;		
}

a:hover, a:visited:hover {
	color: #CC9900; 
	text-decoration: underline;
}

a:visited {
	color: #666;
}

#bannergraphic {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#empty {
	position: relative;
}

/***************** FOOTER STYLES - BEGIN *********************************************************************/
	#footer {
		display: none;
	}
/***************** FOOTER STYLES - END *********************************************************************/

#gap {
	background-color: #FFF;
	background-image: url("http://www.csuchico.edu/ires/images/gap.gif");
	background-repeat: repeat-x;
	height: 2px;
}

/* Fix IE. Hide from IE Mac \*/
* html #gap {
	position: relative;
	top: -3px;
}
/* End */

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1px;
}		

h1	{
	color: #666666;
	font-size: 20px;
	font-weight: lighter;
	padding-bottom: 7px;
}
h2	{
	color: #999999;
	font-size: 18px;
	font-weight: lighter;
	line-height: 30px;
	padding-bottom: 5px;
}
h3	{
	color: #600;
	font-size: 14px;
	font-weight: lighter;
	padding-bottom: 0px;
}
h4	{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 4px;
	text-transform: uppercase;
}
h5	{
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding: 4px 10px 0px 0px;
}

/*****************HEADER STYLES - BEGIN *********************************************************************/
	#headerchicologo {
		display: none;
	}
	
	#headercustombanner {
		display: none;
	}
	
	#headerredbar {
		display: none;
	}
/***************** HEADER STYLES - END *********************************************************************/

/***************** LEFT NAVIGATION STYLES - BEGIN *********************************************************************/
	#leftnav {
		display: none;
	}
/***************** LEFT NAVIGATION STYLES - END *********************************************************************/

#maincontent {
	/* End */
}

#mainhome {
	background-position: right top;
	background-repeat: no-repeat;
	margin-left: 20px;
	/* bug fix for IE */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 22px;
	/* End */
}

/***************** RIGHT BAR STYLES - BEGIN *********************************************************************/
	#mainright {
		display: none;
	}
	
/***************** RIGHT BAR STYLES - END *********************************************************************/

.noprint {
	display: none;
}

p {
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#password {
	color: #FFFFFF;
	margin: 3px 0px 0px 0px;
	position: absolute;
	right: 10px;
	top: 72px;
}

#password a, #password a:link, #password a:visited {
	color: #FFFFFF;
	font-weight: bold;
}

#rightcol { /* atyle for the right content column of a two column layout */
	display: none;
}

#secondarygraphic {
	display: none;
}

#skip {
	display: none;
}


