/*
	Section and Sub-Section Formatting

	This stylesheet information defines the section and sub-section elements of the website.

	Date:		8-1-2005
	Author:		Mike McMahon
*/

div.section_horizontal_rule{
	background-image: url(http://www.cse.unr.edu/images/horizontalfadeline.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	border-style: none;
	height: 1px;
	margin: 5px 0px;
}

div.section{
	padding: 10px 14px;
}

div.subsection{
	padding: 10px 14px;
}

div.section, div.subsection span{
	text-align: left;
}

div.section, div.subsection div{
	text-align: justify;
	text-indent: 0px;
}
